summaryrefslogtreecommitdiffstats
path: root/kernel/rcutree_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* rcu: fix _oddness handling of verbose stall warningsPaul E. McKenney2010-09-021-1/+1
* rcu: apply TINY_PREEMPT_RCU read-side speedup to TREE_PREEMPT_RCUPaul E. McKenney2010-08-201-2/+4
* rcu: combine duplicate code, courtesy of CONFIG_PREEMPT_RCUPaul E. McKenney2010-08-201-9/+0
* rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney2010-08-201-0/+18
* rcu: improve kerneldoc for rcu_read_lock(), call_rcu(), and synchronize_rcu()Paul E. McKenney2010-08-191-3/+5
* rcu: simplify the usage of percpu dataLai Jiangshan2010-08-191-2/+2
* rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney2010-05-111-0/+2
* rcu: fix build bug in RCU_FAST_NO_HZ buildsPaul E. McKenney2010-05-101-2/+2
* rcu: RCU_FAST_NO_HZ must check RCU dyntick statePaul E. McKenney2010-05-101-2/+10
* rcu: print boot-time console messages if RCU configs out of ordinaryPaul E. McKenney2010-05-101-2/+42
* rcu: refactor RCU's context-switch handlingPaul E. McKenney2010-05-101-4/+7
* rcu: ignore offline CPUs in last non-dyntick-idle CPU checkLai Jiangshan2010-05-101-1/+1
* rcu: Fix holdoff for accelerated GPs for last non-dynticked CPUPaul E. McKenney2010-02-281-3/+5
* rcu: Fix accelerated GPs for last non-dynticked CPUPaul E. McKenney2010-02-271-1/+9
* rcu: Fix accelerated grace periods for last non-dynticked CPUPaul E. McKenney2010-02-271-20/+53
* rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task informationPaul E. McKenney2010-02-251-0/+52
* rcu: Fix deadlock in TREE_PREEMPT_RCU CPU stall detectionPaul E. McKenney2010-02-251-3/+0
* rcu: Convert to raw_spinlocksPaul E. McKenney2010-02-251-23/+23
* rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney2010-02-251-0/+69
* rcu: Add debug check for too many rcu_read_unlock()Paul E. McKenney2010-01-131-0/+3
* rcu: Add force_quiescent_state() testing to rcutorturePaul E. McKenney2010-01-131-0/+19
* rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney2009-12-031-9/+189
* rcu: Rename "quiet" functionsPaul E. McKenney2009-12-031-6/+6
* rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney2009-11-221-0/+24
* rcu: Fix grace-period-stall bug on large systems with CPU hotplugPaul E. McKenney2009-11-221-24/+61
* rcu: Mark init-time-only rcu_bootup_announce() as __initPaul E. McKenney2009-11-111-2/+2
* rcu: Simplify association of quiescent states with grace periodsPaul E. McKenney2009-11-101-1/+1
* rcu: Remove inline from forward-referenced functionsPaul E. McKenney2009-11-101-2/+2
* rcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hangPaul E. McKenney2009-10-151-8/+17
* rcu: Stopgap fix for synchronize_rcu_expedited() for TREE_PREEMPT_RCUPaul E. McKenney2009-10-151-0/+21
* rcu: Make hot-unplugged CPU relinquish its own RCU callbacksPaul E. McKenney2009-10-071-0/+34
* rcu: Clean up code based on review feedback from Josh Triplett, part 4Paul E. McKenney2009-10-051-4/+0
* rcu: Clean up code based on review feedback from Josh Triplett, part 2Paul E. McKenney2009-09-231-2/+21
* rcu: Clean up code based on review feedback from Josh TriplettPaul E. McKenney2009-09-231-25/+25
* rcu: Fix whitespace inconsistenciesPaul E. McKenney2009-09-191-2/+1
* rcu: Fix thinko, actually initialize full treePaul E. McKenney2009-09-191-1/+3
* rcu: Apply results of code inspection of kernel/rcutree_plugin.hPaul E. McKenney2009-09-191-4/+6
* rcu: Add WARN_ON_ONCE() consistency checks covering state transitionsPaul E. McKenney2009-09-191-6/+14
* rcu: Simplify rcu_read_unlock_special() quiescent-state accountingPaul E. McKenney2009-09-181-28/+26
* rcu: Add debug checks to TREE_PREEMPT_RCU for premature grace periodsPaul E. McKenney2009-09-181-0/+25
* rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney2009-08-291-4/+6
* rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney2009-08-291-5/+64
* rcu: Add CPU-offline processing for single-node configurationsPaul E. McKenney2009-08-241-0/+24
* rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-231-0/+447
OpenPOWER on IntegriCloud