aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar1-14/+13
2016-02-25rcu: Use simple wait queues where possible in rcutreePaul Gortmaker1-13/+13
2016-02-25rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lockDaniel Wagner1-3/+13
2016-02-23RCU: Privatize rcu_node::lockBoqun Feng1-13/+13
2016-02-23rcu: Remove useless rcu_data_p when !PREEMPT_RCUChen Gang1-1/+0
2015-12-07Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'list.2015.12.04b' and 'torture.2015.12.05a' into HEADPaul E. McKenney1-28/+22
2015-12-07rcu: Eliminate unused rcu_init_one() argumentPaul E. McKenney1-1/+1
2015-12-04rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney1-8/+6
2015-12-04rcu: Avoid tick_nohz_active checks on NOCBs CPUsPaul E. McKenney1-5/+2
2015-12-04rcu: Fix obsolete rcu_bootup_announce_oddness() commentPaul E. McKenney1-2/+1
2015-12-04rcu: Remove lock-acquisition loop from rcu_read_unlock_special()Paul E. McKenney1-12/+6
2015-12-04rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney1-0/+6
2015-11-23rcu: Add transitivity to remaining rcu_node ->lock acquisitionsPaul E. McKenney1-1/+1
2015-11-23rcu: Create transitive rnp->lock acquisition functionsPeter Zijlstra1-12/+6
2015-11-23list: Use WRITE_ONCE() when adding to lists and hlistsPaul E. McKenney0-0/+0
2015-10-07Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney1-193/+234
2015-10-07rcu: Enable stall warnings for synchronize_rcu_expedited()Paul E. McKenney1-2/+1
2015-10-07rcu: Add online/offline info to expedited stall warning messagePaul E. McKenney1-0/+31
2015-10-07rcu: Consolidate expedited CPU selectionPaul E. McKenney1-60/+1
2015-10-06rcu: Add online/offline info to stall warning messagePaul E. McKenney1-2/+6
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng1-1/+1
2015-09-20rcu: Make ->cpu_no_qs be a union for aggregate ORPaul E. McKenney1-3/+3
2015-09-20rcu: Invert passed_quiesce and rename to cpu_no_qsPaul E. McKenney1-3/+3
2015-09-20rcu: Rename qs_pending to core_needs_qsPaul E. McKenney1-1/+1
2015-09-20rcu: Use single-stage IPI algorithm for RCU expedited grace periodPaul E. McKenney1-46/+250
2015-09-20rcu: Consolidate tree setup for synchronize_rcu_expedited()Paul E. McKenney1-84/+18
2015-09-20rcu: Move rcu_report_exp_rnp() to allow consolidationPaul E. McKenney1-66/+0
2015-09-20rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wqPaul E. McKenney1-4/+2
2015-08-04Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEADPaul E. McKenney1-102/+15
2015-07-22rcu: Don't disable CPU hotplug during OOM notifiersPaul E. McKenney1-2/+0
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney1-4/+4
2015-07-22rcu: Fix obsolete priority-boosting commentPaul E. McKenney1-2/+1
2015-07-17rcu: Consolidate last open-coded expedited memory barrierPaul E. McKenney1-1/+0
2015-07-17rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loopPaul E. McKenney1-26/+10
2015-07-17rcu: Make synchronize_rcu_expedited() use sequence-counter schemePaul E. McKenney1-10/+6
2015-07-17rcu: Remove CONFIG_RCU_CPU_STALL_INFOPaul E. McKenney1-45/+0
2015-07-17rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited()Paul E. McKenney1-23/+2
2015-07-15rcu: Simplify arithmetic to calculate number of RCU nodesAlexander Gordeev1-2/+2
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+9
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner1-2/+0
2015-05-27Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', 'hotplug.2015.05.27a', 'init.2015.05.27a', 'tiny.2015.05.27a' and 'torture.2015.05.27a' into HEADPaul E. McKenney1-56/+67
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAFPaul E. McKenney1-3/+3
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney1-3/+3
2015-05-27rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameterPaul E. McKenney1-1/+1
2015-05-27rcu: Adjust ->lock acquisition for tasks no longer migratingPaul E. McKenney1-3/+6
2015-05-27rcu: Fix missing task information during rcu-preempt stallPatrick Daly1-2/+2
2015-05-27rcu: tree_plugin: Use bool function return values of true/false not 1/0Joe Perches1-2/+2
2015-05-27rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney1-10/+12
2015-05-27rcu: Create an immutable rcu_data_p pointer to default rcu_data structurePaul E. McKenney1-7/+9
2015-05-27rcu: Tell the compiler that rcu_state_p is immutablePaul E. McKenney1-2/+2