summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* rcu: Don't kick unless grace period or requestPaul E. McKenney2016-11-141-1/+2
* rcu: Make expedited grace periods recheck dyntick idle statePaul E. McKenney2016-11-142-1/+12
* torture: Trace long read-side delaysPaul E. McKenney2016-11-141-1/+10
* 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-152-2/+2
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-102-2/+2
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-031-0/+14
|\ \
| * | locking, rcu, cgroup: Avoid synchronize_sched() in __cgroup_procs_write()Peter Zijlstra2016-08-181-0/+12
| * | locking/percpu-rwsem: Optimize readers and reduce global impactPeter Zijlstra2016-08-101-0/+2
| |/
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'doc.2016.08.22c', 'exp.2016.08.22c', 'fixes.2016.09.14a', 'ho...Paul E. McKenney2016-09-148-106/+143
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | * rcuperf: Consistently insert space between flag and messageSeongJae Park2016-08-221-4/+3
| | | | * rcutorture: Print out barrier error as document saysSeongJae Park2016-08-221-1/+2
| | | | * torture: Add task state to writer-task stall printk()sPaul E. McKenney2016-08-221-2/+5
| |_|_|/ |/| | |
| | | * rcutorture: Convert to hotplug state machineSebastian Andrzej Siewior2016-08-221-38/+14
| | | * 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-222-4/+1
| | * rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreadsJisheng Zhang2016-08-221-2/+2
| | * rcu: Fix soft lockup for rcu_nocb_kthreadDing Tianhong2016-08-221-0/+1
| |/ |/|
| * rcu: Use RCU's online-CPU state for expedited IPI retryPaul E. McKenney2016-08-221-6/+5
| * rcu: Exclude RCU-offline CPUs from expedited grace periodsPaul E. McKenney2016-08-221-1/+2
| * rcu: Make expedited RCU CPU stall warnings respond to controlsPaul E. McKenney2016-08-221-0/+3
| * rcu: Stop disabling expedited RCU CPU stall warningsPaul E. McKenney2016-08-221-6/+1
| * rcu: Drive expedited grace periods from workqueuePaul E. McKenney2016-08-223-9/+47
| * rcu: Consolidate expedited grace period machineryPaul E. McKenney2016-08-221-33/+29
|/
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-53/+52
|\
| * rcu: Convert rcutree to hotplug state machineThomas Gleixner2016-07-151-53/+52
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-251-1/+0
|\ \ | |/ |/|
| * locking/mutex: Optimize mutex_trylock() fast-pathPeter Zijlstra2016-06-081-1/+0
| |
| \
*-. \ Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14...Paul E. McKenney2016-06-157-672/+721
|\ \ \ | |_|/ |/| |
| | * rcutorture: Fix error return code in rcu_perf_init()Wei Yongjun2016-06-141-1/+3
| | * rcuperf: Don't treat gp_exp mis-setting as a WARNBoqun Feng2016-06-141-3/+11
| | * torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify codePaul E. McKenney2016-06-142-8/+1
| | * torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLEPaul E. McKenney2016-06-141-6/+1
| |/ |/|
| * rcu: Correctly handle sparse possible cpusMark Rutland2016-06-154-23/+34
| * rcu: sysctl: Panic on RCU StallDaniel Bristot de Oliveira2016-06-151-0/+12
| * rcu: Fix a typo in a commentPaul E. McKenney2016-06-151-1/+1
| * rcu: Make call_rcu_tasks() tolerate first call with irqs disabledPaul E. McKenney2016-06-151-2/+5
| * rcu: Move expedited code from tree_plugin.h to tree_exp.hPaul E. McKenney2016-06-142-88/+94
| * rcu: Move expedited code from tree.c to tree_exp.hPaul E. McKenney2016-06-142-543/+566
| * 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
|/
* debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin2016-05-191-23/+3
* rcu: update debugobjects fixup callbacks return typeDu, Changbin2016-05-191-3/+3
*---. Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and ...Paul E. McKenney2016-04-218-132/+908
|\ \ \
| | | * rcutorture: Add irqs-disabled test for call_rcu()Paul E. McKenney2016-04-211-0/+2
| | | * rcutorture: Consider FROZEN hotplug notifier transitionsAnna-Maria Gleixner2016-03-311-1/+1
OpenPOWER on IntegriCloud