summaryrefslogtreecommitdiff
path: root/kernel/rcutree.c
AgeCommit message (Expand)Author
2015-02-13kernel/treercu: use a simple waitqueueSebastian Andrzej Siewior
2015-02-13rcu: Eliminate softirq processing from rcutreePaul E. McKenney
2015-02-13rcutree/rcu_bh_qs: disable irq while calling rcu_preempt_qs()Tiejun Chen
2015-02-13rcu: Make ksoftirqd do RCU quiescent statesPaul E. McKenney
2015-02-13rcu: Merge RCU-bh into RCU-preemptThomas Gleixner
2015-02-13rcu: Don't activate RCU core on NO_HZ_FULL CPUsPaul E. McKenney
2015-02-13Reset to 3.12.37Scott Wood
2014-05-14kernel/treercu: use a simple waitqueueSebastian Andrzej Siewior
2014-05-14rcu: Eliminate softirq processing from rcutreePaul E. McKenney
2014-05-14rcutree/rcu_bh_qs: disable irq while calling rcu_preempt_qs()Tiejun Chen
2014-05-14rcu: Make ksoftirqd do RCU quiescent statesPaul E. McKenney
2014-05-14rcu: Merge RCU-bh into RCU-preemptThomas Gleixner
2014-05-14rcu: Don't activate RCU core on NO_HZ_FULL CPUsPaul E. McKenney
2014-05-14Reset to 3.12.19Scott Wood
2014-04-10kernel/treercu: use a simple waitqueueSebastian Andrzej Siewior
2014-04-10rcu: Eliminate softirq processing from rcutreePaul E. McKenney
2014-04-10rcutree/rcu_bh_qs: disable irq while calling rcu_preempt_qs()Tiejun Chen
2014-04-10rcu: Make ksoftirqd do RCU quiescent statesPaul E. McKenney
2014-04-10rcu: Merge RCU-bh into RCU-preemptThomas Gleixner
2014-04-10rcu: Don't activate RCU core on NO_HZ_FULL CPUsPaul E. McKenney
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-19nohz_full: Add full-system-idle arguments to APIPaul E. McKenney
2013-08-19nohz_full: Add per-CPU idle-state trackingPaul E. McKenney
2013-08-19nohz_full: Add rcu_dyntick data for scalable detection of all-idle statePaul E. McKenney
2013-08-19rcu: Eliminate unused APIs intended for adaptive ticksPaul E. McKenney
2013-08-19rcu: Avoid redundant grace-period kthread wakeupsPaul E. McKenney
2013-08-19rcu: Make call_rcu() leak callbacks for debug-object errorsPaul E. McKenney
2013-08-19rcu: 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