summaryrefslogtreecommitdiff
path: root/kernel/rcutree.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-21rcu: Rework detection of use of RCU by offline CPUsPaul E. McKenney1-1/+0
2012-02-21rcu: Print scheduling-clock information on RCU CPU stall-warning messagesPaul E. McKenney1-0/+11
2012-02-21rcu: Set RCU CPU stall times via sysfsPaul E. McKenney1-6/+0
2012-02-21rcu: Clean up straggling rcu_preempt_needs_cpu() namePaul E. McKenney1-1/+1
2012-02-21rcu: Simplify offline processingPaul E. McKenney1-2/+2
2012-02-21rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney1-1/+2
2011-12-11rcu: Keep invoking callbacks if CPU otherwise idlePaul E. McKenney1-0/+1
2011-12-11rcu: Permit dyntick-idle with callbacks pendingPaul E. McKenney1-0/+2
2011-12-11rcu: Eliminate RCU_FAST_NO_HZ grace-period hangPaul E. McKenney1-3/+0
2011-12-11rcu: Allow dyntick-idle mode for CPUs with callbacksPaul E. McKenney1-0/+4
2011-12-11rcu: Omit self-awaken when setting up expedited grace periodThomas Gleixner1-1/+2
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney1-11/+4
2011-12-11rcu: ->signaled better named ->fqs_statePaul E. McKenney1-2/+2
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