summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+6Star
* Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney2015-10-081-193/+234
|\
| * rcu: Enable stall warnings for synchronize_rcu_expedited()Paul E. McKenney2015-10-081-2/+1Star
| * rcu: Add online/offline info to expedited stall warning messagePaul E. McKenney2015-10-081-0/+31
| * rcu: Consolidate expedited CPU selectionPaul E. McKenney2015-10-081-60/+1Star
| * rcu: Make ->cpu_no_qs be a union for aggregate ORPaul E. McKenney2015-09-211-3/+3
| * rcu: Invert passed_quiesce and rename to cpu_no_qsPaul E. McKenney2015-09-211-3/+3
| * rcu: Rename qs_pending to core_needs_qsPaul E. McKenney2015-09-211-1/+1
| * rcu: Use single-stage IPI algorithm for RCU expedited grace periodPaul E. McKenney2015-09-211-46/+250
| * rcu: Consolidate tree setup for synchronize_rcu_expedited()Paul E. McKenney2015-09-211-84/+18Star
| * rcu: Move rcu_report_exp_rnp() to allow consolidationPaul E. McKenney2015-09-211-66/+0Star
| * rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wqPaul E. McKenney2015-09-211-4/+2Star
* | 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/+15Star
|\
| * rcu: Consolidate last open-coded expedited memory barrierPaul E. McKenney2015-07-171-1/+0Star
| * rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loopPaul E. McKenney2015-07-171-26/+10Star
| * rcu: Make synchronize_rcu_expedited() use sequence-counter schemePaul E. McKenney2015-07-171-10/+6Star
| * rcu: Remove CONFIG_RCU_CPU_STALL_INFOPaul E. McKenney2015-07-171-45/+0Star
| * rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited()Paul E. McKenney2015-07-171-23/+2Star
| * 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-231-2/+0Star
* | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-231-4/+4
* | rcu: Fix obsolete priority-boosting commentPaul E. McKenney2015-07-231-2/+1Star
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-231-9/+9
|\
| * timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-2/+0Star
| * 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
| * | rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED()Paul E. McKenney2015-05-271-15/+20
| * | rcu: Convert from rcu_preempt_state to *rcu_state_pPaul E. McKenney2015-05-271-10/+9Star
|/ /
* / rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney2015-05-271-47/+46Star
|/
*-------. Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney2015-03-201-135/+132Star
|\ \ \ \ \
| | | | | * rcu: Tighten up affinity and check for sysidlePaul E. McKenney2015-02-271-6/+6
| |_|_|_|/ |/| | | |
| | | | * rcu: Process offlining and onlining only at grace-period startPaul E. McKenney2015-03-121-18/+4Star
| | | | * rcu: Move rcu_report_unblock_qs_rnp() to common codePaul E. McKenney2015-03-121-38/+2Star
| | | | * rcu: Rework preemptible expedited bitmask handlingPaul E. McKenney2015-03-121-23/+75
| | | | * rcu: Eliminate empty HOTPLUG_CPU ifdefPaul E. McKenney2015-03-111-4/+0Star
| | | | * rcu: Simplify sync_rcu_preempt_exp_init()Paul E. McKenney2015-03-111-4/+1Star
| |_|_|/ |/| | |
| | | * rcu: Update from rcu_expedited variable to rcu_gp_is_expedited()Paul E. McKenney2015-02-261-1/+1
| |_|/ |/| |