summaryrefslogtreecommitdiff
path: root/kernel/rcutree.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-15rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney1-3396/+0
2013-10-15Merge branch 'idle.2013.09.25a' into HEADPaul E. McKenney1-5/+18
2013-10-15Merge branch 'gp.2013.09.25a' into HEADPaul E. McKenney1-10/+46
2013-09-25rcu: Consistent rcu_is_watching() namingPaul E. McKenney1-18/+18
2013-09-25rcu: Change EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL()Paul E. McKenney1-1/+1
2013-09-25rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney1-0/+13
2013-09-23rcu: Add tracing of normal (non-NOCB) grace-period requestsPaul E. McKenney1-1/+7
2013-09-23rcu: Add tracing to rcu_gp_kthread()Paul E. McKenney1-0/+18
2013-09-23rcu: Flag lockless access to ->gp_flags with ACCESS_ONCE()Paul E. McKenney1-1/+1
2013-09-23rcu: Prevent spurious-wakeup DoS attack on rcu_gp_kthread()Paul E. McKenney1-3/+8
2013-09-23rcu: Improve grace-period start logicPaul E. McKenney1-5/+12
2013-09-23rcu: Have rcutiny tracepoints use tracepoint_string()Paul E. McKenney1-7/+0
2013-09-23rcu: Reject memory-order-induced stall-warning false positivesPaul E. McKenney1-5/+40
2013-09-23rcu: Micro-optimize rcu_cpu_has_callbacks()Paul E. McKenney1-4/+7
2013-09-23rcu: Silence unused-variable warningsPaul E. McKenney1-2/+4
2013-09-23rcu: Replace __get_cpu_var() usesChristoph Lameter1-11/+11
2013-09-23rcu: Convert local functions to staticPaul E. McKenney1-2/+2
2013-09-20rcu: Use proper cpp macro for ->gp_flagsPaul E. McKenney1-1/+1
2013-09-01Merge branches 'doc.2013.08.19a', 'fixes.2013.08.20a', 'sysidle.2013.08.31a' ...Paul E. McKenney1-58/+92
2013-09-01nohz_full: Force RCU's grace-period kthreads onto timekeeping CPUPaul E. McKenney1-0/+1
2013-09-01nohz_full: Add full-system-idle state machinePaul E. McKenney1-3/+13
2013-08-20rcu: Simplify _rcu_barrier() processingPaul E. McKenney1-2/+13
2013-08-19nohz_full: Add full-system-idle arguments to APIPaul E. McKenney1-7/+18
2013-08-19nohz_full: Add per-CPU idle-state trackingPaul E. McKenney1-0/+4
2013-08-19nohz_full: Add rcu_dyntick data for scalable detection of all-idle statePaul E. McKenney1-0/+5
2013-08-19rcu: Eliminate unused APIs intended for adaptive ticksPaul E. McKenney1-43/+0
2013-08-19rcu: Avoid redundant grace-period kthread wakeupsPaul E. McKenney1-3/+5
2013-08-19rcu: Make call_rcu() leak callbacks for debug-object errorsPaul E. McKenney1-1/+13
2013-08-19rcu: Expedite grace periods during suspend/resumeBorislav Petkov1-0/+21
2013-07-30rcu: Have the RCU tracepoints use the tracepoint_string infrastructureSteven Rostedt (Red Hat)1-34/+53
2013-07-30rcu: Simplify RCU_STATE_INITIALIZER() macroSteven Rostedt (Red Hat)1-8/+6
2013-07-30rcu: Add const annotation to char * for RCU tracepoints and functionsSteven Rostedt (Red Hat)1-2/+2
2013-07-15rcu: delete __cpuinit usage from all rcu filesPaul Gortmaker1-3/+3
2013-07-04drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-06-11Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', '...Paul E. McKenney1-2/+16
2013-06-11rcu: Drive quiescent-state-forcing delay from HZPaul E. McKenney1-2/+16
2013-06-11rcu: Move redundant call to note_gp_changes() into called functionPaul E. McKenney1-8/+2
2013-06-11rcu: Inline trivial wrapper function rcu_start_gp_per_cpu()Paul E. McKenney1-13/+1
2013-06-11rcu: Eliminate check_for_new_grace_period() wrapper functionPaul E. McKenney1-22/+3
2013-06-11rcu: Merge __rcu_process_gp_end() into __note_gp_changes()Paul E. McKenney1-42/+6
2013-06-11rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()Paul E. McKenney1-28/+3
2013-06-11rcu: Rename note_new_gpnum() to note_gp_changes()Paul E. McKenney1-6/+7
2013-06-11rcu: Make __note_new_gpnum() check for ends of prior grace periodsPaul E. McKenney1-0/+3
2013-06-11rcu: Move code to apply callback-numbering simplificationsPaul E. McKenney1-59/+59
2013-06-11rcu: Convert rcutree.c printk callsPaul E. McKenney1-3/+3
2013-06-11rcu: Fix deadlock with CPU hotplug, RCU GP init, and timer migrationPaul E. McKenney1-2/+2
2013-06-11rcu: Don't call wakeup() with rcu_node structure ->lock heldSteven Rostedt1-2/+15
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker1-63/+197
2013-04-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-63/+197
2013-04-30kernel/: rename random32() to prandom_u32()Akinobu Mita1-1/+1