summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorLines
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-53/+52
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+0
2016-07-15rcu: Convert rcutree to hotplug state machineThomas Gleixner-53/+52
2016-06-15Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14...Paul E. McKenney-672/+721
2016-06-15rcu: Correctly handle sparse possible cpusMark Rutland-23/+34
2016-06-15rcu: sysctl: Panic on RCU StallDaniel Bristot de Oliveira-0/+12
2016-06-15rcu: Fix a typo in a commentPaul E. McKenney-1/+1
2016-06-15rcu: Make call_rcu_tasks() tolerate first call with irqs disabledPaul E. McKenney-2/+5
2016-06-14rcutorture: Fix error return code in rcu_perf_init()Wei Yongjun-1/+3
2016-06-14rcuperf: Don't treat gp_exp mis-setting as a WARNBoqun Feng-3/+11
2016-06-14torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify codePaul E. McKenney-8/+1
2016-06-14torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLEPaul E. McKenney-6/+1
2016-06-14rcu: Move expedited code from tree_plugin.h to tree_exp.hPaul E. McKenney-88/+94
2016-06-14rcu: Move expedited code from tree.c to tree_exp.hPaul E. McKenney-543/+566
2016-06-14rcu: Remove some superfluous linesPeter Zijlstra-3/+0
2016-06-14rcu: Fix outdated hotplug-exclusion comment in rcu_gp_init()Paul E. McKenney-2/+1
2016-06-14rcu: Fix outdated rcu_scheduler_active commentPaul E. McKenney-1/+1
2016-06-08locking/mutex: Optimize mutex_trylock() fast-pathPeter Zijlstra-1/+0
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin-23/+3
2016-05-19rcu: update debugobjects fixup callbacks return typeDu, Changbin-3/+3
2016-04-21Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and ...Paul E. McKenney-132/+908
2016-04-21rcutorture: Add irqs-disabled test for call_rcu()Paul E. McKenney-0/+2
2016-03-31rcutorture: Consider FROZEN hotplug notifier transitionsAnna-Maria Gleixner-1/+1
2016-03-31rcutorture: Remove redundant initialization to zeroPaul E. McKenney-2/+2
2016-03-31rcuperf: Do not wake up shutdown wait queue if "shutdown" is false.Artem Savkov-2/+4
2016-03-31rcutorture: Avoid RCU CPU stall warning and RT throttlingPaul E. McKenney-0/+4
2016-03-31rcutorture: Add rcuperf holdoff boot parameter to reduce interferencePaul E. McKenney-0/+5
2016-03-31rcutorture: Make rcuperf collect expedited event-trace dataPaul E. McKenney-0/+1
2016-03-31rcutorture: Set rcuperf writer kthreads to real-time priorityPaul E. McKenney-0/+3
2016-03-31rcutorture: Bind rcuperf reader/writer kthreads to CPUsPaul E. McKenney-1/+4
2016-03-31rcutorture: Add RCU grace-period performance testsPaul E. McKenney-0/+638
2016-03-31rcutorture: Expedited-GP batch progress access to torturingPaul E. McKenney-0/+22
2016-03-31rcutorture: Allow for rcupdate.rcu_normalPaul E. McKenney-2/+2
2016-03-31rcu: Dump ftrace buffer when kicking grace-period kthreadPaul E. McKenney-0/+1
2016-03-31rcu: Remove superfluous versions of rcu_read_lock_sched_held()Boqun Feng-2/+2
2016-03-31rcu: Awaken grace-period kthread if too long since FQSPaul E. McKenney-2/+39
2016-03-31rcu: Make FQS schedule advance only if FQS happenedPaul E. McKenney-8/+15
2016-03-31rcu: Awaken grace-period kthread when stalledPaul E. McKenney-1/+3
2016-03-31rcu: Overlap wakeups with next expedited grace periodPaul E. McKenney-4/+16
2016-03-31rcu: Consolidate expedited GP code into exp_funnel_lock()Paul E. McKenney-6/+2
2016-03-31rcu: Consolidate expedited GP tracing into rcu_exp_gp_seq_snap()Paul E. McKenney-5/+5
2016-03-31rcu: Consolidate expedited GP code into rcu_exp_wait_wake()Paul E. McKenney-17/+11
2016-03-31rcu: Add exp_funnel_lock() fastpathPaul E. McKenney-0/+10
2016-03-31rcu: Enforce expedited-GP fairness via funnel wait queuePaul E. McKenney-91/+90
2016-03-31rcu: Shorten expedited_workdone* to exp_workdone*Paul E. McKenney-11/+9
2016-03-31rcu: Force boolean subscript for expedited stall warningsPaul E. McKenney-1/+1
2016-03-31rcu: Remove expedited GP funnel-lock bypassPaul E. McKenney-24/+3
2016-03-31rcu: Add expedited-grace-period event tracingPaul E. McKenney-7/+16
2016-03-31rcu: Add funnel-locking tracing for expedited grace periodsPaul E. McKenney-4/+30
2016-03-31rcu: Fix synchronize_rcu_expedited() header commentPaul E. McKenney-7/+13