summaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.h
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02...Paul E. McKenney2012-05-111-8/+3
|\ \ \
| | * | rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney2012-05-021-1/+0
| | |/
| * / rcu: Reduce cache-miss initialization latencies for large systemsPaul E. McKenney2012-04-241-7/+3
| |/
* | rcu: Make rcu_barrier() less disruptivePaul E. McKenney2012-05-091-0/+11
* | rcu: Make RCU_FAST_NO_HZ account for pauses out of idlePaul E. McKenney2012-04-241-0/+1
|/
* rcu: Rework detection of use of RCU by offline CPUsPaul E. McKenney2012-02-211-1/+0
* 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/+0
* 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/+0
* 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/+4
* 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-281-1/+0
* rcu: Suppress NMI backtraces when stall ends before dumpPaul E. McKenney2011-09-281-1/+1
* rcu: Simplify quiescent-state accountingPaul E. McKenney2011-09-281-3/+3
* rcu: Add grace-period, quiescent-state, and call_rcu trace eventsPaul E. McKenney2011-09-281-0/+1
* rcu: Move RCU_BOOST declarations to allow compiler checkingPaul E. McKenney2011-09-281-0/+7
* rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney2011-06-161-0/+5
* rcu: use softirq instead of kthreads except when RCU_BOOST=yPaul E. McKenney2011-06-151-2/+6
* rcu: Use softirq to address performance regressionShaohua Li2011-06-141-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/+3
* 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-071-4/+1
* rcu: fix spellingPaul E. McKenney2011-05-051-1/+1
* rcu: add grace-period age and more kthread state to tracingPaul E. McKenney2011-05-051-2/+5
* rcu: add tracing for RCU's kthread run states.Paul E. McKenney2011-05-051-0/+11
* rcu: Add boosting to TREE_PREEMPT_RCU tracingPaul E. McKenney2011-05-051-0/+19
* rcu: priority boosting for TREE_PREEMPT_RCUPaul E. McKenney2011-05-051-1/+30
* rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney2011-05-051-0/+8
* rcu: merge TREE_PREEPT_RCU blocked_tasks[] listsPaul E. McKenney2011-05-051-6/+15
* rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney2011-05-051-6/+3
* rcu: Remove conditional compilation for RCU CPU stall warningsPaul E. McKenney2011-05-051-12/+0
* rcu: limit rcu_node leaf-level fanoutPaul E. McKenney2010-12-171-20/+25
* rcu,cleanup: simplify the code when cpu is dyingLai Jiangshan2010-11-291-12/+4
* rcu: Add tracing data to support queueing modelsPaul E. McKenney2010-09-231-0/+3
* rcu: repair code-duplication FIXMEsPaul E. McKenney2010-08-201-3/+0
* 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-191-0/+6
* rcu: make CPU stall warning timeout configurablePaul E. McKenney2010-08-191-2/+3
* rcu: simplify the usage of percpu dataLai Jiangshan2010-08-191-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