summaryrefslogtreecommitdiffstats
path: root/kernel/rcutree_plugin.h
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', '...Paul E. McKenney2013-06-101-5/+31
|\ \ \
| | | * rcu: Shrink TINY_RCU by moving exit_rcu()Paul E. McKenney2013-06-101-0/+26
| | |/ | |/|
| | * rcu: Remove "Experimental" flagsPaul E. McKenney2013-06-101-5/+5
| |/
* / rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()Paul E. McKenney2013-06-101-1/+1
|/
* rcu: Convert rcutree_plugin.h printk callsPaul E. McKenney2013-06-101-23/+22
* rcu: Don't allocate bootmem from rcu_init()Sasha Levin2013-05-151-1/+1
* rcu: Fix comparison sense in rcu_needs_cpu()Paul E. McKenney2013-05-141-1/+1
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-051-10/+23
|\
| * Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-021-383/+218
| |\ | |/ |/|
| * nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker2013-04-191-9/+4
| * rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periodsPaul E. McKenney2013-04-151-0/+18
| |
| \
*-. \ Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.2...Paul E. McKenney2013-03-261-383/+218
|\ \ \ | |_|/ |/| |
| | * rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp()Paul E. McKenney2013-03-261-94/+10
| | * rcu: Rename n_nocb_gp_requests to need_future_gpPaul E. McKenney2013-03-261-9/+9
| | * rcu: Push lock release to rcu_start_gp()'s callersPaul E. McKenney2013-03-261-3/+2
| | * rcu: Repurpose no-CBs event tracing to future-GP eventsPaul E. McKenney2013-03-261-30/+32
| | * rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney2013-03-261-275/+99
| | * rcu: Export RCU_FAST_NO_HZ parameters to sysfsPaul E. McKenney2013-03-261-11/+20
| | * rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney2013-03-261-2/+3
| | * rcu: Add event tracing for no-CBs CPUs' grace periodsPaul E. McKenney2013-03-261-0/+30
| | * rcu: Add event tracing for no-CBs CPUs' callback registrationPaul E. McKenney2013-03-261-0/+7
| | * rcu: Introduce proper blocking to no-CBs kthreads GP waitsPaul E. McKenney2013-03-261-17/+112
| | * rcu: Provide compile-time control for no-CBs CPUsPaul E. McKenney2013-03-261-0/+14
| | * rcu: Remove restrictions on no-CBs CPUsPaul E. McKenney2013-03-121-110/+46
| |/ |/|
| * rcu: Add softirq-stall indications to stall-warning messagesPaul E. McKenney2013-03-131-1/+3
|/
* rcu: Make rcu_nocb_poll an early_param instead of module_paramPaul Gortmaker2013-01-081-2/+8
* rcu: Prevent soft-lockup complaints about no-CBs CPUsPaul Gortmaker2013-01-081-1/+2
* rcu: Separate accounting of callbacks from callback-free CPUsPaul E. McKenney2012-11-161-1/+1
* rcu: Add callback-free CPUsPaul E. McKenney2012-11-161-3/+394
*---. Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...Paul E. McKenney2012-11-161-3/+15
|\ \ \
| | | * rcu: Add a module parameter to force use of expedited RCU primitivesAntti P Miettinen2012-10-231-2/+5
| |_|/ |/| |
| | * rcu: Rename ->onofflock to ->orphan_lockPaul E. McKenney2012-11-081-1/+2
| |/ |/|
| * rcu: Clarify memory-ordering properties of grace-period primitivesPaul E. McKenney2012-11-131-0/+8
|/
* rcu: Make RCU_FAST_NO_HZ handle adaptive ticksPaul E. McKenney2012-09-261-0/+20
* Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25bPaul E. McKenney2012-09-251-332/+71
|\
| * rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthreadPaul E. McKenney2012-08-131-163/+40
| * rcu: Yield simplerThomas Gleixner2012-08-131-174/+36
| |
| \
*-. \ Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09....Paul E. McKenney2012-09-241-18/+29
|\ \ \ | | |/ | |/|
| | * rcu: Fix CONFIG_RCU_FAST_NO_HZ stall warning messagePaul E. McKenney2012-09-231-4/+8
| | * rcu: Avoid rcu_print_detail_task_stall_rnp() segfaultPaul E. McKenney2012-09-231-2/+4
| | * rcu: Apply for_each_rcu_flavor() to increment_cpu_stall_ticks()Paul E. McKenney2012-09-231-5/+4
| | * rcu: Fix obsolete rcu_initiate_boost() header commentPaul E. McKenney2012-09-231-3/+3
| | * rcu: Improve boost selection when moving tasks to root rcu_nodePaul E. McKenney2012-09-231-2/+7
| | * rcu: Properly initialize ->boost_tasks on CPU offlinePaul E. McKenney2012-09-231-3/+4
| |/
* | rcu: Simplify quiescent-state detectionPaul E. McKenney2012-09-231-2/+0
* | rcu: Reduce synchronize_rcu_expedited() latencyPaul E. McKenney2012-09-231-8/+22
* | rcu: Eliminate signed overflow in synchronize_rcu_expedited()Paul E. McKenney2012-09-231-4/+4
* | rcu: Move quiescent-state forcing into kthreadPaul E. McKenney2012-09-231-4/+4
* | rcu: Provide OOM handler to motivate lazy RCU callbacksPaul E. McKenney2012-09-231-0/+83
|/
* rcu: Fix code-style issues involving "else"Paul E. McKenney2012-07-061-6/+8