aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h
AgeCommit message (Expand)Author
2016-06-15Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14...Paul E. McKenney
2016-06-15rcu: Correctly handle sparse possible cpusMark Rutland
2016-06-14torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify codePaul E. McKenney
2016-06-14rcu: Move expedited code from tree_plugin.h to tree_exp.hPaul E. McKenney
2016-03-31rcu: Consolidate expedited GP code into exp_funnel_lock()Paul E. McKenney
2016-03-31rcu: Consolidate expedited GP tracing into rcu_exp_gp_seq_snap()Paul E. McKenney
2016-03-31rcu: Consolidate expedited GP code into rcu_exp_wait_wake()Paul E. McKenney
2016-03-31rcu: Enforce expedited-GP fairness via funnel wait queuePaul E. McKenney
2016-03-31rcu: Add expedited-grace-period event tracingPaul E. McKenney
2016-03-31rcu: Add funnel-locking tracing for expedited grace periodsPaul E. McKenney
2016-03-31rcu: Fix synchronize_rcu_expedited() header commentPaul E. McKenney
2016-03-15Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar
2016-02-25rcu: Use simple wait queues where possible in rcutreePaul Gortmaker
2016-02-25rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lockDaniel Wagner
2016-02-23RCU: Privatize rcu_node::lockBoqun Feng
2016-02-23rcu: Remove useless rcu_data_p when !PREEMPT_RCUChen Gang
2015-12-07Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney
2015-12-07rcu: Eliminate unused rcu_init_one() argumentPaul E. McKenney
2015-12-04rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney
2015-12-04rcu: Avoid tick_nohz_active checks on NOCBs CPUsPaul E. McKenney
2015-12-04rcu: Fix obsolete rcu_bootup_announce_oddness() commentPaul E. McKenney
2015-12-04rcu: Remove lock-acquisition loop from rcu_read_unlock_special()Paul E. McKenney
2015-12-04rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney
2015-11-23rcu: Add transitivity to remaining rcu_node ->lock acquisitionsPaul E. McKenney
2015-11-23rcu: Create transitive rnp->lock acquisition functionsPeter Zijlstra
2015-11-23list: Use WRITE_ONCE() when adding to lists and hlistsPaul E. McKenney
2015-10-07Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney
2015-10-07rcu: Enable stall warnings for synchronize_rcu_expedited()Paul E. McKenney
2015-10-07rcu: Add online/offline info to expedited stall warning messagePaul E. McKenney
2015-10-07rcu: Consolidate expedited CPU selectionPaul E. McKenney
2015-10-06rcu: Add online/offline info to stall warning messagePaul E. McKenney
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng
2015-09-20rcu: Make ->cpu_no_qs be a union for aggregate ORPaul E. McKenney
2015-09-20rcu: Invert passed_quiesce and rename to cpu_no_qsPaul E. McKenney
2015-09-20rcu: Rename qs_pending to core_needs_qsPaul E. McKenney
2015-09-20rcu: Use single-stage IPI algorithm for RCU expedited grace periodPaul E. McKenney
2015-09-20rcu: Consolidate tree setup for synchronize_rcu_expedited()Paul E. McKenney
2015-09-20rcu: Move rcu_report_exp_rnp() to allow consolidationPaul E. McKenney
2015-09-20rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wqPaul E. McKenney
2015-08-04Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEADPaul E. McKenney
2015-07-22rcu: Don't disable CPU hotplug during OOM notifiersPaul E. McKenney
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney
2015-07-22rcu: Fix obsolete priority-boosting commentPaul E. McKenney
2015-07-17rcu: Consolidate last open-coded expedited memory barrierPaul E. McKenney
2015-07-17rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loopPaul E. McKenney
2015-07-17rcu: Make synchronize_rcu_expedited() use sequence-counter schemePaul E. McKenney
2015-07-17rcu: Remove CONFIG_RCU_CPU_STALL_INFOPaul E. McKenney
2015-07-17rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited()Paul E. McKenney
2015-07-15rcu: Simplify arithmetic to calculate number of RCU nodesAlexander Gordeev
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds