aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+65
2013-12-16rcu: Apply smp_mb__after_unlock_lock() to preserve grace periodsPaul E. McKenney1-1/+17
2013-12-12rcu: Don't activate RCU core on NO_HZ_FULL CPUsPaul E. McKenney1-0/+4
2013-12-09rcu: Fix CONFIG_RCU_FANOUT_EXACT for odd fanout/leaf valuesPaul E. McKenney1-2/+2
2013-12-09rcu: Fix coccinelle warningsFengguang Wu1-1/+1
2013-12-03rcu: Let the world know when RCU adjusts its geometryPaul E. McKenney1-0/+2
2013-12-03rcu: Allow task-level idle entry/exit nestingPaul E. McKenney1-6/+8
2013-12-03rcu: Break call_rcu() deadlock involving scheduler and perfPaul E. McKenney1-4/+20
2013-12-03rcu: Fix and comment ordering around wait_event()Paul E. McKenney1-0/+3
2013-12-03rcu: Kick CPU halfway to RCU CPU stall warningPaul E. McKenney1-1/+25
2013-11-16Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+2
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+14
2013-10-15rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney1-0/+3403