aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2017-01-23rcu: Add comment headers to expedited-grace-period counter functionsPaul E. McKenney1-1/+17
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: Remove unneeded rcu_process_callbacks() declarationsPaul E. McKenney1-2/+0
2017-01-23rcu: Only dump stalled-tasks stacks if there was a real stallByungchul Park1-3/+3
2017-01-16rcu: update: Make RCU_EXPEDITE_BOOT be the defaultSebastian Andrzej Siewior1-4/+2
2017-01-16rcu: Abstract the dynticks snapshot operationPaul E. McKenney2-7/+18
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. McKenney6-35/+100
2017-01-14rcu: Remove cond_resched() from Tiny synchronize_sched()Paul E. McKenney1-4/+0
2016-11-14rcu: Don't kick unless grace period or requestPaul E. McKenney1-1/+2
2016-11-14rcu: Make expedited grace periods recheck dyntick idle statePaul E. McKenney2-1/+12
2016-11-14torture: Trace long read-side delaysPaul E. McKenney1-1/+10
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 Torvalds2-2/+2
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy2-2/+2
2016-10-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+14
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. McKenney8-106/+143
2016-08-22rcuperf: Consistently insert space between flag and messageSeongJae Park1-4/+3
2016-08-22rcutorture: Print out barrier error as document saysSeongJae Park1-1/+2
2016-08-22torture: Add task state to writer-task stall printk()sPaul E. McKenney1-2/+5
2016-08-22rcutorture: Convert to hotplug state machineSebastian Andrzej Siewior1-38/+14
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 Gortmaker2-4/+1
2016-08-22rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreadsJisheng Zhang1-2/+2
2016-08-22rcu: Use RCU's online-CPU state for expedited IPI retryPaul E. McKenney1-6/+5
2016-08-22rcu: Exclude RCU-offline CPUs from expedited grace periodsPaul E. McKenney1-1/+2
2016-08-22rcu: Make expedited RCU CPU stall warnings respond to controlsPaul E. McKenney1-0/+3
2016-08-22rcu: Stop disabling expedited RCU CPU stall warningsPaul E. McKenney1-6/+1
2016-08-22rcu: Drive expedited grace periods from workqueuePaul E. McKenney3-8/+46
2016-08-22rcu: Consolidate expedited grace period machineryPaul E. McKenney1-33/+29
2016-08-22rcu: Fix soft lockup for rcu_nocb_kthreadDing Tianhong1-0/+1
2016-08-18locking, rcu, cgroup: Avoid synchronize_sched() in __cgroup_procs_write()Peter Zijlstra1-0/+12
2016-08-10locking/percpu-rwsem: Optimize readers and reduce global impactPeter Zijlstra1-0/+2
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-53/+52
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2016-07-15rcu: Convert rcutree to hotplug state machineThomas Gleixner1-53/+52
2016-06-15Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14a' into HEADPaul E. McKenney7-672/+721
2016-06-15rcu: Correctly handle sparse possible cpusMark Rutland4-23/+34
2016-06-15rcu: sysctl: Panic on RCU StallDaniel Bristot de Oliveira1-0/+12
2016-06-15rcu: Fix a typo in a commentPaul E. McKenney1-1/+1
2016-06-15rcu: Make call_rcu_tasks() tolerate first call with irqs disabledPaul E. McKenney1-2/+5
2016-06-14rcutorture: Fix error return code in rcu_perf_init()Wei Yongjun1-1/+3
2016-06-14rcuperf: Don't treat gp_exp mis-setting as a WARNBoqun Feng1-3/+11