summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree_plugin.h
AgeCommit message (Expand)Author
2014-07-16rcu: Allow for NULL tick_nohz_full_mask when nohz_full= missingPaul E. McKenney
2014-07-09Merge branches 'doc.2014.07.08a', 'fixes.2014.07.09a', 'maintainers.2014.07.0...Paul E. McKenney
2014-07-09rcu: Fix a sparse warning in rcu_report_unblock_qs_rnp()Pranith Kumar
2014-07-09rcu: Fix a sparse warning in rcu_initiate_boost()Pranith Kumar
2014-07-09rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUsPaul E. McKenney
2014-07-09rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney
2014-07-09rcu: Allow post-unlock reference for rt_mutexPaul E. McKenney
2014-07-09rcu: Remove redundant ACCESS_ONCE() from tick_do_timer_cpuPaul E. McKenney
2014-07-07rcu: Don't offload callbacks unless specifically requestedPaul E. McKenney
2014-07-07rcu: Parallelize and economize NOCB kthread wakeupsPaul E. McKenney
2014-06-23rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-14rcu: Variable name changed in tree_plugin.h and used in tree.cUma Sharma
2014-04-29rcu: Replace __this_cpu_ptr() uses with raw_cpu_ptr()Christoph Lameter
2014-04-29rcu: Make large and small sysidle systems use same state machinePaul E. McKenney
2014-04-29rcu: Bind RCU grace-period kthreads if NO_HZ_FULLPaul E. McKenney
2014-04-29rcu: Merge rcu_sched_force_quiescent_state() with rcu_force_quiescent_state()Andreea-Cristina Bernat
2014-04-29rcu: Consolidate kfree_call_rcu() to use rcu_state pointerAndreea-Cristina Bernat
2014-04-29rcu: Make callers awaken grace-period kthreadPaul E. McKenney
2014-04-29rcu: Update cpu_needs_another_gp() for futures from non-NOCB CPUsPaul E. McKenney
2014-04-29rcu: Fix incorrect notes for codeLiu Ping Fan
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-02-26Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' in...Paul E. McKenney
2014-02-17rcu: Optimize RCU_FAST_NO_HZ for RCU_NOCB_CPU_ALLPaul E. McKenney
2014-02-17rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney
2014-02-17rcu: Optimize rcu_is_nocb_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney
2014-02-17rcu: Disambiguate CONFIG_RCU_NOCB_CPUsPaul Bolle
2014-02-17rcu: Stop tracking FSF's postal addressPaul E. McKenney
2014-01-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-12-17Merge tag 'v3.13-rc4' into core/lockingIngo Molnar
2013-12-16Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-12-16rcu: Apply smp_mb__after_unlock_lock() to preserve grace periodsPaul E. McKenney
2013-12-12rcu: Don't activate RCU core on NO_HZ_FULL CPUsPaul E. McKenney
2013-12-12rcu: Warn on allegedly impossible rcu_read_unlock_special() from irqLai Jiangshan
2013-12-03rcu: Break call_rcu() deadlock involving scheduler and perfPaul E. McKenney
2013-12-03rcu: Fix and comment ordering around wait_event()Paul E. McKenney
2013-11-19NOHZ: Check for nohz active instead of nohz enabledThomas Gleixner
2013-11-06locking: Move the rtmutex code to kernel/locking/Peter Zijlstra
2013-10-15rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney