aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wait.h>Ingo Molnar1-1/+1
2017-01-25Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a', 'srcu.2017.01.25a' and 'torture.2017.01.15b' into HEADPaul E. McKenney1-85/+177
2017-01-23rcu: Adjust FQS offline checks for exact online-CPU detectionPaul E. McKenney1-15/+2
2017-01-23rcu: Check cond_resched_rcu_qs() state less often to reduce GP overheadPaul E. McKenney1-12/+34
2017-01-23rcu: Abstract extended quiescent state determinationPaul E. McKenney1-14/+38
2017-01-23rcu: Abstract dynticks extended quiescent state enter/exit operationsPaul E. McKenney1-26/+62
2017-01-23rcu: Make rcu_cpu_starting() use its "cpu" argumentPaul E. McKenney1-1/+1
2017-01-23rcu: Don't wake rcuc/X kthreads on NOCB CPUsPaul E. McKenney1-1/+1
2017-01-23rcu: Once again use NMI-based stack traces in stall warningsPaul E. McKenney1-5/+7
2017-01-23rcu: Remove short-term CPU kickingPaul E. McKenney1-5/+0
2017-01-23rcu: Add long-term CPU kickingPaul E. McKenney1-0/+6
2017-01-23rcu: Remove unused but set variableTobias Klauser1-2/+0
2017-01-23rcu: Only dump stalled-tasks stacks if there was a real stallByungchul Park1-3/+3
2017-01-16rcu: Abstract the dynticks snapshot operationPaul E. McKenney1-3/+16
2017-01-16rcu: Abstract the dynticks momentary-idle operationPaul E. McKenney1-5/+14
2017-01-14rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney1-13/+20
2016-11-14rcu: Don't kick unless grace period or requestPaul E. McKenney1-1/+2
2016-11-14rcu: Remove obsolete comment from __call_rcu()Paul E. McKenney1-7/+0
2016-11-14rcu: Remove obsolete rcu_check_callbacks() header commentPaul E. McKenney1-2/+1
2016-11-14rcu: Tighten up __call_rcu() rcu_head alignment checkPaul E. McKenney1-1/+3
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-1/+1
2016-09-14Merge branches 'doc.2016.08.22c', 'exp.2016.08.22c', 'fixes.2016.09.14a', 'hotplug.2016.08.22c' and 'torture.2016.08.22c' into HEADPaul E. McKenney1-9/+35
2016-08-22rcu: Provide exact CPU-online tracking for RCUPaul E. McKenney1-3/+29
2016-08-22rcu: Avoid redundant quiescent-state chasingPaul E. McKenney1-2/+4
2016-08-22rcu: Don't use modular infrastructure in non-modular codePaul Gortmaker1-2/+0
2016-08-22rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreadsJisheng Zhang1-2/+2
2016-07-15rcu: Convert rcutree to hotplug state machineThomas Gleixner1-53/+52
2016-06-15rcu: Correctly handle sparse possible cpusMark Rutland1-12/+9
2016-06-15rcu: sysctl: Panic on RCU StallDaniel Bristot de Oliveira1-0/+12
2016-06-14rcu: Move expedited code from tree.c to tree_exp.hPaul E. McKenney1-543/+2
2016-06-14rcu: Remove some superfluous linesPeter Zijlstra1-3/+0
2016-06-14rcu: Fix outdated hotplug-exclusion comment in rcu_gp_init()Paul E. McKenney1-2/+1
2016-06-14rcu: Fix outdated rcu_scheduler_active commentPaul E. McKenney1-1/+1
2016-04-21Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and 'torture.2016.04.21a' into HEADPaul E. McKenney1-87/+211
2016-03-31rcutorture: Expedited-GP batch progress access to torturingPaul E. McKenney1-0/+22
2016-03-31rcu: Dump ftrace buffer when kicking grace-period kthreadPaul E. McKenney1-0/+1
2016-03-31rcu: Awaken grace-period kthread if too long since FQSPaul E. McKenney1-2/+37
2016-03-31rcu: Make FQS schedule advance only if FQS happenedPaul E. McKenney1-8/+15
2016-03-31rcu: Awaken grace-period kthread when stalledPaul E. McKenney1-1/+3
2016-03-31rcu: Overlap wakeups with next expedited grace periodPaul E. McKenney1-3/+14
2016-03-31rcu: Consolidate expedited GP code into exp_funnel_lock()Paul E. McKenney1-3/+2
2016-03-31rcu: Consolidate expedited GP tracing into rcu_exp_gp_seq_snap()Paul E. McKenney1-3/+5
2016-03-31rcu: Consolidate expedited GP code into rcu_exp_wait_wake()Paul E. McKenney1-9/+9
2016-03-31rcu: Add exp_funnel_lock() fastpathPaul E. McKenney1-0/+10
2016-03-31rcu: Enforce expedited-GP fairness via funnel wait queuePaul E. McKenney1-74/+81
2016-03-31rcu: Shorten expedited_workdone* to exp_workdone*Paul E. McKenney1-5/+3
2016-03-31rcu: Force boolean subscript for expedited stall warningsPaul E. McKenney1-1/+1