summaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.h
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'bigrtm.2012.07.04a', 'doctorture.2012.07.02a', 'fixes.2012.07...Paul E. McKenney2012-07-061-0/+1
|\ \
| | * rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameterPaul E. McKenney2012-07-021-0/+1
| |/
* | rcu: Introduce for_each_rcu_flavor() and use itPaul E. McKenney2012-07-021-7/+5
* | rcu: Increase rcu_barrier() concurrencyPaul E. McKenney2012-07-021-0/+2
* | rcu: Move rcu_barrier_mutex to rcu_state structurePaul E. McKenney2012-07-021-0/+1
* | rcu: Move rcu_barrier_completion to rcu_state structurePaul E. McKenney2012-07-021-0/+1
* | rcu: Move rcu_barrier_cpu_count to rcu_state structurePaul E. McKenney2012-07-021-0/+1
* | rcu: Move _rcu_barrier()'s rcu_head structures to rcu_data structuresPaul E. McKenney2012-07-021-0/+3
* | rcu: Place pointer to call_rcu() in rcu_data structurePaul E. McKenney2012-07-021-0/+2
* | rcu: Control RCU_FANOUT_LEAF from boot-time parameterPaul E. McKenney2012-07-021-10/+13
|/
* Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney2012-07-021-0/+1
* rcu: Move RCU_FAST_NO_HZ per-CPU variables to rcu_dynticks structurePaul E. McKenney2012-06-061-0/+14
*---. 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