aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
Commit message (Expand)AuthorAge
* rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney2017-01-26
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-15
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-10
| |
| \
*-. \ Merge branches 'doc.2016.08.22c', 'exp.2016.08.22c', 'fixes.2016.09.14a', 'ho...Paul E. McKenney2016-09-14
|\ \ \ | |_|/ |/| |
| | * rcu: Provide exact CPU-online tracking for RCUPaul E. McKenney2016-08-22
| |/ |/|
| * rcu: Avoid redundant quiescent-state chasingPaul E. McKenney2016-08-22
| * rcu: Don't use modular infrastructure in non-modular codePaul Gortmaker2016-08-22
| * rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreadsJisheng Zhang2016-08-22
|/
* rcu: Convert rcutree to hotplug state machineThomas Gleixner2016-07-15
* rcu: Correctly handle sparse possible cpusMark Rutland2016-06-15
* rcu: sysctl: Panic on RCU StallDaniel Bristot de Oliveira2016-06-15
* rcu: Move expedited code from tree.c to tree_exp.hPaul E. McKenney2016-06-14
* rcu: Remove some superfluous linesPeter Zijlstra2016-06-14
* rcu: Fix outdated hotplug-exclusion comment in rcu_gp_init()Paul E. McKenney2016-06-14
* rcu: Fix outdated rcu_scheduler_active commentPaul E. McKenney2016-06-14
*---. Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and ...Paul E. McKenney2016-04-21
|\ \ \
| | | * rcutorture: Expedited-GP batch progress access to torturingPaul E. McKenney2016-03-31
| |_|/ |/| |
| | * rcu: Dump ftrace buffer when kicking grace-period kthreadPaul E. McKenney2016-03-31
| | * rcu: Awaken grace-period kthread if too long since FQSPaul E. McKenney2016-03-31
| | * rcu: Make FQS schedule advance only if FQS happenedPaul E. McKenney2016-03-31
| | * rcu: Awaken grace-period kthread when stalledPaul E. McKenney2016-03-31
| |/ |/|
| * rcu: Overlap wakeups with next expedited grace periodPaul E. McKenney2016-03-31
| * rcu: Consolidate expedited GP code into exp_funnel_lock()Paul E. McKenney2016-03-31
| * rcu: Consolidate expedited GP tracing into rcu_exp_gp_seq_snap()Paul E. McKenney2016-03-31
| * rcu: Consolidate expedited GP code into rcu_exp_wait_wake()Paul E. McKenney2016-03-31
| * rcu: Add exp_funnel_lock() fastpathPaul E. McKenney2016-03-31
| * rcu: Enforce expedited-GP fairness via funnel wait queuePaul E. McKenney2016-03-31
| * rcu: Shorten expedited_workdone* to exp_workdone*Paul E. McKenney2016-03-31
| * rcu: Force boolean subscript for expedited stall warningsPaul E. McKenney2016-03-31
| * rcu: Remove expedited GP funnel-lock bypassPaul E. McKenney2016-03-31
| * rcu: Add expedited-grace-period event tracingPaul E. McKenney2016-03-31
| * rcu: Add funnel-locking tracing for expedited grace periodsPaul E. McKenney2016-03-31
| * rcu: Make cond_resched_rcu_qs() supply RCU-sched expedited QSPaul E. McKenney2016-03-31
| * rcu: Make expedited RCU-preempt stall warnings count accuratelyPaul E. McKenney2016-03-31
| * rcu: Make expedited RCU-sched grace period immediately detect idlePaul E. McKenney2016-03-31
|/
* rcu: Consolidate dumping of ftrace bufferPaul E. McKenney2016-03-31
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-15
|\
| * rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner2016-03-01
* | Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar2016-03-15
|\ \
| * | rcu: Catch up rcu_report_qs_rdp() comment with realityPaul E. McKenney2016-02-23
| * | RCU: Privatize rcu_node::lockBoqun Feng2016-02-23
| * | rcu: Remove useless rcu_data_p when !PREEMPT_RCUChen Gang2016-02-23
| * | rcu: Set rdp->gpwrap when CPU is idlePaul E. McKenney2016-02-23
| * | rcu: Stop treating in-kernel CPU-bound workloads as errorsPaul E. McKenney2016-02-23
| * | rcu: Update rcu_report_qs_rsp() commentPaul E. McKenney2016-02-23
| * | rcu: Assign false instead of 0 for ->core_needs_qsPaul E. McKenney2016-02-23
| |/
* | rcu: Use simple wait queues where possible in rcutreePaul Gortmaker2016-02-25
* | rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lockDaniel Wagner2016-02-25
|/
*---. Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney2015-12-07
|\ \ \
| | | * rcutorture: Print symbolic name for ->gp_statePaul E. McKenney2015-12-05