aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree_plugin.h
Commit message (Expand)AuthorAge
* rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney2010-05-11
* rcu: fix build bug in RCU_FAST_NO_HZ buildsPaul E. McKenney2010-05-10
* rcu: RCU_FAST_NO_HZ must check RCU dyntick statePaul E. McKenney2010-05-10
* rcu: print boot-time console messages if RCU configs out of ordinaryPaul E. McKenney2010-05-10
* rcu: refactor RCU's context-switch handlingPaul E. McKenney2010-05-10
* rcu: ignore offline CPUs in last non-dyntick-idle CPU checkLai Jiangshan2010-05-10
* rcu: Fix holdoff for accelerated GPs for last non-dynticked CPUPaul E. McKenney2010-02-28
* rcu: Fix accelerated GPs for last non-dynticked CPUPaul E. McKenney2010-02-27
* rcu: Fix accelerated grace periods for last non-dynticked CPUPaul E. McKenney2010-02-27
* rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task informationPaul E. McKenney2010-02-25
* rcu: Fix deadlock in TREE_PREEMPT_RCU CPU stall detectionPaul E. McKenney2010-02-25
* rcu: Convert to raw_spinlocksPaul E. McKenney2010-02-25
* rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney2010-02-25
* rcu: Add debug check for too many rcu_read_unlock()Paul E. McKenney2010-01-13
* rcu: Add force_quiescent_state() testing to rcutorturePaul E. McKenney2010-01-13
* rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney2009-12-03
* rcu: Rename "quiet" functionsPaul E. McKenney2009-12-03
* rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney2009-11-22
* rcu: Fix grace-period-stall bug on large systems with CPU hotplugPaul E. McKenney2009-11-22
* rcu: Mark init-time-only rcu_bootup_announce() as __initPaul E. McKenney2009-11-11
* rcu: Simplify association of quiescent states with grace periodsPaul E. McKenney2009-11-10
* rcu: Remove inline from forward-referenced functionsPaul E. McKenney2009-11-10
* rcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hangPaul E. McKenney2009-10-15
* rcu: Stopgap fix for synchronize_rcu_expedited() for TREE_PREEMPT_RCUPaul E. McKenney2009-10-15
* rcu: Make hot-unplugged CPU relinquish its own RCU callbacksPaul E. McKenney2009-10-07
* rcu: Clean up code based on review feedback from Josh Triplett, part 4Paul E. McKenney2009-10-05
* rcu: Clean up code based on review feedback from Josh Triplett, part 2Paul E. McKenney2009-09-23
* rcu: Clean up code based on review feedback from Josh TriplettPaul E. McKenney2009-09-23
* rcu: Fix whitespace inconsistenciesPaul E. McKenney2009-09-19
* rcu: Fix thinko, actually initialize full treePaul E. McKenney2009-09-19
* rcu: Apply results of code inspection of kernel/rcutree_plugin.hPaul E. McKenney2009-09-19
* rcu: Add WARN_ON_ONCE() consistency checks covering state transitionsPaul E. McKenney2009-09-19
* rcu: Simplify rcu_read_unlock_special() quiescent-state accountingPaul E. McKenney2009-09-17
* rcu: Add debug checks to TREE_PREEMPT_RCU for premature grace periodsPaul E. McKenney2009-09-17
* rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney2009-08-29
* rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney2009-08-29
* rcu: Add CPU-offline processing for single-node configurationsPaul E. McKenney2009-08-24
* rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-23