aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-07Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney1-193/+234
2015-10-07rcu: Enable stall warnings for synchronize_rcu_expedited()Paul E. McKenney1-2/+1
2015-10-07rcu: Add online/offline info to expedited stall warning messagePaul E. McKenney1-0/+31
2015-10-07rcu: Consolidate expedited CPU selectionPaul E. McKenney1-60/+1
2015-10-06rcu: Add online/offline info to stall warning messagePaul E. McKenney1-2/+6
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng1-1/+1
2015-09-20rcu: Make ->cpu_no_qs be a union for aggregate ORPaul E. McKenney1-3/+3
2015-09-20rcu: Invert passed_quiesce and rename to cpu_no_qsPaul E. McKenney1-3/+3
2015-09-20rcu: Rename qs_pending to core_needs_qsPaul E. McKenney1-1/+1
2015-09-20rcu: Use single-stage IPI algorithm for RCU expedited grace periodPaul E. McKenney1-46/+250
2015-09-20rcu: Consolidate tree setup for synchronize_rcu_expedited()Paul E. McKenney1-84/+18
2015-09-20rcu: Move rcu_report_exp_rnp() to allow consolidationPaul E. McKenney1-66/+0
2015-09-20rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wqPaul E. McKenney1-4/+2
2015-08-04Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEADPaul E. McKenney1-102/+15
2015-07-22rcu: Don't disable CPU hotplug during OOM notifiersPaul E. McKenney1-2/+0
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney1-4/+4
2015-07-22rcu: Fix obsolete priority-boosting commentPaul E. McKenney1-2/+1
2015-07-17rcu: Consolidate last open-coded expedited memory barrierPaul E. McKenney1-1/+0
2015-07-17rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loopPaul E. McKenney1-26/+10
2015-07-17rcu: Make synchronize_rcu_expedited() use sequence-counter schemePaul E. McKenney1-10/+6
2015-07-17rcu: Remove CONFIG_RCU_CPU_STALL_INFOPaul E. McKenney1-45/+0
2015-07-17rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited()Paul E. McKenney1-23/+2
2015-07-15rcu: Simplify arithmetic to calculate number of RCU nodesAlexander Gordeev1-2/+2
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+9
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner1-2/+0
2015-05-27Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', 'hotplug.2015.05.27a', 'init.2015.05.27a', 'tiny.2015.05.27a' and 'torture.2015.05.27a' into HEADPaul E. McKenney1-56/+67
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAFPaul E. McKenney1-3/+3
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney1-3/+3
2015-05-27rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameterPaul E. McKenney1-1/+1
2015-05-27rcu: Adjust ->lock acquisition for tasks no longer migratingPaul E. McKenney1-3/+6
2015-05-27rcu: Fix missing task information during rcu-preempt stallPatrick Daly1-2/+2
2015-05-27rcu: tree_plugin: Use bool function return values of true/false not 1/0Joe Perches1-2/+2
2015-05-27rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney1-10/+12
2015-05-27rcu: Create an immutable rcu_data_p pointer to default rcu_data structurePaul E. McKenney1-7/+9
2015-05-27rcu: Tell the compiler that rcu_state_p is immutablePaul E. McKenney1-2/+2
2015-05-27rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED()Paul E. McKenney1-15/+20
2015-05-27rcu: Convert from rcu_preempt_state to *rcu_state_pPaul E. McKenney1-10/+9
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney1-47/+46
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner1-6/+8
2015-03-20Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a', 'gpexp.2015.02.26a', 'hotplug.2015.03.20a', 'sysidle.2015.02.26b' and 'tiny.2015.02.26a' into HEADPaul E. McKenney1-135/+132
2015-03-12rcu: Process offlining and onlining only at grace-period startPaul E. McKenney1-18/+4
2015-03-12rcu: Move rcu_report_unblock_qs_rnp() to common codePaul E. McKenney1-38/+2
2015-03-12rcu: Rework preemptible expedited bitmask handlingPaul E. McKenney1-23/+75
2015-03-11rcu: Eliminate empty HOTPLUG_CPU ifdefPaul E. McKenney1-4/+0
2015-03-11rcu: Simplify sync_rcu_preempt_exp_init()Paul E. McKenney1-4/+1
2015-03-03rcu: Add boot-up check for non-default CONFIG_RCU_FANOUT_LEAF valuesPaul E. McKenney1-0/+3
2015-03-03rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness()Paul E. McKenney1-28/+20
2015-03-03rcu: Improve diagnostics for blocked critical sections in irqPaul E. McKenney1-1/+7
2015-03-03rcu: Move early-boot callbacks to no-CBs lists for no-CBs CPUsPaul E. McKenney1-12/+12
2015-02-26rcu: Tighten up affinity and check for sysidlePaul E. McKenney1-6/+6