aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callb...Gravatar Du, Changbin 1-23/+3
2016-05-19rcu: update debugobjects fixup callbacks return typeGravatar Du, Changbin 1-3/+3
2016-04-21Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and ...Gravatar Paul E. McKenney 8-132/+908
2016-04-21rcutorture: Add irqs-disabled test for call_rcu()Gravatar Paul E. McKenney 1-0/+2
2016-03-31rcutorture: Consider FROZEN hotplug notifier transitionsGravatar Anna-Maria Gleixner 1-1/+1
2016-03-31rcutorture: Remove redundant initialization to zeroGravatar Paul E. McKenney 1-2/+2
2016-03-31rcuperf: Do not wake up shutdown wait queue if "shutdown" is false.Gravatar Artem Savkov 1-2/+4
2016-03-31rcutorture: Avoid RCU CPU stall warning and RT throttlingGravatar Paul E. McKenney 1-0/+4
2016-03-31rcutorture: Add rcuperf holdoff boot parameter to reduce interferenceGravatar Paul E. McKenney 1-0/+5
2016-03-31rcutorture: Make rcuperf collect expedited event-trace dataGravatar Paul E. McKenney 1-0/+1
2016-03-31rcutorture: Set rcuperf writer kthreads to real-time priorityGravatar Paul E. McKenney 1-0/+3
2016-03-31rcutorture: Bind rcuperf reader/writer kthreads to CPUsGravatar Paul E. McKenney 1-1/+4
2016-03-31rcutorture: Add RCU grace-period performance testsGravatar Paul E. McKenney 2-0/+638
2016-03-31rcutorture: Expedited-GP batch progress access to torturingGravatar Paul E. McKenney 1-0/+22
2016-03-31rcutorture: Allow for rcupdate.rcu_normalGravatar Paul E. McKenney 1-2/+2
2016-03-31rcu: Dump ftrace buffer when kicking grace-period kthreadGravatar Paul E. McKenney 1-0/+1
2016-03-31rcu: Remove superfluous versions of rcu_read_lock_sched_held()Gravatar Boqun Feng 1-2/+2
2016-03-31rcu: Awaken grace-period kthread if too long since FQSGravatar Paul E. McKenney 2-2/+39
2016-03-31rcu: Make FQS schedule advance only if FQS happenedGravatar Paul E. McKenney 1-8/+15
2016-03-31rcu: Awaken grace-period kthread when stalledGravatar Paul E. McKenney 1-1/+3
2016-03-31rcu: Overlap wakeups with next expedited grace periodGravatar Paul E. McKenney 2-4/+16
2016-03-31rcu: Consolidate expedited GP code into exp_funnel_lock()Gravatar Paul E. McKenney 2-6/+2
2016-03-31rcu: Consolidate expedited GP tracing into rcu_exp_gp_seq_snap()Gravatar Paul E. McKenney 2-5/+5
2016-03-31rcu: Consolidate expedited GP code into rcu_exp_wait_wake()Gravatar Paul E. McKenney 2-17/+11
2016-03-31rcu: Add exp_funnel_lock() fastpathGravatar Paul E. McKenney 1-0/+10
2016-03-31rcu: Enforce expedited-GP fairness via funnel wait queueGravatar Paul E. McKenney 3-91/+90
2016-03-31rcu: Shorten expedited_workdone* to exp_workdone*Gravatar Paul E. McKenney 3-11/+9
2016-03-31rcu: Force boolean subscript for expedited stall warningsGravatar Paul E. McKenney 1-1/+1
2016-03-31rcu: Remove expedited GP funnel-lock bypassGravatar Paul E. McKenney 3-24/+3
2016-03-31rcu: Add expedited-grace-period event tracingGravatar Paul E. McKenney 2-7/+16
2016-03-31rcu: Add funnel-locking tracing for expedited grace periodsGravatar Paul E. McKenney 2-4/+30
2016-03-31rcu: Fix synchronize_rcu_expedited() header commentGravatar Paul E. McKenney 1-7/+13
2016-03-31rcu: Make cond_resched_rcu_qs() supply RCU-sched expedited QSGravatar Paul E. McKenney 1-0/+15
2016-03-31rcu: Make expedited RCU-preempt stall warnings count accuratelyGravatar Paul E. McKenney 1-2/+2
2016-03-31rcu: Make expedited RCU-sched grace period immediately detect idleGravatar Paul E. McKenney 1-0/+5
2016-03-31rcu: Consolidate dumping of ftrace bufferGravatar Paul E. McKenney 2-16/+5
2016-03-22kernel: add kcov code coverageGravatar Dmitry Vyukov 1-0/+4
2016-03-16Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+2
2016-03-15tags: Fix DEFINE_PER_CPU expansionsGravatar Peter Zijlstra 1-4/+2
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-33/+40
2016-03-15Merge commit 'torture.2015.02.23a' into core/rcuGravatar Ingo Molnar 1-0/+1
2016-03-15Merge commit 'fixes.2015.02.23a' into core/rcuGravatar Ingo Molnar 5-117/+124
2016-03-01rcu: Make CPU_DYING_IDLE an explicit callGravatar Thomas Gleixner 1-33/+37
2016-02-25rcu: Use simple wait queues where possible in rcutreeGravatar Paul Gortmaker 3-30/+31
2016-02-25rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lockGravatar Daniel Wagner 3-5/+18
2016-02-23rcu: Export rcu_gp_is_normal()Gravatar Paul E. McKenney 1-0/+1
2016-02-23rcu: Catch up rcu_report_qs_rdp() comment with realityGravatar Paul E. McKenney 1-6/+1
2016-02-23rcu: Make rcu/tiny_plugin.h explicitly non-modularGravatar Paul Gortmaker 1-13/+2
2016-02-23RCU: Privatize rcu_node::lockGravatar Boqun Feng 3-75/+96
2016-02-23rcu: Remove useless rcu_data_p when !PREEMPT_RCUGravatar Chen Gang 2-2/+0