aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcutree_plugin.h
AgeCommit message (Expand)Author
2010-12-17rcu: increase synchronize_sched_expedited() batchingTejun Heo
2010-11-29rcu: fix race condition in synchronize_sched_expedited()Paul E. McKenney
2010-11-29rcu: update documentation/comments for Lai's adoption patchPaul E. McKenney
2010-11-29rcu,cleanup: simplify the code when cpu is dyingLai Jiangshan
2010-11-29rcu,cleanup: move synchronize_sched_expedited() out of sched.cLai Jiangshan
2010-09-02rcu: fix _oddness handling of verbose stall warningsPaul E. McKenney
2010-08-20rcu: apply TINY_PREEMPT_RCU read-side speedup to TREE_PREEMPT_RCUPaul E. McKenney
2010-08-20rcu: combine duplicate code, courtesy of CONFIG_PREEMPT_RCUPaul E. McKenney
2010-08-20rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney
2010-08-19rcu: improve kerneldoc for rcu_read_lock(), call_rcu(), and synchronize_rcu()Paul E. McKenney
2010-08-19rcu: simplify the usage of percpu dataLai Jiangshan
2010-05-11rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney
2010-05-10rcu: fix build bug in RCU_FAST_NO_HZ buildsPaul E. McKenney
2010-05-10rcu: RCU_FAST_NO_HZ must check RCU dyntick statePaul E. McKenney
2010-05-10rcu: print boot-time console messages if RCU configs out of ordinaryPaul E. McKenney
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney
2010-05-10rcu: ignore offline CPUs in last non-dyntick-idle CPU checkLai Jiangshan
2010-02-28rcu: Fix holdoff for accelerated GPs for last non-dynticked CPUPaul E. McKenney
2010-02-27rcu: Fix accelerated GPs for last non-dynticked CPUPaul E. McKenney
2010-02-27rcu: Fix accelerated grace periods for last non-dynticked CPUPaul E. McKenney
2010-02-25rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task informationPaul E. McKenney
2010-02-25rcu: Fix deadlock in TREE_PREEMPT_RCU CPU stall detectionPaul E. McKenney
2010-02-25rcu: Convert to raw_spinlocksPaul E. McKenney
2010-02-25rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney
2010-01-13rcu: Add debug check for too many rcu_read_unlock()Paul E. McKenney
2010-01-13rcu: Add force_quiescent_state() testing to rcutorturePaul E. McKenney
2009-12-03rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney
2009-12-03rcu: Rename "quiet" functionsPaul E. McKenney
2009-11-22rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney
2009-11-22rcu: Fix grace-period-stall bug on large systems with CPU hotplugPaul E. McKenney
2009-11-11rcu: Mark init-time-only rcu_bootup_announce() as __initPaul E. McKenney
2009-11-10rcu: Simplify association of quiescent states with grace periodsPaul E. McKenney
2009-11-10rcu: Remove inline from forward-referenced functionsPaul E. McKenney
2009-10-15rcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hangPaul E. McKenney
2009-10-15rcu: Stopgap fix for synchronize_rcu_expedited() for TREE_PREEMPT_RCUPaul E. McKenney
2009-10-07rcu: Make hot-unplugged CPU relinquish its own RCU callbacksPaul E. McKenney
2009-10-05rcu: Clean up code based on review feedback from Josh Triplett, part 4Paul E. McKenney
2009-09-23rcu: Clean up code based on review feedback from Josh Triplett, part 2Paul E. McKenney
2009-09-23rcu: Clean up code based on review feedback from Josh TriplettPaul E. McKenney
2009-09-19rcu: Fix whitespace inconsistenciesPaul E. McKenney
2009-09-19rcu: Fix thinko, actually initialize full treePaul E. McKenney
2009-09-19rcu: Apply results of code inspection of kernel/rcutree_plugin.hPaul E. McKenney
2009-09-19rcu: Add WARN_ON_ONCE() consistency checks covering state transitionsPaul E. McKenney
2009-09-18rcu: Simplify rcu_read_unlock_special() quiescent-state accountingPaul E. McKenney
2009-09-18rcu: Add debug checks to TREE_PREEMPT_RCU for premature grace periodsPaul E. McKenney
2009-08-29rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney
2009-08-29rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney
2009-08-24rcu: Add CPU-offline processing for single-node configurationsPaul E. McKenney
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney