summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar2016-03-151-14/+13
|\
| * RCU: Privatize rcu_node::lockBoqun Feng2016-02-231-13/+13
| * rcu: Remove useless rcu_data_p when !PREEMPT_RCUChen Gang2016-02-231-1/+0
* | rcu: Use simple wait queues where possible in rcutreePaul Gortmaker2016-02-251-13/+13
* | rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lockDaniel Wagner2016-02-251-3/+13
|/
*-. Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney2015-12-071-28/+22
|\ \
| | * rcu: Eliminate unused rcu_init_one() argumentPaul E. McKenney2015-12-071-1/+1
| | * rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney2015-12-041-8/+6
| | * rcu: Avoid tick_nohz_active checks on NOCBs CPUsPaul E. McKenney2015-12-041-5/+2
| | * rcu: Fix obsolete rcu_bootup_announce_oddness() commentPaul E. McKenney2015-12-041-2/+1
| | * rcu: Remove lock-acquisition loop from rcu_read_unlock_special()Paul E. McKenney2015-12-041-12/+6
| |/ |/|
| * rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney2015-12-041-0/+6
|/
* rcu: Add transitivity to remaining rcu_node ->lock acquisitionsPaul E. McKenney2015-11-231-1/+1
* rcu: Create transitive rnp->lock acquisition functionsPeter Zijlstra2015-11-231-12/+6
* Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney2015-10-071-193/+234
|\
| * rcu: Enable stall warnings for synchronize_rcu_expedited()Paul E. McKenney2015-10-071-2/+1
| * rcu: Add online/offline info to expedited stall warning messagePaul E. McKenney2015-10-071-0/+31
| * rcu: Consolidate expedited CPU selectionPaul E. McKenney2015-10-071-60/+1
| * rcu: Make ->cpu_no_qs be a union for aggregate ORPaul E. McKenney2015-09-201-3/+3
| * rcu: Invert passed_quiesce and rename to cpu_no_qsPaul E. McKenney2015-09-201-3/+3
| * rcu: Rename qs_pending to core_needs_qsPaul E. McKenney2015-09-201-1/+1
| * rcu: Use single-stage IPI algorithm for RCU expedited grace periodPaul E. McKenney2015-09-201-46/+250
| * rcu: Consolidate tree setup for synchronize_rcu_expedited()Paul E. McKenney2015-09-201-84/+18
| * rcu: Move rcu_report_exp_rnp() to allow consolidationPaul E. McKenney2015-09-201-66/+0
| * rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wqPaul E. McKenney2015-09-201-4/+2
* | rcu: Add online/offline info to stall warning messagePaul E. McKenney2015-10-061-2/+6
* | rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng2015-10-061-1/+1
|/
* Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEADPaul E. McKenney2015-08-041-102/+15
|\
| * rcu: Consolidate last open-coded expedited memory barrierPaul E. McKenney2015-07-171-1/+0
| * rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loopPaul E. McKenney2015-07-171-26/+10
| * rcu: Make synchronize_rcu_expedited() use sequence-counter schemePaul E. McKenney2015-07-171-10/+6
| * rcu: Remove CONFIG_RCU_CPU_STALL_INFOPaul E. McKenney2015-07-171-45/+0
| * rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited()Paul E. McKenney2015-07-171-23/+2
| * rcu: Simplify arithmetic to calculate number of RCU nodesAlexander Gordeev2015-07-151-2/+2
* | rcu: Don't disable CPU hotplug during OOM notifiersPaul E. McKenney2015-07-221-2/+0
* | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-221-4/+4
* | rcu: Fix obsolete priority-boosting commentPaul E. McKenney2015-07-221-2/+1
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-9/+9
|\
| * timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-2/+0
| * tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-221-6/+8
| |
| \
| \
| \
*---. \ Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Paul E. McKenney2015-05-271-56/+67
|\ \ \ \
| | | * | rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAFPaul E. McKenney2015-05-271-3/+3
| | | * | rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney2015-05-271-3/+3
| | | * | rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameterPaul E. McKenney2015-05-271-1/+1
| |_|/ / |/| | |
| | * | rcu: Adjust ->lock acquisition for tasks no longer migratingPaul E. McKenney2015-05-271-3/+6
| |/ / |/| |
| * | rcu: Fix missing task information during rcu-preempt stallPatrick Daly2015-05-271-2/+2
| * | rcu: tree_plugin: Use bool function return values of true/false not 1/0Joe Perches2015-05-271-2/+2
| * | rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney2015-05-271-10/+12
| * | rcu: Create an immutable rcu_data_p pointer to default rcu_data structurePaul E. McKenney2015-05-271-7/+9
| * | rcu: Tell the compiler that rcu_state_p is immutablePaul E. McKenney2015-05-271-2/+2