aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-24rcu: Execute RCU reader shortly after rcu_core for strict GPsPaul E. McKenney2-0/+14
2020-08-24rcu: Provide optional RCU-reader exit delay for strict GPsPaul E. McKenney1-2/+10
2020-08-24rcu: IPI all CPUs at GP end for strict GPsPaul E. McKenney1-0/+4
2020-08-24rcu: IPI all CPUs at GP start for strict GPsPaul E. McKenney1-0/+13
2020-08-24rcu: Attempt QS when CPU discovers GP for strict GPsPaul E. McKenney1-0/+14
2020-08-24rcu: Do full report for .need_qs for strict GPsPaul E. McKenney1-2/+6
2020-08-24rcu: Always set .need_qs from __rcu_read_lock() for strict GPsPaul E. McKenney1-0/+2
2020-08-24rcu: Force DEFAULT_RCU_BLIMIT to 1000 for strict RCU GPsPaul E. McKenney1-6/+7
2020-08-24rcu: Restrict default jiffies_till_first_fqs for strict RCU GPsPaul E. McKenney1-1/+1
2020-08-24rcu: Reduce leaf fanout for strict RCU grace periodsPaul E. McKenney1-3/+5
2020-08-24rcu: Add Kconfig option for strict RCU grace periodsPaul E. McKenney2-0/+17
2020-08-24rcuperf: Change rcuperf to rcuscalePaul E. McKenney3-167/+167
2020-08-24rcu: Remove unused __rcu_is_watching() functionPaul E. McKenney1-5/+0
2020-08-24rcu: Make FQS more aggressive in complaining about offline CPUsJoel Fernandes (Google)1-4/+19
2020-08-24rcu: Clarify comments about FQS loop reporting quiescent statesJoel Fernandes (Google)1-4/+7
2020-08-24rcu/nocb: Add a warning for non-GP kthread running GP codePaul E. McKenney1-0/+1
2020-08-24rcu: Move rcu_cpu_started per-CPU variable to rcu_dataPaul E. McKenney2-7/+5
2020-08-24rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_cpu_stall_ftrace_dumpPaul E. McKenney1-2/+2
2020-08-24rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_kick_kthreadsPaul E. McKenney1-2/+2
2020-08-24rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_resched_nsPaul E. McKenney1-2/+6
2020-08-24rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_divisorPaul E. McKenney1-1/+4
2020-08-24nocb: Remove show_rcu_nocb_state() false positive printoutPaul E. McKenney1-3/+2
2020-08-24rcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp()Neeraj Upadhyay1-2/+1
2020-08-24rcu/tree: Force quiescent state on callback overloadNeeraj Upadhyay1-1/+1
2020-08-24nocb: Clarify RCU nocb CPU error messagePaul E. McKenney1-1/+1
2020-08-24rcu/trace: Use gp_seq_req in acceleration's rcu_grace_period tracepointJoel Fernandes (Google)1-2/+3
2020-08-24rcu: Initialize at declaration time in rcu_exp_handler()Paul E. McKenney1-4/+2
2020-08-24srcu: Remove KCSAN stubsPaul E. McKenney1-13/+0
2020-08-24rcu: Remove KCSAN stubs from update.cPaul E. McKenney1-13/+0
2020-08-24rcu: Remove KCSAN stubsPaul E. McKenney1-13/+0
2020-08-07rcu: kasan: record and print call_rcu() call stackWalter Wu1-0/+2
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-12/+3
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar14-188/+1206
2020-07-05Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a', 'rcu-tasks.2020.06.29a', 'scale.2020.06.29a', 'srcu.2020.06.29a' and 'torture.2020.06.29a' into HEADPaul E. McKenney14-185/+1203
2020-06-29rcutorture: Check for unwatched readersPaul E. McKenney1-0/+1
2020-06-29rcu/rcutorture: Replace 0 with falseJules Irenge1-1/+1
2020-06-29rcutorture: NULL rcu_torture_current earlier in cleanup codePaul E. McKenney1-1/+1
2020-06-29rcutorture: Add races with task-exit processingPaul E. McKenney1-3/+109
2020-06-29srcu: Avoid local_irq_save() before acquiring spinlock_tSebastian Andrzej Siewior1-7/+7
2020-06-29srcu: Fix a typo in comment "amoritized"->"amortized"Ethon Paul1-1/+1
2020-06-29refperf: Rename refperf.c to refscale.c and change internal namesPaul E. McKenney2-92/+92
2020-06-29refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TESTPaul E. McKenney3-6/+6
2020-06-29rcu-tasks: Fix synchronize_rcu_tasks_trace() header commentPaul E. McKenney1-5/+4
2020-06-29refperf: Add test for RCU Tasks readersPaul E. McKenney1-1/+27
2020-06-29refperf: Add test for RCU Tasks Trace readers.Paul E. McKenney1-2/+31
2020-06-29refperf: Change readdelay module parameter to nanosecondsPaul E. McKenney1-14/+22
2020-06-29refperf: Work around 64-bit divisionArnd Bergmann1-2/+6
2020-06-29refperf: Adjust refperf.loop default valuePaul E. McKenney1-1/+1
2020-06-29refperf: Add read-side delay module parameterPaul E. McKenney1-19/+89