aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-28rcu: Make rcu_barrier() understand about missing rcuo kthreadsPaul E. McKenney1-5/+10
2014-09-18rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney1-7/+12
2014-09-16Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney1-22/+28
2014-09-16Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b' and 'torture.2014.09.07a' into HEADPaul E. McKenney1-17/+29
2014-09-16rcu: Create rcuo kthreads only for onlined CPUsPaul E. McKenney1-1/+2
2014-09-16rcu: Rationalize kthread spawningPaul E. McKenney1-1/+3
2014-09-07rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney1-16/+18
2014-09-07rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney1-0/+2
2014-09-07rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney1-6/+6
2014-09-07rcu: Add call_rcu_tasks()Paul E. McKenney1-0/+2
2014-09-07rcu: Replace flush_signals() with WARN_ON(signal_pending())Paul E. McKenney1-2/+2
2014-09-07rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreadsPranith Kumar1-2/+2
2014-09-07rcu: Remove stale comment in tree.cPranith Kumar1-2/+0
2014-09-07rcu: Define tracepoint strings only if CONFIG_TRACING is setArd Biesheuvel1-3/+12
2014-09-07rcu: Use true/false instead of 1/0 for a bool typePranith Kumar1-3/+3
2014-09-07rcu: Use bool type for return value in rcu_is_watching()Pranith Kumar1-1/+1
2014-09-07rcu: Remove remaining read-modify-write ACCESS_ONCE() callsPranith Kumar1-2/+4
2014-07-09rcu: Remove CONFIG_PROVE_RCU_DELAYPaul E. McKenney1-5/+0
2014-07-09rcu: Use __this_cpu_read() instead of per_cpu_ptr()Shan Wei1-1/+1
2014-07-09rcu: Don't use NMIs to dump other CPUs' stacksPaul E. McKenney1-7/+3
2014-07-09rcu: Check both root and current rcu_node when setting up future grace periodPranith Kumar1-2/+8
2014-07-09rcu: Loosen __call_rcu()'s rcu_head alignment constraintPaul E. McKenney1-1/+1
2014-07-09rcu: Eliminate read-modify-write ACCESS_ONCE() callsPaul E. McKenney1-6/+6
2014-07-09rcu: Make rcu node arrays static const char * constFabian Frederick1-8/+10
2014-06-23rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney1-28/+112
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-11/+11
2014-05-14rcu: Variable name changed in tree_plugin.h and used in tree.cUma Sharma1-8/+8
2014-05-14Merge branches 'doc.2014.04.29a', 'fixes.2014.04.29a' and 'torture.2014.05.14a' into HEADPaul E. McKenney1-87/+212
2014-05-14rcutorture: Export RCU grace-period kthread wait state to rcutorturePaul E. McKenney1-0/+17
2014-05-13rcutorture: Add forward-progress checking for writerPaul E. McKenney1-0/+33
2014-04-29rcu: Replace __this_cpu_ptr() uses with raw_cpu_ptr()Christoph Lameter1-3/+3
2014-04-29rcu: Remove duplicate resched_cpu() declarationPranith Kumar1-6/+0
2014-04-29rcu: Merge rcu_sched_force_quiescent_state() with rcu_force_quiescent_state()Andreea-Cristina Bernat1-0/+9
2014-04-29rcu: Consolidate kfree_call_rcu() to use rcu_state pointerAndreea-Cristina Bernat1-0/+14
2014-04-29rcu: Replace NR_CPUS with nr_cpu_idsHimangi Saraogi1-2/+2
2014-04-29rcu: Add event tracing to dyntick_save_progress_counter().Andreea-Cristina Bernat1-1/+6
2014-04-29rcu: Make callers awaken grace-period kthreadPaul E. McKenney1-51/+86
2014-04-29rcu: Protect uses of jiffies_stall field with ACCESS_ONCE()Iulia Manda1-6/+6
2014-04-29rcu: Remove unused rcu_data structure fieldIulia Manda1-4/+2
2014-04-29rcu: Update cpu_needs_another_gp() for futures from non-NOCB CPUsPaul E. McKenney1-10/+29
2014-04-29rcu: Print negatives for stall-warning counter wraparoundPaul E. McKenney1-4/+5
2014-04-29rcu: Protect ->gp_flags accesses with ACCESS_ONCE()Paul E. McKenney1-6/+6
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-11/+11
2014-03-20rcu: Provide grace-period piggybacking APIPaul E. McKenney1-4/+58
2014-02-26Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' into HEADPaul E. McKenney1-10/+8
2014-02-26rcu: Ensure kernel/rcu/rcu.h can be sourced/used stand-alonePaul Gortmaker1-2/+0
2014-02-17rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney1-1/+1
2014-02-17rcu: Remove ACCESS_ONCE() from jiffiesPaul E. McKenney1-3/+3
2014-02-17rcu: Stop tracking FSF's postal addressPaul E. McKenney1-2/+2
2014-02-17rcu: Add ACCESS_ONCE() to ->n_force_qs_lh accessesPaul E. McKenney1-2/+2