aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2020-08-24rcu: Make FQS more aggressive in complaining about offline CPUsGravatar Joel Fernandes (Google) 1-4/+19
2020-08-24rcu: Clarify comments about FQS loop reporting quiescent statesGravatar Joel Fernandes (Google) 1-4/+7
2020-08-24rcu/nocb: Add a warning for non-GP kthread running GP codeGravatar Paul E. McKenney 1-0/+1
2020-08-24rcu: Move rcu_cpu_started per-CPU variable to rcu_dataGravatar Paul E. McKenney 2-7/+5
2020-08-24rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_cpu_stall_ftrace_dumpGravatar Paul E. McKenney 1-2/+2
2020-08-24rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_kick_kthreadsGravatar Paul E. McKenney 1-2/+2
2020-08-24rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_resched_nsGravatar Paul E. McKenney 1-2/+6
2020-08-24rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_divisorGravatar Paul E. McKenney 1-1/+4
2020-08-24nocb: Remove show_rcu_nocb_state() false positive printoutGravatar Paul E. McKenney 1-3/+2
2020-08-24rcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp()Gravatar Neeraj Upadhyay 1-2/+1
2020-08-24rcu/tree: Force quiescent state on callback overloadGravatar Neeraj Upadhyay 1-1/+1
2020-08-24nocb: Clarify RCU nocb CPU error messageGravatar Paul E. McKenney 1-1/+1
2020-08-24rcu/trace: Use gp_seq_req in acceleration's rcu_grace_period tracepointGravatar Joel Fernandes (Google) 1-2/+3
2020-08-24rcu: Initialize at declaration time in rcu_exp_handler()Gravatar Paul E. McKenney 1-4/+2
2020-08-24srcu: Remove KCSAN stubsGravatar Paul E. McKenney 1-13/+0
2020-08-24rcu: Remove KCSAN stubs from update.cGravatar Paul E. McKenney 1-13/+0
2020-08-24rcu: Remove KCSAN stubsGravatar Paul E. McKenney 1-13/+0
2020-08-07rcu: kasan: record and print call_rcu() call stackGravatar Walter Wu 1-0/+2
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-12/+3
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 14-188/+1206
2020-07-05Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Gravatar Paul E. McKenney 14-185/+1203
2020-06-29rcutorture: Check for unwatched readersGravatar Paul E. McKenney 1-0/+1
2020-06-29rcu/rcutorture: Replace 0 with falseGravatar Jules Irenge 1-1/+1
2020-06-29rcutorture: NULL rcu_torture_current earlier in cleanup codeGravatar Paul E. McKenney 1-1/+1
2020-06-29rcutorture: Add races with task-exit processingGravatar Paul E. McKenney 1-3/+109
2020-06-29srcu: Avoid local_irq_save() before acquiring spinlock_tGravatar Sebastian Andrzej Siewior 1-7/+7
2020-06-29srcu: Fix a typo in comment "amoritized"->"amortized"Gravatar Ethon Paul 1-1/+1
2020-06-29refperf: Rename refperf.c to refscale.c and change internal namesGravatar Paul E. McKenney 2-92/+92
2020-06-29refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TESTGravatar Paul E. McKenney 3-6/+6
2020-06-29rcu-tasks: Fix synchronize_rcu_tasks_trace() header commentGravatar Paul E. McKenney 1-5/+4
2020-06-29refperf: Add test for RCU Tasks readersGravatar Paul E. McKenney 1-1/+27
2020-06-29refperf: Add test for RCU Tasks Trace readers.Gravatar Paul E. McKenney 1-2/+31
2020-06-29refperf: Change readdelay module parameter to nanosecondsGravatar Paul E. McKenney 1-14/+22
2020-06-29refperf: Work around 64-bit divisionGravatar Arnd Bergmann 1-2/+6
2020-06-29refperf: Adjust refperf.loop default valueGravatar Paul E. McKenney 1-1/+1
2020-06-29refperf: Add read-side delay module parameterGravatar Paul E. McKenney 1-19/+89
2020-06-29refperf: Simplify initialization-time wakeup protocolGravatar Paul E. McKenney 1-12/+5
2020-06-29refperf: Label experiment-number column "Runs"Gravatar Paul E. McKenney 1-1/+1
2020-06-29refperf: Add warmup and cooldown processing phasesGravatar Paul E. McKenney 1-2/+18
2020-06-29refperf: More closely synchronize reader start timesGravatar Paul E. McKenney 1-0/+5
2020-06-29refperf: Convert reader_task structure's "start" field to intGravatar Paul E. McKenney 1-5/+4
2020-06-29refperf: Tune reader measurement intervalGravatar Paul E. McKenney 1-6/+5
2020-06-29refperf: Make functions staticGravatar Paul E. McKenney 1-2/+2
2020-06-29refperf: Dynamically allocate thread-summary output bufferGravatar Paul E. McKenney 1-1/+5
2020-06-29refperf: Dynamically allocate experiment-summary output bufferGravatar Paul E. McKenney 1-5/+11
2020-06-29refperf: Provide module parameter to specify number of experimentsGravatar Paul E. McKenney 1-20/+23
2020-06-29refperf: Convert nreaders to a module parameterGravatar Paul E. McKenney 1-5/+11
2020-06-29refperf: Allow decimal nanosecondsGravatar Paul E. McKenney 1-2/+2
2020-06-29refperf: Hoist function-pointer calls out of the loopGravatar Paul E. McKenney 1-54/+38