summaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.h
Commit message (Expand)AuthorAgeFilesLines
* rcu: Grace-period initialization excludes only RCU notifierPaul E. McKenney2012-10-081-0/+6
* rcu: Ignore userspace extended quiescent state by defaultFrederic Weisbecker2012-09-261-0/+1
* rcu: Allow rcu_user_enter()/exit() to nestFrederic Weisbecker2012-09-261-0/+3
* Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25bPaul E. McKenney2012-09-251-14/+1
|\
| * rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthreadPaul E. McKenney2012-08-131-8/+0
| * rcu: Yield simplerThomas Gleixner2012-08-131-6/+1
| |
| \
*-. \ Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09....Paul E. McKenney2012-09-241-3/+0
|\ \ \ | | |/ | |/|
| | * rcu: Remove _rcu_barrier() dependency on __stop_machine()Paul E. McKenney2012-09-231-3/+0
| |/
* | rcu: Simplify quiescent-state detectionPaul E. McKenney2012-09-231-2/+0
* | rcu: Prevent force_quiescent_state() memory contentionPaul E. McKenney2012-09-231-0/+1
* | rcu: Adjust debugfs tracing for kthread-based quiescent-state forcingPaul E. McKenney2012-09-231-1/+0
* | rcu: Move quiescent-state forcing into kthreadPaul E. McKenney2012-09-231-9/+4
* | rcu: Segregate rcu_state fields to improve cache localityDimitri Sivanich2012-09-231-1/+2
* | rcu: Provide OOM handler to motivate lazy RCU callbacksPaul E. McKenney2012-09-231-1/+4
* | rcu: Move RCU grace-period initialization into a kthreadPaul E. McKenney2012-09-231-0/+3
|/
*-. 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