summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* rcu: Fix soft lockup for rcu_nocb_kthreadDing Tianhong2016-08-221-0/+1
*-. Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14...Paul E. McKenney2016-06-151-92/+3
|\ \
| | * torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify codePaul E. McKenney2016-06-141-2/+0
| |/ |/|
| * rcu: Correctly handle sparse possible cpusMark Rutland2016-06-151-2/+3
| * rcu: Move expedited code from tree_plugin.h to tree_exp.hPaul E. McKenney2016-06-141-88/+0
|/
* rcu: Consolidate expedited GP code into exp_funnel_lock()Paul E. McKenney2016-03-311-3/+0
* rcu: Consolidate expedited GP tracing into rcu_exp_gp_seq_snap()Paul E. McKenney2016-03-311-2/+0
* rcu: Consolidate expedited GP code into rcu_exp_wait_wake()Paul E. McKenney2016-03-311-8/+2
* rcu: Enforce expedited-GP fairness via funnel wait queuePaul E. McKenney2016-03-311-11/+5
* rcu: Add expedited-grace-period event tracingPaul E. McKenney2016-03-311-0/+3
* rcu: Add funnel-locking tracing for expedited grace periodsPaul E. McKenney2016-03-311-0/+3
* rcu: Fix synchronize_rcu_expedited() header commentPaul E. McKenney2016-03-311-7/+13
* 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
|\