summaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.h
Commit message (Expand)AuthorAgeFilesLines
* rcu: Rework detection of use of RCU by offline CPUsPaul E. McKenney2012-02-211-1/+0Star
* rcu: Print scheduling-clock information on RCU CPU stall-warning messagesPaul E. McKenney2012-02-211-0/+11
* rcu: Set RCU CPU stall times via sysfsPaul E. McKenney2012-02-211-6/+0Star
* rcu: Clean up straggling rcu_preempt_needs_cpu() namePaul E. McKenney2012-02-211-1/+1
* rcu: Simplify offline processingPaul E. McKenney2012-02-211-2/+2
* rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney2012-02-211-1/+2
* rcu: Keep invoking callbacks if CPU otherwise idlePaul E. McKenney2011-12-111-0/+1
* rcu: Permit dyntick-idle with callbacks pendingPaul E. McKenney2011-12-111-0/+2
* rcu: Eliminate RCU_FAST_NO_HZ grace-period hangPaul E. McKenney2011-12-111-3/+0Star
* rcu: Allow dyntick-idle mode for CPUs with callbacksPaul E. McKenney2011-12-111-0/+4
* rcu: Omit self-awaken when setting up expedited grace periodThomas Gleixner2011-12-111-1/+2
* rcu: Track idleness independent of idle tasksPaul E. McKenney2011-12-111-11/+4Star
* rcu: ->signaled better named ->fqs_statePaul E. McKenney2011-12-111-2/+2
* rcu: Remove rcu_needs_cpu_flush() to avoid false quiescent statesPaul E. McKenney2011-09-291-1/+0Star
* rcu: Suppress NMI backtraces when stall ends before dumpPaul E. McKenney2011-09-291-1/+1
* rcu: Simplify quiescent-state accountingPaul E. McKenney2011-09-291-3/+3
* rcu: Add grace-period, quiescent-state, and call_rcu trace eventsPaul E. McKenney2011-09-291-0/+1
* rcu: Move RCU_BOOST declarations to allow compiler checkingPaul E. McKenney2011-09-291-0/+7
* rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney2011-06-171-0/+5
* rcu: use softirq instead of kthreads except when RCU_BOOST=yPaul E. McKenney2011-06-161-2/+6
* rcu: Use softirq to address performance regressionShaohua Li2011-06-151-0/+1
* rcu: Remove waitqueue usage for cpu, node, and boost kthreadsPeter Zijlstra2011-05-281-7/+10
* rcu: Avoid acquiring rcu_node locks in timer functionsPaul E. McKenney2011-05-281-1/+3
* rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney2011-05-261-6/+3Star
* Revert "rcu: Decrease memory-barrier usage based on semi-formal proof"Paul E. McKenney2011-05-191-3/+6
* rcu: permit rcu_read_unlock() to be called while holding runqueue locksPaul E. McKenney2011-05-081-4/+1Star
* rcu: fix spellingPaul E. McKenney2011-05-061-1/+1
* rcu: add grace-period age and more kthread state to tracingPaul E. McKenney2011-05-061-2/+5
* rcu: add tracing for RCU's kthread run states.Paul E. McKenney2011-05-061-0/+11
* rcu: Add boosting to TREE_PREEMPT_RCU tracingPaul E. McKenney2011-05-061-0/+19
* rcu: priority boosting for TREE_PREEMPT_RCUPaul E. McKenney2011-05-061-1/+30
* rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney2011-05-061-0/+8
* rcu: merge TREE_PREEPT_RCU blocked_tasks[] listsPaul E. McKenney2011-05-061-6/+15
* rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney2011-05-061-6/+3Star
* rcu: Remove conditional compilation for RCU CPU stall warningsPaul E. McKenney2011-05-061-12/+0Star
* rcu: limit rcu_node leaf-level fanoutPaul E. McKenney2010-12-171-20/+25
* rcu,cleanup: simplify the code when cpu is dyingLai Jiangshan2010-11-301-12/+4Star
* rcu: Add tracing data to support queueing modelsPaul E. McKenney2010-09-231-0/+3
* rcu: repair code-duplication FIXMEsPaul E. McKenney2010-08-201-3/+0Star
* rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney2010-08-201-0/+1
* rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney2010-08-201-0/+6
* rcu: make CPU stall warning timeout configurablePaul E. McKenney2010-08-201-2/+3
* rcu: simplify the usage of percpu dataLai Jiangshan2010-08-201-1/+1
* rcu: reduce the number of spurious RCU_SOFTIRQ invocationsPaul E. McKenney2010-05-101-0/+1
* rcu: improve RCU CPU stall-warning messagesPaul E. McKenney2010-05-101-0/+1
* rcu: Increase RCU CPU stall timeouts if PROVE_RCUPaul E. McKenney2010-03-111-6/+15
* rcu: Fix accelerated grace periods for last non-dynticked CPUPaul E. McKenney2010-02-271-0/+1
* rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task informationPaul E. McKenney2010-02-251-0/+1
* rcu: Convert to raw_spinlocksPaul E. McKenney2010-02-251-3/+3
* rcu: Stop overflowing signed integersPaul E. McKenney2010-02-251-15/+18