Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / rcutiny.c
2012-02-21 Paul E. McKenneyrcu: Add RCU_NONIDLE() for idle-loop RCU read-side...
2012-02-21 Paul E. McKenneyrcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit()
2012-02-21 Paul E. McKenneyrcu: Avoid waking up CPUs having only kfree_rcu() callbacks
2012-02-21 Paul E. McKenneyrcu: Add lockdep-RCU checks for simple self-deadlock
2011-12-11 Paul E. McKenneyrcu: Augment rcu_batch_end tracing for idle and callbac...
2011-12-11 Paul E. McKenneyrcu: Make RCU use the new is_idle_task() API
2011-12-11 Paul E. McKenneyrcu: Fix idle-task checks
2011-12-11 Paul E. McKenneyrcu: Add more information to the wrong-idle-task complaint
2011-12-11 Paul E. McKenneyrcu: Deconfuse dynticks entry-exit tracing
2011-12-11 Frederic Weisbeckerrcu: Detect illegal rcu dereference in extended quiesce...
2011-12-11 Paul E. McKenneyrcu: Track idleness independent of idle tasks
2011-10-31 Paul Gortmakerkernel: fix up module header handling in rcutiny files
2011-10-31 Paul Gortmakerkernel: Map most files to use export.h instead of module.h
2011-09-29 Paul E. McKenneyrcu: Add grace-period, quiescent-state, and call_rcu...
2011-09-29 Paul E. McKenneyrcu: Make TINY_RCU also use softirq for RCU_BOOST=n
2011-09-29 Paul E. McKenneyrcu: Add RCU type to callback-invocation tracing
2011-09-29 Paul E. McKenneyrcu: Put names into TINY_RCU structures under RCU_TRACE
2011-09-29 Paul E. McKenneyrcu: Add event-tracing for RCU callback invocation
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-20 Linus Torvaldssanitize <linux/prefetch.h> usage
2011-05-06 Eric Dumazetrcu: optimize rcutiny
2011-05-06 Lai Jiangshanrcu: introduce kfree_rcu()
2011-01-14 Paul E. McKenneyrcu: avoid pointless blocked-task warnings
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-20 Paul E. McKenneyrcu: Add a TINY_PREEMPT_RCU
2010-06-14 Mathieu Desnoyerstree/tiny rcu: Add debug RCU head objects
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-11 Paul E. McKenneyrcu: remove all rcu head initializations, except on_sta...
2010-05-10 Paul E. McKenneyrcu: slim down rcutiny by removing rcu_scheduler_active...
2010-05-10 Paul E. McKenneyrcu: rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblk
2010-05-10 Paul E. McKenneyrcu: shrink rcutiny by making synchronize_rcu_bh()...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-11-22 Paul E. McKenneyrcu: Eliminate unneeded function wrapping
2009-10-26 Ingo Molnarrcu: Do tiny cleanups in rcutiny
2009-10-26 Paul E. McKenneyrcu: "Tiny RCU", The Bloatwatch Edition