aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-31Merge branches 'doc.2013.08.19a', 'fixes.2013.08.20a', 'sysidle.2013.08.31a' and 'torture.2013.08.20a' into HEADPaul E. McKenney1-58/+92
2013-08-31nohz_full: Force RCU's grace-period kthreads onto timekeeping CPUPaul E. McKenney1-0/+1
2013-08-31nohz_full: Add full-system-idle state machinePaul E. McKenney1-3/+13
2013-08-20rcu: Simplify _rcu_barrier() processingPaul E. McKenney1-2/+13
2013-08-18nohz_full: Add full-system-idle arguments to APIPaul E. McKenney1-7/+18
2013-08-18nohz_full: Add per-CPU idle-state trackingPaul E. McKenney1-0/+4
2013-08-18nohz_full: Add rcu_dyntick data for scalable detection of all-idle statePaul E. McKenney1-0/+5
2013-08-18rcu: Eliminate unused APIs intended for adaptive ticksPaul E. McKenney1-43/+0
2013-08-18rcu: Avoid redundant grace-period kthread wakeupsPaul E. McKenney1-3/+5
2013-08-18rcu: Make call_rcu() leak callbacks for debug-object errorsPaul E. McKenney1-1/+13
2013-08-18rcu: Expedite grace periods during suspend/resumeBorislav Petkov1-0/+21
2013-07-29rcu: Have the RCU tracepoints use the tracepoint_string infrastructureSteven Rostedt (Red Hat)1-34/+53
2013-07-29rcu: Simplify RCU_STATE_INITIALIZER() macroSteven Rostedt (Red Hat)1-8/+6
2013-07-29rcu: Add const annotation to char * for RCU tracepoints and functionsSteven Rostedt (Red Hat)1-2/+2
2013-07-14rcu: delete __cpuinit usage from all rcu filesPaul Gortmaker1-3/+3
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-06-10Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', 'srcu.2013.06.10a' and 'tiny.2013.06.10a' into HEADPaul E. McKenney1-2/+16
2013-06-10rcu: Drive quiescent-state-forcing delay from HZPaul E. McKenney1-2/+16
2013-06-10rcu: Move redundant call to note_gp_changes() into called functionPaul E. McKenney1-8/+2
2013-06-10rcu: Inline trivial wrapper function rcu_start_gp_per_cpu()Paul E. McKenney1-13/+1
2013-06-10rcu: Eliminate check_for_new_grace_period() wrapper functionPaul E. McKenney1-22/+3
2013-06-10rcu: Merge __rcu_process_gp_end() into __note_gp_changes()Paul E. McKenney1-42/+6
2013-06-10rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()Paul E. McKenney1-28/+3
2013-06-10rcu: Rename note_new_gpnum() to note_gp_changes()Paul E. McKenney1-6/+7
2013-06-10rcu: Make __note_new_gpnum() check for ends of prior grace periodsPaul E. McKenney1-0/+3
2013-06-10rcu: Move code to apply callback-numbering simplificationsPaul E. McKenney1-59/+59
2013-06-10rcu: Convert rcutree.c printk callsPaul E. McKenney1-3/+3
2013-06-10rcu: Fix deadlock with CPU hotplug, RCU GP init, and timer migrationPaul E. McKenney1-2/+2
2013-06-10rcu: Don't call wakeup() with rcu_node structure ->lock heldSteven Rostedt1-2/+15
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker1-63/+197
2013-04-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-63/+197
2013-04-29kernel/: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2013-04-19nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker1-3/+3
2013-04-15rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periodsPaul E. McKenney1-0/+10
2013-03-26Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.26b' into HEADPaul E. McKenney1-63/+197
2013-03-26rcu: Make rcu_accelerate_cbs() note need for future grace periodsPaul E. McKenney1-18/+32
2013-03-26rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp()Paul E. McKenney1-4/+119
2013-03-26rcu: Push lock release to rcu_start_gp()'s callersPaul E. McKenney1-14/+10
2013-03-26rcu: Rearrange locking in rcu_start_gp()Paul E. McKenney1-4/+2
2013-03-26rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney1-11/+17
2013-03-26rcu: Accelerate RCU callbacks at grace-period endPaul E. McKenney1-8/+13
2013-03-26rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney1-3/+4
2013-03-26rcu: Introduce proper blocking to no-CBs kthreads GP waitsPaul E. McKenney1-1/+5
2013-03-13rcu: Tone down debugging during boot-up and shutdown.Paul E. McKenney1-1/+2
2013-03-12rcu: Remove comment referring to __stop_machine()Srivatsa S. Bhat1-5/+0
2013-03-12rcu: Avoid invoking RCU core on offline CPUsPaul E. McKenney1-1/+2
2013-03-12rcu: Fix spacing problemJiang Fang1-1/+1
2013-03-12rcu: Remove restrictions on no-CBs CPUsPaul E. McKenney1-8/+6
2013-01-28Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01.24a' and 'tiny.2013.01.29b' into HEADPaul E. McKenney1-77/+183
2013-01-28rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney1-43/+3