aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-31rcutorture: Bind rcuperf reader/writer kthreads to CPUsPaul E. McKenney1-1/+4
2016-03-31rcutorture: Add RCU grace-period performance testsPaul E. McKenney2-0/+638
2016-03-31rcutorture: Expedited-GP batch progress access to torturingPaul E. McKenney1-0/+22
2016-03-31rcutorture: Allow for rcupdate.rcu_normalPaul E. McKenney1-2/+2
2016-03-31rcu: Dump ftrace buffer when kicking grace-period kthreadPaul E. McKenney1-0/+1
2016-03-31rcu: Remove superfluous versions of rcu_read_lock_sched_held()Boqun Feng1-2/+2
2016-03-31rcu: Awaken grace-period kthread if too long since FQSPaul E. McKenney2-2/+39
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. McKenney2-4/+16
2016-03-31rcu: Consolidate expedited GP code into exp_funnel_lock()Paul E. McKenney2-6/+2
2016-03-31rcu: Consolidate expedited GP tracing into rcu_exp_gp_seq_snap()Paul E. McKenney2-5/+5
2016-03-31rcu: Consolidate expedited GP code into rcu_exp_wait_wake()Paul E. McKenney2-17/+11
2016-03-31rcu: Add exp_funnel_lock() fastpathPaul E. McKenney1-0/+10
2016-03-31rcu: Enforce expedited-GP fairness via funnel wait queuePaul E. McKenney3-91/+90
2016-03-31rcu: Shorten expedited_workdone* to exp_workdone*Paul E. McKenney3-11/+9
2016-03-31rcu: Force boolean subscript for expedited stall warningsPaul E. McKenney1-1/+1
2016-03-31rcu: Remove expedited GP funnel-lock bypassPaul E. McKenney3-24/+3
2016-03-31rcu: Add expedited-grace-period event tracingPaul E. McKenney2-7/+16
2016-03-31rcu: Add funnel-locking tracing for expedited grace periodsPaul E. McKenney2-4/+30
2016-03-31rcu: Fix synchronize_rcu_expedited() header commentPaul E. McKenney1-7/+13
2016-03-31rcu: Make cond_resched_rcu_qs() supply RCU-sched expedited QSPaul E. McKenney1-0/+15
2016-03-31rcu: Make expedited RCU-preempt stall warnings count accuratelyPaul E. McKenney1-2/+2
2016-03-31rcu: Make expedited RCU-sched grace period immediately detect idlePaul E. McKenney1-0/+5
2016-03-31rcu: Consolidate dumping of ftrace bufferPaul E. McKenney2-16/+5
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+4
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+2
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra1-4/+2
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-33/+40
2016-03-15Merge commit 'torture.2015.02.23a' into core/rcuIngo Molnar1-0/+1
2016-03-15Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar5-117/+124
2016-03-01rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner1-33/+37
2016-02-25rcu: Use simple wait queues where possible in rcutreePaul Gortmaker3-30/+31
2016-02-25rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lockDaniel Wagner3-5/+18
2016-02-23rcu: Export rcu_gp_is_normal()Paul E. McKenney1-0/+1
2016-02-23rcu: Catch up rcu_report_qs_rdp() comment with realityPaul E. McKenney1-6/+1
2016-02-23rcu: Make rcu/tiny_plugin.h explicitly non-modularPaul Gortmaker1-13/+2
2016-02-23RCU: Privatize rcu_node::lockBoqun Feng3-75/+96
2016-02-23rcu: Remove useless rcu_data_p when !PREEMPT_RCUChen Gang2-2/+0
2016-02-23rcutorture: Correct no-expedite console messagesPaul E. McKenney1-6/+8
2016-02-23rcu: Set rdp->gpwrap when CPU is idlePaul E. McKenney1-3/+2
2016-02-23rcu: Stop treating in-kernel CPU-bound workloads as errorsPaul E. McKenney1-6/+7
2016-02-23rcu: Update rcu_report_qs_rsp() commentPaul E. McKenney1-5/+7
2016-02-23rcu: Assign false instead of 0 for ->core_needs_qsPaul E. McKenney1-1/+1
2015-12-07Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'list.2015.12.04b' and 'torture.2015.12.05a' into HEADPaul E. McKenney7-140/+234
2015-12-07rcu: Make rcu_gp_init() be bool rather than intPaul E. McKenney1-5/+5
2015-12-07rcu: Move wakeup out from under rnp->lockPeter Zijlstra1-1/+1
2015-12-07rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney1-6/+26
2015-12-07rcu: Make cpu_needs_another_gp() be boolPaul E. McKenney1-7/+7
2015-12-07rcu: Eliminate unused rcu_init_one() argumentPaul E. McKenney2-5/+4