summaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.h
Commit message (Expand)AuthorAgeFilesLines
* rcu: Drive quiescent-state-forcing delay from HZPaul E. McKenney2013-06-101-5/+10
* rcu: Don't call wakeup() with rcu_node structure ->lock heldSteven Rostedt2013-06-101-0/+2
* Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-021-21/+20
|\
| *-. Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.2...Paul E. McKenney2013-03-261-21/+20
| |\ \
| | | * rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp()Paul E. McKenney2013-03-261-1/+1
| | | * rcu: Rename n_nocb_gp_requests to need_future_gpPaul E. McKenney2013-03-261-2/+2
| | | * rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney2013-03-261-9/+3
| | | * rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney2013-03-261-0/+1
| | | * rcu: Introduce proper blocking to no-CBs kthreads GP waitsPaul E. McKenney2013-03-261-2/+10
| | | * rcu: Remove restrictions on no-CBs CPUsPaul E. McKenney2013-03-121-9/+3
| | |/ | |/|
| | * rcu: Add softirq-stall indications to stall-warning messagesPaul E. McKenney2013-03-131-0/+5
| | * rcu: Delete unused rcu_node "wakemask" fieldPaul E. McKenney2013-03-121-3/+0
| |/
* | nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker2013-04-191-1/+0
* | rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periodsPaul E. McKenney2013-04-151-0/+1
|/
*---. Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul E. McKenney2013-01-281-9/+2
|\ \ \
| | | * rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney2013-01-281-5/+0
| |_|/ |/| |
| | * rcu: Tag callback lists with corresponding grace-period numberPaul E. McKenney2013-01-081-0/+2
| |/ |/|
| * rcu: Remove unused code originally used for context trackingLi Zhong2013-01-261-4/+0
|/
* rcu: Separate accounting of callbacks from callback-free CPUsPaul E. McKenney2012-11-161-0/+1
* rcu: Add callback-free CPUsPaul E. McKenney2012-11-161-0/+47
* rcu: Instrument synchronize_rcu_expedited() for debugfs tracingPaul E. McKenney2012-11-081-0/+9
* rcu: Move synchronize_sched_expedited() state to rcu_statePaul E. McKenney2012-11-081-0/+3
* rcu: Rename ->onofflock to ->orphan_lockPaul E. McKenney2012-11-081-4/+3
* 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