summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-102-2/+2
* 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
| | | * rcutorture: Remove redundant initialization to zeroPaul E. McKenney2016-03-311-2/+2
| | | * rcuperf: Do not wake up shutdown wait queue if "shutdown" is false.Artem Savkov2016-03-311-2/+4
| | | * rcutorture: Avoid RCU CPU stall warning and RT throttlingPaul E. McKenney2016-03-311-0/+4
| | | * rcutorture: Add rcuperf holdoff boot parameter to reduce interferencePaul E. McKenney2016-03-311-0/+5
| | | * rcutorture: Make rcuperf collect expedited event-trace dataPaul E. McKenney2016-03-311-0/+1
| | | * rcutorture: Set rcuperf writer kthreads to real-time priorityPaul E. McKenney2016-03-311-0/+3
| | | * rcutorture: Bind rcuperf reader/writer kthreads to CPUsPaul E. McKenney2016-03-311-1/+4
| | | * rcutorture: Add RCU grace-period performance testsPaul E. McKenney2016-03-312-0/+638
| | | * rcutorture: Expedited-GP batch progress access to torturingPaul E. McKenney2016-03-311-0/+22
| | | * rcutorture: Allow for rcupdate.rcu_normalPaul E. McKenney2016-03-311-2/+2
| |_|/ |/| |
| | * rcu: Dump ftrace buffer when kicking grace-period kthreadPaul E. McKenney2016-03-311-0/+1
| | * rcu: Remove superfluous versions of rcu_read_lock_sched_held()Boqun Feng2016-03-311-2/+2
| | * rcu: Awaken grace-period kthread if too long since FQSPaul E. McKenney2016-03-312-2/+39
| | * 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-312-4/+16
| * rcu: Consolidate expedited GP code into exp_funnel_lock()Paul E. McKenney2016-03-312-6/+2
| * rcu: Consolidate expedited GP tracing into rcu_exp_gp_seq_snap()Paul E. McKenney2016-03-312-5/+5
| * rcu: Consolidate expedited GP code into rcu_exp_wait_wake()Paul E. McKenney2016-03-312-17/+11
| * rcu: Add exp_funnel_lock() fastpathPaul E. McKenney2016-03-311-0/+10
| * rcu: Enforce expedited-GP fairness via funnel wait queuePaul E. McKenney2016-03-313-91/+90
| * rcu: Shorten expedited_workdone* to exp_workdone*Paul E. McKenney2016-03-313-11/+9
| * rcu: Force boolean subscript for expedited stall warningsPaul E. McKenney2016-03-311-1/+1
| * rcu: Remove expedited GP funnel-lock bypassPaul E. McKenney2016-03-313-24/+3
| * rcu: Add expedited-grace-period event tracingPaul E. McKenney2016-03-312-7/+16
| * rcu: Add funnel-locking tracing for expedited grace periodsPaul E. McKenney2016-03-312-4/+30