Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / rcutree.h
2012-02-21 Paul E. McKenneyrcu: Rework detection of use of RCU by offline CPUs
2012-02-21 Paul E. McKenneyrcu: Print scheduling-clock information on RCU CPU...
2012-02-21 Paul E. McKenneyrcu: Set RCU CPU stall times via sysfs
2012-02-21 Paul E. McKenneyrcu: Clean up straggling rcu_preempt_needs_cpu() name
2012-02-21 Paul E. McKenneyrcu: Simplify offline processing
2012-02-21 Paul E. McKenneyrcu: Avoid waking up CPUs having only kfree_rcu() callbacks
2011-12-11 Paul E. McKenneyrcu: Keep invoking callbacks if CPU otherwise idle
2011-12-11 Paul E. McKenneyrcu: Permit dyntick-idle with callbacks pending
2011-12-11 Paul E. McKenneyrcu: Eliminate RCU_FAST_NO_HZ grace-period hang
2011-12-11 Paul E. McKenneyrcu: Allow dyntick-idle mode for CPUs with callbacks
2011-12-11 Thomas Gleixnerrcu: Omit self-awaken when setting up expedited grace...
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: Remove rcu_needs_cpu_flush() to avoid false quiesc...
2011-09-29 Paul E. McKenneyrcu: Suppress NMI backtraces when stall ends before...
2011-09-29 Paul E. McKenneyrcu: Simplify quiescent-state accounting
2011-09-29 Paul E. McKenneyrcu: Add grace-period, quiescent-state, and call_rcu...
2011-09-29 Paul E. McKenneyrcu: Move RCU_BOOST declarations to allow compiler...
2011-06-16 Paul E. McKenneyrcu: Move RCU_BOOST #ifdefs to header file
2011-06-16 Paul E. McKenneyrcu: use softirq instead of kthreads except when RCU_BO...
2011-06-14 Shaohua Lircu: Use softirq to address performance regression
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-28 Peter Zijlstrarcu: Remove waitqueue usage for cpu, node, and boost...
2011-05-28 Paul E. McKenneyrcu: Avoid acquiring rcu_node locks in timer functions
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-08 Paul E. McKenneyrcu: permit rcu_read_unlock() to be called while holdin...
2011-05-06 Paul E. McKenneyrcu: fix spelling
2011-05-06 Paul E. McKenneyrcu: add grace-period age and more kthread state to...
2011-05-06 Paul E. McKenneyrcu: add tracing for RCU's kthread run states.
2011-05-06 Paul E. McKenneyrcu: Add boosting to TREE_PREEMPT_RCU tracing
2011-05-06 Paul E. McKenneyrcu: priority boosting for TREE_PREEMPT_RCU
2011-05-06 Paul E. McKenneyrcu: move TREE_RCU from softirq to kthread
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...
2011-05-06 Paul E. McKenneyrcu: Remove conditional compilation for RCU CPU stall...
2010-12-17 Paul E. McKenneyrcu: limit rcu_node leaf-level fanout
2010-11-30 Lai Jiangshanrcu,cleanup: simplify the code when cpu is dying
2010-09-23 Paul E. McKenneyrcu: Add tracing data to support queueing models
2010-08-20 Paul E. McKenneyrcu: repair code-duplication FIXMEs
2010-08-20 Paul E. McKenneyrcu: permit suppressing current grace period's CPU...
2010-08-20 Paul E. McKenneyrcu: Allow RCU CPU stall warnings to be off at boot...
2010-08-20 Paul E. McKenneyrcu: make CPU stall warning timeout configurable
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-05-10 Paul E. McKenneyrcu: improve RCU CPU stall-warning messages
2010-03-11 Paul E. McKenneyrcu: Increase RCU CPU stall timeouts if PROVE_RCU
2010-02-27 Paul E. McKenneyrcu: Fix accelerated grace periods for last non-dyntick...
2010-02-25 Paul E. McKenneyrcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per...
2010-02-25 Paul E. McKenneyrcu: Convert to raw_spinlocks
2010-02-25 Paul E. McKenneyrcu: Stop overflowing signed integers
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2010-01-16 Paul E. McKenneyrcu: Fix sparse warnings
2010-01-13 Paul E. McKenneyrcu: Make force_quiescent_state() start grace period...
2010-01-13 Paul E. McKenneyrcu: Remove leg of force_quiescent_state() switch statement
2010-01-13 Paul E. McKenneyrcu: Eliminate local variable lastcomp from force_quies...
2010-01-13 Paul E. McKenneyrcu: Prohibit starting new grace periods while forcing...
2009-12-18 Paul E. McKenneyrcu: Remove inline from forward-referenced functions
2009-12-18 Paul E. McKenneyrcu: Fix synchronization for rcu_process_gp_end() uses...
2009-12-18 Paul E. McKenneyrcu: Prepare for synchronization fixes: clean up for...
2009-12-03 Paul E. McKenneyrcu: Add expedited grace-period support for preemptible RCU
2009-12-03 Paul E. McKenneyrcu: Enable fourth level of TREE_RCU hierarchy
2009-12-03 Paul E. McKenneyrcu: Rename "quiet" functions
2009-11-22 Paul E. McKenneyrcu: Fix grace-period-stall bug on large systems with...
2009-11-10 Paul E. McKenneyrcu: Rename dynticks_completed to completed_fqs
2009-11-10 Paul E. McKenneyrcu: Remove inline from forward-referenced functions
2009-11-10 Paul E. McKenneyrcu: Fix synchronization for rcu_process_gp_end() uses...
2009-11-10 Paul E. McKenneyrcu: Prepare for synchronization fixes: clean up for...
2009-11-02 Paul E. McKenneyrcu: Fix long-grace-period race between forcing and...
2009-10-15 Paul E. McKenneyrcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hang
2009-10-15 Paul E. McKenneyrcu: Prevent RCU IPI storms in presence of high call_rc...
2009-10-07 Paul E. McKenneyrcu: Make hot-unplugged CPU relinquish its own RCU...
2009-10-05 Paul E. McKenneyrcu: Clean up code based on review feedback from Josh...
2009-09-23 Paul E. McKenneyrcu: Clean up code to address Ingo's checkpatch feedback
2009-09-23 Paul E. McKenneyrcu: Clean up code based on review feedback from Josh...
2009-09-23 Paul E. McKenneyrcu: Clean up code based on review feedback from Josh...
2009-09-19 Paul E. McKenneyrcu: Fix whitespace inconsistencies
2009-08-29 Paul E. McKenneyrcu: Changes from reviews: avoid casts, fix/add warning...
2009-08-23 Paul E. McKenneyrcu: Merge preemptable-RCU functionality into hierarchi...
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-03 Ingo Molnarkmemtrace, rcu: fix rcu_tree_trace.c data structure...