aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcutree_plugin.h
AgeCommit message (Expand)Author
2013-10-15rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney
2013-10-15Merge branch 'idle.2013.09.25a' into HEADPaul E. McKenney
2013-10-15Merge branch 'gp.2013.09.25a' into HEADPaul E. McKenney
2013-09-25rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacksPaul E. McKenney
2013-09-25rcu: Throttle rcu_try_advance_all_cbs() executionPaul E. McKenney
2013-09-25rcu: Remove redundant code from rcu_cleanup_after_idle()Paul E. McKenney
2013-09-23rcu: Fix CONFIG_RCU_NOCB_CPU_ALL panic on machines with sparse CPU maskKirill Tkhai
2013-09-23rcu: Track rcu_nocb_kthread()'s sleeping and awakeningPaul E. McKenney
2013-09-23rcu: Distinguish between NOCB and non-NOCB rcu_callback trace eventsPaul E. McKenney
2013-09-23rcu: Add tracing for rcuo no-CBs CPU wakeup handshakePaul E. McKenney
2013-09-23rcu: Replace __get_cpu_var() usesChristoph Lameter
2013-09-23rcu: Fix dubious "if" condition in __call_rcu_nocb_enqueue()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-18nohz_full: Add full-system idle states and variablesPaul 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: 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-14rcu: delete __cpuinit usage from all rcu filesPaul Gortmaker
2013-06-10Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', '...Paul E. McKenney
2013-06-10rcu: Shrink TINY_RCU by moving exit_rcu()Paul E. McKenney
2013-06-10rcu: Remove "Experimental" flagsPaul E. McKenney
2013-06-10rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()Paul E. McKenney
2013-06-10rcu: Convert rcutree_plugin.h printk callsPaul E. McKenney
2013-05-15rcu: Don't allocate bootmem from rcu_init()Sasha Levin
2013-05-14rcu: Fix comparison sense in rcu_needs_cpu()Paul E. McKenney
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
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: Push lock release to rcu_start_gp()'s callersPaul E. McKenney
2013-03-26rcu: Repurpose no-CBs event tracing to future-GP eventsPaul E. McKenney
2013-03-26rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney
2013-03-26rcu: Export RCU_FAST_NO_HZ parameters to sysfsPaul E. McKenney
2013-03-26rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney
2013-03-26rcu: Add event tracing for no-CBs CPUs' grace periodsPaul E. McKenney
2013-03-26rcu: Add event tracing for no-CBs CPUs' callback registrationPaul E. McKenney
2013-03-26rcu: Introduce proper blocking to no-CBs kthreads GP waitsPaul E. McKenney
2013-03-26rcu: Provide compile-time control for no-CBs CPUsPaul E. McKenney
2013-03-13rcu: Add softirq-stall indications to stall-warning messagesPaul E. McKenney
2013-03-12rcu: Remove restrictions on no-CBs CPUsPaul E. McKenney
2013-01-08rcu: Make rcu_nocb_poll an early_param instead of module_paramPaul Gortmaker
2013-01-08rcu: Prevent soft-lockup complaints about no-CBs CPUsPaul Gortmaker
2012-11-16rcu: Separate accounting of callbacks from callback-free CPUsPaul E. McKenney
2012-11-16rcu: Add callback-free CPUsPaul E. McKenney
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...Paul E. McKenney