aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcutree.h
AgeCommit message (Expand)Author
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-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-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-06-10rcu: Drive quiescent-state-forcing delay from HZPaul 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-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: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp()Paul E. McKenney
2013-03-26rcu: Rename n_nocb_gp_requests to need_future_gpPaul E. McKenney
2013-03-26rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul 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: Add softirq-stall indications to stall-warning messagesPaul E. McKenney
2013-03-12rcu: Delete unused rcu_node "wakemask" fieldPaul E. McKenney
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
2013-01-26rcu: Remove unused code originally used for context trackingLi Zhong
2013-01-08rcu: Tag callback lists with corresponding grace-period numberPaul E. McKenney
2012-11-16rcu: Separate accounting of callbacks from callback-free CPUsPaul E. McKenney
2012-11-16rcu: Add callback-free CPUsPaul E. McKenney
2012-11-08rcu: Instrument synchronize_rcu_expedited() for debugfs tracingPaul E. McKenney
2012-11-08rcu: Move synchronize_sched_expedited() state to rcu_statePaul E. McKenney
2012-11-08rcu: Rename ->onofflock to ->orphan_lockPaul E. McKenney
2012-10-08rcu: Grace-period initialization excludes only RCU notifierPaul E. McKenney
2012-09-26rcu: Ignore userspace extended quiescent state by defaultFrederic Weisbecker
2012-09-26rcu: Allow rcu_user_enter()/exit() to nestFrederic Weisbecker
2012-09-25Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25bPaul E. McKenney
2012-09-24Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09....Paul E. McKenney
2012-09-23rcu: Remove _rcu_barrier() dependency on __stop_machine()Paul E. McKenney
2012-09-23rcu: Simplify quiescent-state detectionPaul E. McKenney
2012-09-23rcu: Prevent force_quiescent_state() memory contentionPaul E. McKenney
2012-09-23rcu: Adjust debugfs tracing for kthread-based quiescent-state forcingPaul E. McKenney
2012-09-23rcu: Move quiescent-state forcing into kthreadPaul E. McKenney
2012-09-23rcu: Segregate rcu_state fields to improve cache localityDimitri Sivanich
2012-09-23rcu: Provide OOM handler to motivate lazy RCU callbacksPaul E. McKenney
2012-09-23rcu: Move RCU grace-period initialization into a kthreadPaul E. McKenney
2012-08-13rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthreadPaul E. McKenney
2012-08-13rcu: Yield simplerThomas Gleixner
2012-07-06Merge branches 'bigrtm.2012.07.04a', 'doctorture.2012.07.02a', 'fixes.2012.07...Paul E. McKenney
2012-07-02rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameterPaul E. McKenney
2012-07-02rcu: Introduce for_each_rcu_flavor() and use itPaul E. McKenney
2012-07-02rcu: Increase rcu_barrier() concurrencyPaul E. McKenney
2012-07-02rcu: Move rcu_barrier_mutex to rcu_state structurePaul E. McKenney
2012-07-02rcu: Move rcu_barrier_completion to rcu_state structurePaul E. McKenney