Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / rcutree_trace.c
2012-02-21 Paul E. McKenneyrcu: Rework detection of use of RCU by offline CPUs
2012-02-21 Paul E. McKenneyrcu: Avoid waking up CPUs having only kfree_rcu() callbacks
2011-12-11 Paul E. McKenneyrcu: Track idleness independent of idle tasks
2011-12-11 Paul E. McKenneyrcu: ->signaled better named ->fqs_state
2011-09-29 Paul E. McKenneyrcu: Simplify quiescent-state accounting
2011-09-29 Paul E. McKenneyrcu: Move RCU_BOOST declarations to allow compiler...
2011-09-29 Andi Kleenrcu: Fix mismatched variable in rcutree_trace.c
2011-07-26 Arun Sharmaatomic: use <linux/atomic.h>
2011-06-16 Paul E. McKenneyrcu: use softirq instead of kthreads except when RCU_BO...
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-26 Paul E. McKenneyrcu: Decrease memory-barrier usage based on semi-formal...
2011-05-19 Paul E. McKenneyRevert "rcu: Decrease memory-barrier usage based on...
2011-05-06 Paul E. McKenneyrcu: Add forward-progress diagnostic for per-CPU kthreads
2011-05-06 Paul E. McKenneyrcu: add grace-period age and more kthread state to...
2011-05-06 Paul E. McKenneyrcu: make rcutorture version numbers available through...
2011-05-06 Paul E. McKenneyrcu: add tracing for RCU's kthread run states.
2011-05-06 Paul E. McKenneyrcu: add callback-queue information to rcudata output
2011-05-06 Paul E. McKenneyrcu: Add boosting to TREE_PREEMPT_RCU tracing
2011-05-06 Paul E. McKenneyrcu: merge TREE_PREEPT_RCU blocked_tasks[] lists
2011-05-06 Paul E. McKenneyrcu: Decrease memory-barrier usage based on semi-formal...
2010-11-30 Lai Jiangshanrcu,cleanup: simplify the code when cpu is dying
2010-11-30 Paul E. McKenneyrcu: get rid of obsolete "classic" names in TREE_RCU...
2010-09-23 Paul E. McKenneyrcu: Add tracing data to support queueing models
2010-08-20 Lai Jiangshanrcu: simplify the usage of percpu data
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-10 Paul E. McKenneyrcu: reduce the number of spurious RCU_SOFTIRQ invocations
2010-02-25 Paul E. McKenneyrcu: Stop overflowing signed integers
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-03 Paul E. McKenneyrcu: Add expedited grace-period support for preemptible RCU
2009-10-15 Paul E. McKenneyrcu: Add rnp->blocked_tasks to tracing
2009-10-07 Paul E. McKenneyrcu: Make hot-unplugged CPU relinquish its own RCU...
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-09-23 Paul E. McKenneyrcu: Clean up code to address Ingo's checkpatch feedback
2009-09-19 Paul E. McKenneyrcu: Fix whitespace inconsistencies
2009-08-23 Paul E. McKenneyrcu: Merge preemptable-RCU functionality into hierarchi...
2009-08-23 Paul E. McKenneyrcu: Use debugfs_remove_recursive() simplify code.
2009-08-23 Paul E. McKenneyrcu: Fix online/offline indication for rcudata.csv...
2009-08-23 Paul E. McKenneyrcu: Renamings to increase RCU clarity
2009-08-23 Paul E. McKenneyrcu: Move private definitions from include/linux/rcutre...
2009-04-14 Paul E. McKenneyrcu: Add __rcu_pending tracing to hierarchical RCU
2009-04-14 Paul E. McKenneyrcu: Make hierarchical RCU less IPI-happy
2009-04-03 Ingo Molnarkmemtrace, rcu: fix rcu_tree_trace.c data structure...
2008-12-18 Paul E. McKenney"Tree RCU": scalable classic RCU implementation