summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-2/+0
| * 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/+9
|/ /
* / rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney2015-05-271-47/+46
|/
*-------. Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney2015-03-201-135/+132
|\ \ \ \ \
| | | | | * rcu: Tighten up affinity and check for sysidlePaul E. McKenney2015-02-261-6/+6
| |_|_|_|/ |/| | | |
| | | | * rcu: Process offlining and onlining only at grace-period startPaul E. McKenney2015-03-121-18/+4
| | | | * rcu: Move rcu_report_unblock_qs_rnp() to common codePaul E. McKenney2015-03-121-38/+2
| | | | * rcu: Rework preemptible expedited bitmask handlingPaul E. McKenney2015-03-121-23/+75
| | | | * rcu: Eliminate empty HOTPLUG_CPU ifdefPaul E. McKenney2015-03-111-4/+0
| | | | * rcu: Simplify sync_rcu_preempt_exp_init()Paul E. McKenney2015-03-111-4/+1
| |_|_|/ |/| | |
| | | * rcu: Update from rcu_expedited variable to rcu_gp_is_expedited()Paul E. McKenney2015-02-261-1/+1
| |_|/ |/| |
| | * rcu: Add boot-up check for non-default CONFIG_RCU_FANOUT_LEAF valuesPaul E. McKenney2015-03-031-0/+3
| | * rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness()Paul E. McKenney2015-03-031-28/+20
| | * rcu: Improve diagnostics for blocked critical sections in irqPaul E. McKenney2015-03-031-1/+7
| |/ |/|
| * rcu: Move early-boot callbacks to no-CBs lists for no-CBs CPUsPaul E. McKenney2015-03-031-12/+12
| * rcu: Refine diagnostics for lacking kthread for no-CBs callbacksPaul E. McKenney2015-02-261-1/+2
|/
*-. Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds2015-02-211-0/+1
|\ \
| * | rcu: Clear need_qs flag to prevent splatPaul E. McKenney2015-02-111-0/+1
| |/
* / rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-3/+2
|/
*-----. Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney2015-01-151-199/+72
|\ \ \ \
| | | | * rcutorture: Check from beginning to end of grace periodPaul E. McKenney2015-01-101-28/+0
| | | | * rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney2015-01-101-3/+3
| |_|_|/ |/| | |
| | | * rcu: Optionally run grace-period kthreads at real-time priorityPaul E. McKenney2015-01-151-4/+0
| | | * rcu: Handle gpnum/completed wrap while dyntick idlePaul E. McKenney2015-01-061-1/+2
| | | * rcu: Make RCU_CPU_STALL_INFO include number of fqs attemptsPaul E. McKenney2015-01-061-1/+2
| |_|/ |/| |
| | * rcu: Revert "Allow post-unlock reference for rt_mutex" to avoid priority-inve...Lai Jiangshan2015-01-061-7/+1
| | * rcu: Don't bother affinitying rcub kthreads away from offline CPUsPaul E. McKenney2015-01-061-5/+1