aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.h
Commit message (Expand)AuthorAge
* Revert "rcu: Decrease memory-barrier usage based on semi-formal proof"Paul E. McKenney2011-05-19
* rcu: permit rcu_read_unlock() to be called while holding runqueue locksPaul E. McKenney2011-05-08
* rcu: fix spellingPaul E. McKenney2011-05-06
* rcu: add grace-period age and more kthread state to tracingPaul E. McKenney2011-05-06
* rcu: add tracing for RCU's kthread run states.Paul E. McKenney2011-05-06
* rcu: Add boosting to TREE_PREEMPT_RCU tracingPaul E. McKenney2011-05-06
* rcu: priority boosting for TREE_PREEMPT_RCUPaul E. McKenney2011-05-06
* rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney2011-05-06
* rcu: merge TREE_PREEPT_RCU blocked_tasks[] listsPaul E. McKenney2011-05-06
* rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney2011-05-06
* rcu: Remove conditional compilation for RCU CPU stall warningsPaul E. McKenney2011-05-06
* rcu: limit rcu_node leaf-level fanoutPaul E. McKenney2010-12-17
* rcu,cleanup: simplify the code when cpu is dyingLai Jiangshan2010-11-30
* rcu: Add tracing data to support queueing modelsPaul E. McKenney2010-09-23
* rcu: repair code-duplication FIXMEsPaul E. McKenney2010-08-20
* rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney2010-08-20
* rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney2010-08-19
* rcu: make CPU stall warning timeout configurablePaul E. McKenney2010-08-19
* rcu: simplify the usage of percpu dataLai Jiangshan2010-08-19
* rcu: reduce the number of spurious RCU_SOFTIRQ invocationsPaul E. McKenney2010-05-10
* rcu: improve RCU CPU stall-warning messagesPaul E. McKenney2010-05-10
* rcu: Increase RCU CPU stall timeouts if PROVE_RCUPaul E. McKenney2010-03-11
* 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: Convert to raw_spinlocksPaul E. McKenney2010-02-25
* rcu: Stop overflowing signed integersPaul E. McKenney2010-02-25
* rcu: Fix sparse warningsPaul E. McKenney2010-01-16
* rcu: Make force_quiescent_state() start grace period if neededPaul E. McKenney2010-01-13
* rcu: Remove leg of force_quiescent_state() switch statementPaul E. McKenney2010-01-13
* rcu: Eliminate local variable lastcomp from force_quiescent_state()Paul E. McKenney2010-01-13
* rcu: Prohibit starting new grace periods while forcing quiescent statesPaul E. McKenney2010-01-13
* rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney2009-12-03
* rcu: Enable fourth level of TREE_RCU hierarchyPaul E. McKenney2009-12-03
* rcu: Rename "quiet" functionsPaul E. McKenney2009-12-03
* rcu: Fix grace-period-stall bug on large systems with CPU hotplugPaul E. McKenney2009-11-22
* rcu: Rename dynticks_completed to completed_fqsPaul E. McKenney2009-11-10
* rcu: Remove inline from forward-referenced functionsPaul E. McKenney2009-11-10
* rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counterPaul E. McKenney2009-11-09
* rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->...Paul E. McKenney2009-11-09
* rcu: Fix long-grace-period race between forcing and initializationPaul E. McKenney2009-11-02
* rcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hangPaul E. McKenney2009-10-15
* rcu: Prevent RCU IPI storms in presence of high call_rcu() loadPaul 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 to address Ingo's checkpatch feedbackPaul E. McKenney2009-09-23
* 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: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney2009-08-29
* rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-23