summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
Commit message (Expand)AuthorAgeFilesLines
* rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar2017-03-021-1/+1
*-. Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...Paul E. McKenney2017-01-251-85/+177
|\ \
| | * rcu: Make rcu_cpu_starting() use its "cpu" argumentPaul E. McKenney2017-01-231-1/+1
| | * rcu: Don't wake rcuc/X kthreads on NOCB CPUsPaul E. McKenney2017-01-231-1/+1
| | * rcu: Once again use NMI-based stack traces in stall warningsPaul E. McKenney2017-01-231-5/+7
| | * rcu: Remove short-term CPU kickingPaul E. McKenney2017-01-231-5/+0
| | * rcu: Add long-term CPU kickingPaul E. McKenney2017-01-231-0/+6
| | * rcu: Remove unused but set variableTobias Klauser2017-01-231-2/+0
| | * rcu: Only dump stalled-tasks stacks if there was a real stallByungchul Park2017-01-231-3/+3
| |/ |/|
| * rcu: Adjust FQS offline checks for exact online-CPU detectionPaul E. McKenney2017-01-231-15/+2
| * rcu: Check cond_resched_rcu_qs() state less often to reduce GP overheadPaul E. McKenney2017-01-231-12/+34
| * rcu: Abstract extended quiescent state determinationPaul E. McKenney2017-01-231-14/+38
| * rcu: Abstract dynticks extended quiescent state enter/exit operationsPaul E. McKenney2017-01-231-26/+62
| * rcu: Abstract the dynticks snapshot operationPaul E. McKenney2017-01-161-3/+16
| * rcu: Abstract the dynticks momentary-idle operationPaul E. McKenney2017-01-161-5/+14
|/
* rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney2017-01-141-13/+20
* rcu: Don't kick unless grace period or requestPaul E. McKenney2016-11-141-1/+2
* rcu: Remove obsolete comment from __call_rcu()Paul E. McKenney2016-11-141-7/+0
* rcu: Remove obsolete rcu_check_callbacks() header commentPaul E. McKenney2016-11-141-2/+1
* rcu: Tighten up __call_rcu() rcu_head alignment checkPaul E. McKenney2016-11-141-1/+3
* 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
OpenPOWER on IntegriCloud