aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-28rcu: Remove rcu_needs_cpu_flush() to avoid false quiescent statesPaul E. McKenney1-1/+0
2011-09-28rcu: Suppress NMI backtraces when stall ends before dumpPaul E. McKenney1-1/+1
2011-09-28rcu: Simplify quiescent-state accountingPaul E. McKenney1-3/+3
2011-09-28rcu: Add grace-period, quiescent-state, and call_rcu trace eventsPaul E. McKenney1-0/+1
2011-09-28rcu: Move RCU_BOOST declarations to allow compiler checkingPaul E. McKenney1-0/+7
2011-06-16rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney1-0/+5
2011-06-15rcu: use softirq instead of kthreads except when RCU_BOOST=yPaul E. McKenney1-2/+6
2011-06-14rcu: Use softirq to address performance regressionShaohua Li1-0/+1
2011-05-28rcu: Remove waitqueue usage for cpu, node, and boost kthreadsPeter Zijlstra1-7/+10
2011-05-28rcu: Avoid acquiring rcu_node locks in timer functionsPaul E. McKenney1-1/+3
2011-05-26rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney1-6/+3
2011-05-19Revert "rcu: Decrease memory-barrier usage based on semi-formal proof"Paul E. McKenney1-3/+6
2011-05-07rcu: permit rcu_read_unlock() to be called while holding runqueue locksPaul E. McKenney1-4/+1
2011-05-05rcu: fix spellingPaul E. McKenney1-1/+1
2011-05-05rcu: add grace-period age and more kthread state to tracingPaul E. McKenney1-2/+5
2011-05-05rcu: add tracing for RCU's kthread run states.Paul E. McKenney1-0/+11
2011-05-05rcu: Add boosting to TREE_PREEMPT_RCU tracingPaul E. McKenney1-0/+19
2011-05-05rcu: priority boosting for TREE_PREEMPT_RCUPaul E. McKenney1-1/+30
2011-05-05rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney1-0/+8
2011-05-05rcu: merge TREE_PREEPT_RCU blocked_tasks[] listsPaul E. McKenney1-6/+15
2011-05-05rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney1-6/+3
2011-05-05rcu: Remove conditional compilation for RCU CPU stall warningsPaul E. McKenney1-12/+0
2010-12-17rcu: limit rcu_node leaf-level fanoutPaul E. McKenney1-20/+25
2010-11-29rcu,cleanup: simplify the code when cpu is dyingLai Jiangshan1-12/+4
2010-09-23rcu: Add tracing data to support queueing modelsPaul E. McKenney1-0/+3
2010-08-20rcu: repair code-duplication FIXMEsPaul E. McKenney1-3/+0
2010-08-20rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney1-0/+1
2010-08-19rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney1-0/+6
2010-08-19rcu: make CPU stall warning timeout configurablePaul E. McKenney1-2/+3
2010-08-19rcu: simplify the usage of percpu dataLai Jiangshan1-1/+1
2010-05-10rcu: reduce the number of spurious RCU_SOFTIRQ invocationsPaul E. McKenney1-0/+1
2010-05-10rcu: improve RCU CPU stall-warning messagesPaul E. McKenney1-0/+1
2010-03-11rcu: Increase RCU CPU stall timeouts if PROVE_RCUPaul E. McKenney1-6/+15
2010-02-27rcu: Fix accelerated grace periods for last non-dynticked CPUPaul E. McKenney1-0/+1
2010-02-25rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task informationPaul E. McKenney1-0/+1
2010-02-25rcu: Convert to raw_spinlocksPaul E. McKenney1-3/+3
2010-02-25rcu: Stop overflowing signed integersPaul E. McKenney1-15/+18
2010-01-16rcu: Fix sparse warningsPaul E. McKenney1-4/+2
2010-01-13rcu: Make force_quiescent_state() start grace period if neededPaul E. McKenney1-0/+5
2010-01-13rcu: Remove leg of force_quiescent_state() switch statementPaul E. McKenney1-3/+2
2010-01-13rcu: Eliminate local variable lastcomp from force_quiescent_state()Paul E. McKenney1-2/+0
2010-01-13rcu: Prohibit starting new grace periods while forcing quiescent statesPaul E. McKenney1-0/+2
2009-12-03rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney1-3/+32
2009-12-03rcu: Enable fourth level of TREE_RCU hierarchyPaul E. McKenney1-2/+13
2009-12-03rcu: Rename "quiet" functionsPaul E. McKenney1-1/+2
2009-11-22rcu: Fix grace-period-stall bug on large systems with CPU hotplugPaul E. McKenney1-0/+3
2009-11-10rcu: Rename dynticks_completed to completed_fqsPaul E. McKenney1-2/+2
2009-11-10rcu: Remove inline from forward-referenced functionsPaul E. McKenney1-1/+1
2009-11-10rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counterPaul E. McKenney1-0/+3
2009-11-10rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->completed counterPaul E. McKenney1-4/+4