summaryrefslogtreecommitdiff
path: root/kernel/rcutree.h
AgeCommit message (Expand)Author
2011-06-16rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney
2011-06-15rcu: use softirq instead of kthreads except when RCU_BOOST=yPaul E. McKenney
2011-06-14rcu: Use softirq to address performance regressionShaohua Li
2011-05-28rcu: Remove waitqueue usage for cpu, node, and boost kthreadsPeter Zijlstra
2011-05-28rcu: Avoid acquiring rcu_node locks in timer functionsPaul E. McKenney
2011-05-26rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney
2011-05-19Revert "rcu: Decrease memory-barrier usage based on semi-formal proof"Paul E. McKenney
2011-05-07rcu: permit rcu_read_unlock() to be called while holding runqueue locksPaul E. McKenney
2011-05-05rcu: fix spellingPaul E. McKenney
2011-05-05rcu: add grace-period age and more kthread state to tracingPaul E. McKenney
2011-05-05rcu: add tracing for RCU's kthread run states.Paul E. McKenney
2011-05-05rcu: Add boosting to TREE_PREEMPT_RCU tracingPaul E. McKenney
2011-05-05rcu: priority boosting for TREE_PREEMPT_RCUPaul E. McKenney
2011-05-05rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney
2011-05-05rcu: merge TREE_PREEPT_RCU blocked_tasks[] listsPaul E. McKenney
2011-05-05rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney
2011-05-05rcu: Remove conditional compilation for RCU CPU stall warningsPaul E. McKenney
2010-12-17rcu: limit rcu_node leaf-level fanoutPaul E. McKenney
2010-11-29rcu,cleanup: simplify the code when cpu is dyingLai Jiangshan
2010-09-23rcu: Add tracing data to support queueing modelsPaul E. McKenney
2010-08-20rcu: repair code-duplication FIXMEsPaul E. McKenney
2010-08-20rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney
2010-08-19rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney
2010-08-19rcu: make CPU stall warning timeout configurablePaul E. McKenney
2010-08-19rcu: simplify the usage of percpu dataLai Jiangshan
2010-05-10rcu: reduce the number of spurious RCU_SOFTIRQ invocationsPaul E. McKenney
2010-05-10rcu: improve RCU CPU stall-warning messagesPaul E. McKenney
2010-03-11rcu: Increase RCU CPU stall timeouts if PROVE_RCUPaul 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: Convert to raw_spinlocksPaul E. McKenney
2010-02-25rcu: Stop overflowing signed integersPaul E. McKenney
2010-01-16rcu: Fix sparse warningsPaul E. McKenney
2010-01-13rcu: Make force_quiescent_state() start grace period if neededPaul E. McKenney
2010-01-13rcu: Remove leg of force_quiescent_state() switch statementPaul E. McKenney
2010-01-13rcu: Eliminate local variable lastcomp from force_quiescent_state()Paul E. McKenney
2010-01-13rcu: Prohibit starting new grace periods while forcing quiescent statesPaul E. McKenney
2009-12-03rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney
2009-12-03rcu: Enable fourth level of TREE_RCU hierarchyPaul E. McKenney
2009-12-03rcu: Rename "quiet" functionsPaul E. McKenney
2009-11-22rcu: Fix grace-period-stall bug on large systems with CPU hotplugPaul E. McKenney
2009-11-10rcu: Rename dynticks_completed to completed_fqsPaul E. McKenney
2009-11-10rcu: Remove inline from forward-referenced functionsPaul E. McKenney
2009-11-10rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counterPaul E. McKenney
2009-11-10rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->...Paul E. McKenney
2009-11-02rcu: Fix long-grace-period race between forcing and initializationPaul E. McKenney
2009-10-15rcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hangPaul E. McKenney
2009-10-15rcu: Prevent RCU IPI storms in presence of high call_rcu() loadPaul 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