aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcutree.c
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: Consistent rcu_is_watching() namingPaul E. McKenney
2013-09-25rcu: Change EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL()Paul E. McKenney
2013-09-25rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney
2013-09-23rcu: Add tracing of normal (non-NOCB) grace-period requestsPaul E. McKenney
2013-09-23rcu: Add tracing to rcu_gp_kthread()Paul E. McKenney
2013-09-23rcu: Flag lockless access to ->gp_flags with ACCESS_ONCE()Paul E. McKenney
2013-09-23rcu: Prevent spurious-wakeup DoS attack on rcu_gp_kthread()Paul E. McKenney
2013-09-23rcu: Improve grace-period start logicPaul E. McKenney
2013-09-23rcu: Have rcutiny tracepoints use tracepoint_string()Paul E. McKenney
2013-09-23rcu: Reject memory-order-induced stall-warning false positivesPaul E. McKenney
2013-09-23rcu: Micro-optimize rcu_cpu_has_callbacks()Paul E. McKenney
2013-09-23rcu: Silence unused-variable warningsPaul E. McKenney
2013-09-23rcu: Replace __get_cpu_var() usesChristoph Lameter
2013-09-23rcu: Convert local functions to staticPaul E. McKenney
2013-09-20rcu: Use proper cpp macro for ->gp_flagsPaul 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-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