aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-16rcu-tasks: Shorten per-grace-period sleep for RCU Tasks TracePaul E. McKenney1-1/+9
2020-09-16rcu-tasks: Selectively enable more RCU Tasks Trace IPIsPaul E. McKenney1-2/+3
2020-09-16rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()Paul E. McKenney1-1/+1
2020-09-16rcu-tasks: Use more aggressive polling for RCU Tasks TracePaul E. McKenney1-2/+14
2020-09-16rcu-tasks: Mark variables staticPaul E. McKenney1-3/+3
2020-09-03Merge branch 'strictgp.2020.08.24a' into HEADPaul E. McKenney5-16/+113
2020-09-03Merge branch 'scftorture.2020.08.24a' into HEADPaul E. McKenney3-167/+167
2020-09-03Merge branches 'doc.2020.08.24a', 'fixes.2020.09.03b' and 'torture.2020.08.24a' into HEADPaul E. McKenney10-105/+115
2020-09-03rcu: Shrink each possible cpu krcpZqiang1-3/+3
2020-09-03rcu/segcblist: Prevent useless GP start if no CBs to accelerateJoel Fernandes (Google)1-1/+9
2020-08-24rcutorture: Allow pointer leaks to test diagnostic codePaul E. McKenney1-0/+4
2020-08-24rcutorture: Hoist OOM registry up one levelPaul E. McKenney1-2/+2
2020-08-24refperf: Avoid null pointer dereference when buf fails to allocateColin Ian King1-3/+5
2020-08-24rcutorture: Properly synchronize with OOM notifierPaul E. McKenney1-1/+13
2020-08-24rcutorture: Properly set rcu_fwds for OOM handlingPaul E. McKenney1-1/+12
2020-08-24rcutorture: Output number of elapsed grace periodsJoel Fernandes (Google)1-2/+11
2020-08-24rcutorture: Remove KCSAN stubsPaul E. McKenney1-13/+0
2020-08-24rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp()Paul E. McKenney2-6/+6
2020-08-24rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPsPaul E. McKenney2-6/+24
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