summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree_plugin.h
AgeCommit message (Expand)Author
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
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner
2015-05-27Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Paul E. McKenney
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAFPaul E. McKenney
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney
2015-05-27rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameterPaul E. McKenney
2015-05-27rcu: Adjust ->lock acquisition for tasks no longer migratingPaul E. McKenney
2015-05-27rcu: Fix missing task information during rcu-preempt stallPatrick Daly
2015-05-27rcu: tree_plugin: Use bool function return values of true/false not 1/0Joe Perches
2015-05-27rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney
2015-05-27rcu: Create an immutable rcu_data_p pointer to default rcu_data structurePaul E. McKenney
2015-05-27rcu: Tell the compiler that rcu_state_p is immutablePaul E. McKenney
2015-05-27rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED()Paul E. McKenney
2015-05-27rcu: Convert from rcu_preempt_state to *rcu_state_pPaul E. McKenney
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner
2015-03-20Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney
2015-03-12rcu: Process offlining and onlining only at grace-period startPaul E. McKenney
2015-03-12rcu: Move rcu_report_unblock_qs_rnp() to common codePaul E. McKenney
2015-03-12rcu: Rework preemptible expedited bitmask handlingPaul E. McKenney
2015-03-11rcu: Eliminate empty HOTPLUG_CPU ifdefPaul E. McKenney
2015-03-11rcu: Simplify sync_rcu_preempt_exp_init()Paul E. McKenney
2015-03-03rcu: Add boot-up check for non-default CONFIG_RCU_FANOUT_LEAF valuesPaul E. McKenney
2015-03-03rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness()Paul E. McKenney
2015-03-03rcu: Improve diagnostics for blocked critical sections in irqPaul E. McKenney
2015-03-03rcu: Move early-boot callbacks to no-CBs lists for no-CBs CPUsPaul E. McKenney
2015-02-26rcu: Tighten up affinity and check for sysidlePaul E. McKenney