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