summaryrefslogtreecommitdiffstats
path: root/kernel/rcutree_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney2013-10-151-2831/+0
* Merge branch 'idle.2013.09.25a' into HEADPaul E. McKenney2013-10-151-11/+13
|\
| * rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacksPaul E. McKenney2013-09-251-0/+2
| * rcu: Throttle rcu_try_advance_all_cbs() executionPaul E. McKenney2013-09-251-3/+9
| * rcu: Remove redundant code from rcu_cleanup_after_idle()Paul E. McKenney2013-09-251-8/+2
* | Merge branch 'gp.2013.09.25a' into HEADPaul E. McKenney2013-10-151-4/+31
|\ \
| * | rcu: Track rcu_nocb_kthread()'s sleeping and awakeningPaul E. McKenney2013-09-231-1/+14
| * | rcu: Distinguish between NOCB and non-NOCB rcu_callback trace eventsPaul E. McKenney2013-09-231-2/+4
| * | rcu: Add tracing for rcuo no-CBs CPU wakeup handshakePaul E. McKenney2013-09-231-1/+13
| |/
* | rcu: Fix CONFIG_RCU_NOCB_CPU_ALL panic on machines with sparse CPU maskKirill Tkhai2013-09-231-1/+6
* | rcu: Replace __get_cpu_var() usesChristoph Lameter2013-09-231-7/+7
* | rcu: Fix dubious "if" condition in __call_rcu_nocb_enqueue()Paul E. McKenney2013-09-231-1/+1
|/
* nohz_full: Force RCU's grace-period kthreads onto timekeeping CPUPaul E. McKenney2013-08-311-1/+20
* nohz_full: Add full-system-idle state machinePaul E. McKenney2013-08-311-4/+292
* nohz_full: Add full-system idle states and variablesPaul E. McKenney2013-08-181-0/+17
* nohz_full: Add per-CPU idle-state trackingPaul E. McKenney2013-08-181-0/+79
* nohz_full: Add rcu_dyntick data for scalable detection of all-idle statePaul E. McKenney2013-08-181-0/+19
* rcu: Have the RCU tracepoints use the tracepoint_string infrastructureSteven Rostedt (Red Hat)2013-07-291-16/+16
* rcu: Simplify RCU_STATE_INITIALIZER() macroSteven Rostedt (Red Hat)2013-07-291-3/+1
* rcu: delete __cpuinit usage from all rcu filesPaul Gortmaker2013-07-141-3/+3
*---. 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
|\ \ \
OpenPOWER on IntegriCloud