Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / rcutiny_plugin.h
2012-02-21 Paul E. McKenneyrcu: Simplify unboosting checks
2012-02-21 Paul E. McKenneyrcu: Inform RCU of irq_exit() activity
2012-02-21 Paul E. McKenneyrcu: Prevent RCU callbacks from executing before schedu...
2012-02-21 Paul E. McKenneyrcu: Streamline code produced by __rcu_read_unlock()
2012-02-21 Paul E. McKenneyrcu: Protect __rcu_read_unlock() against scheduler...
2012-02-21 Paul E. McKenneyrcu: Add lockdep-RCU checks for simple self-deadlock
2011-12-11 Paul E. McKenneyrcu: Apply ACCESS_ONCE() to rcu_boost() return value
2011-12-11 Paul E. McKenneyrcu: Augment rcu_batch_end tracing for idle and callbac...
2011-10-31 Paul Gortmakerkernel: fix up module header handling in rcutiny files
2011-09-29 Paul E. McKenneyrcu: Make TINY_RCU also use softirq for RCU_BOOST=n
2011-09-29 Paul E. McKenneyrcu: Put names into TINY_RCU structures under RCU_TRACE
2011-09-29 Paul E. McKenneyrcu: Abstract common code for RCU grace-period-wait...
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-06 Paul E. McKenneyrcu: Converge TINY_RCU expedited and normal boosting
2011-05-06 Paul E. McKenneyrcu: remove useless ->boosted_this_gp field
2011-05-06 Paul E. McKenneyrcu: code cleanups in TINY_RCU priority boosting.
2011-03-04 Lai Jiangshanrcu: call __rcu_read_unlock() in exit_rcu for tiny RCU
2010-11-30 Paul E. McKenneyrcu: Distinguish between boosting and boosted
2010-11-30 Paul E. McKenneyrcu: add tracing for TINY_RCU and TINY_PREEMPT_RCU
2010-11-30 Paul E. McKenneyrcu: priority boosting for TINY_PREEMPT_RCU
2010-11-17 Paul E. McKenneyrcu: move TINY_RCU from softirq to kthread
2010-08-27 Paul E. McKenneyrcu: performance fixes to TINY_PREEMPT_RCU callback...
2010-08-20 Paul E. McKenneyrcu: repair code-duplication FIXMEs
2010-08-20 Paul E. McKenneyrcu: Add a TINY_PREEMPT_RCU
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-10 Paul E. McKenneyrcu: slim down rcutiny by removing rcu_scheduler_active...