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