aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-0/+5
2013-08-18nohz_full: Add per-CPU idle-state trackingPaul E. McKenney1-0/+2
2013-08-18nohz_full: Add rcu_dyntick data for scalable detection of all-idle statePaul E. McKenney1-0/+9
2013-07-29rcu: Add const annotation to char * for RCU tracepoints and functionsSteven Rostedt (Red Hat)1-1/+1
2013-07-14rcu: delete __cpuinit usage from all rcu filesPaul Gortmaker1-2/+2
2013-06-10rcu: Drive quiescent-state-forcing delay from HZPaul E. McKenney1-5/+10
2013-06-10rcu: Don't call wakeup() with rcu_node structure ->lock heldSteven Rostedt1-0/+2
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker1-21/+20
2013-04-19nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker1-1/+0
2013-04-15rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periodsPaul E. McKenney1-0/+1
2013-03-26Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.26b' into HEADPaul E. McKenney1-21/+20
2013-03-26rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp()Paul E. McKenney1-1/+1
2013-03-26rcu: Rename n_nocb_gp_requests to need_future_gpPaul E. McKenney1-2/+2
2013-03-26rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney1-9/+3
2013-03-26rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney1-0/+1
2013-03-26rcu: Introduce proper blocking to no-CBs kthreads GP waitsPaul E. McKenney1-2/+10
2013-03-13rcu: Add softirq-stall indications to stall-warning messagesPaul E. McKenney1-0/+5
2013-03-12rcu: Delete unused rcu_node "wakemask" fieldPaul E. McKenney1-3/+0
2013-03-12rcu: Remove restrictions on no-CBs CPUsPaul E. McKenney1-9/+3
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-9/+2
2013-01-28rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney1-5/+0
2013-01-26rcu: Remove unused code originally used for context trackingLi Zhong1-4/+0
2013-01-08rcu: Tag callback lists with corresponding grace-period numberPaul E. McKenney1-0/+2
2012-11-16rcu: Separate accounting of callbacks from callback-free CPUsPaul E. McKenney1-0/+1
2012-11-16rcu: Add callback-free CPUsPaul E. McKenney1-0/+47
2012-11-08rcu: Instrument synchronize_rcu_expedited() for debugfs tracingPaul E. McKenney1-0/+9
2012-11-08rcu: Move synchronize_sched_expedited() state to rcu_statePaul E. McKenney1-0/+3
2012-11-08rcu: Rename ->onofflock to ->orphan_lockPaul E. McKenney1-4/+3
2012-10-08rcu: Grace-period initialization excludes only RCU notifierPaul E. McKenney1-0/+6
2012-09-26rcu: Ignore userspace extended quiescent state by defaultFrederic Weisbecker1-0/+1
2012-09-26rcu: Allow rcu_user_enter()/exit() to nestFrederic Weisbecker1-0/+3
2012-09-25Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25bPaul E. McKenney1-14/+1
2012-09-24Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09.23a', 'hotplug.2012.09.23a' and 'idlechop.2012.09.23a' into HEADPaul E. McKenney1-3/+0
2012-09-23rcu: Remove _rcu_barrier() dependency on __stop_machine()Paul E. McKenney1-3/+0
2012-09-23rcu: Simplify quiescent-state detectionPaul E. McKenney1-2/+0
2012-09-23rcu: Prevent force_quiescent_state() memory contentionPaul E. McKenney1-0/+1
2012-09-23rcu: Adjust debugfs tracing for kthread-based quiescent-state forcingPaul E. McKenney1-1/+0
2012-09-23rcu: Move quiescent-state forcing into kthreadPaul E. McKenney1-9/+4
2012-09-23rcu: Segregate rcu_state fields to improve cache localityDimitri Sivanich1-1/+2
2012-09-23rcu: Provide OOM handler to motivate lazy RCU callbacksPaul E. McKenney1-1/+4
2012-09-23rcu: Move RCU grace-period initialization into a kthreadPaul E. McKenney1-0/+3
2012-08-13rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthreadPaul E. McKenney1-8/+0
2012-08-13rcu: Yield simplerThomas Gleixner1-6/+1
2012-07-06Merge branches 'bigrtm.2012.07.04a', 'doctorture.2012.07.02a', 'fixes.2012.07.06a' and 'fnh.2012.07.02a' into HEADPaul E. McKenney1-0/+1
2012-07-02rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameterPaul E. McKenney1-0/+1
2012-07-02rcu: Introduce for_each_rcu_flavor() and use itPaul E. McKenney1-7/+5
2012-07-02rcu: Increase rcu_barrier() concurrencyPaul E. McKenney1-0/+2
2012-07-02rcu: Move rcu_barrier_mutex to rcu_state structurePaul E. McKenney1-0/+1
2012-07-02rcu: Move rcu_barrier_completion to rcu_state structurePaul E. McKenney1-0/+1