aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2020-11-17Merge branch 'urgent-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+17
2020-11-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-1/+1
2020-11-10rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabledGravatar Paul E. McKenney 1-5/+17
2020-11-10arm64: smp: Tell RCU about CPUs that fail to come onlineGravatar Will Deacon 1-1/+1
2020-10-26stop_machine, rcu: Mark functions as notraceGravatar Zong Li 1-1/+1
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 14-288/+395
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-8/+6
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-12/+41
2020-10-15rcu/tree: docs: document bkvcache new members at struct kfree_rcu_cpuGravatar Mauro Carvalho Chehab 1-8/+6
2020-10-12Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 2-2/+2
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 14-288/+395
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+2
2020-09-25Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-0/+2
2020-09-24treewide: Make all debug_obj_descriptors constGravatar Stephen Boyd 2-2/+2
2020-09-21rcu/tree: Export rcu_idle_{enter,exit} to modulesGravatar Borislav Petkov 1-0/+2
2020-09-16rcu-tasks: Enclose task-list scan in rcu_read_lock()Gravatar Paul E. McKenney 1-0/+2
2020-09-16rcu-tasks: Fix low-probability task_struct leakGravatar Paul E. McKenney 1-4/+4
2020-09-16rcu-tasks: Fix grace-period/unlock race in RCU Tasks TraceGravatar Paul E. McKenney 1-0/+6
2020-09-16rcu-tasks: Shorten per-grace-period sleep for RCU Tasks TraceGravatar Paul E. McKenney 1-1/+9
2020-09-16rcu-tasks: Selectively enable more RCU Tasks Trace IPIsGravatar Paul E. McKenney 1-2/+3
2020-09-16rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()Gravatar Paul E. McKenney 1-1/+1
2020-09-16rcu-tasks: Use more aggressive polling for RCU Tasks TraceGravatar Paul E. McKenney 1-2/+14
2020-09-16rcu-tasks: Mark variables staticGravatar Paul E. McKenney 1-3/+3
2020-09-03Merge branch 'strictgp.2020.08.24a' into HEADGravatar Paul E. McKenney 5-16/+113
2020-09-03Merge branch 'scftorture.2020.08.24a' into HEADGravatar Paul E. McKenney 3-167/+167
2020-09-03Merge branches 'doc.2020.08.24a', 'fixes.2020.09.03b' and 'torture.2020.08.24...Gravatar Paul E. McKenney 10-105/+115
2020-09-03rcu: Shrink each possible cpu krcpGravatar Zqiang 1-3/+3
2020-09-03rcu/segcblist: Prevent useless GP start if no CBs to accelerateGravatar Joel Fernandes (Google) 1-1/+9
2020-08-24rcutorture: Allow pointer leaks to test diagnostic codeGravatar Paul E. McKenney 1-0/+4
2020-08-24rcutorture: Hoist OOM registry up one levelGravatar Paul E. McKenney 1-2/+2
2020-08-24refperf: Avoid null pointer dereference when buf fails to allocateGravatar Colin Ian King 1-3/+5
2020-08-24rcutorture: Properly synchronize with OOM notifierGravatar Paul E. McKenney 1-1/+13
2020-08-24rcutorture: Properly set rcu_fwds for OOM handlingGravatar Paul E. McKenney 1-1/+12
2020-08-24rcutorture: Output number of elapsed grace periodsGravatar Joel Fernandes (Google) 1-2/+11
2020-08-24rcutorture: Remove KCSAN stubsGravatar Paul E. McKenney 1-13/+0
2020-08-24rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp()Gravatar Paul E. McKenney 2-6/+6
2020-08-24rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPsGravatar Paul E. McKenney 2-6/+24
2020-08-24rcu: Execute RCU reader shortly after rcu_core for strict GPsGravatar Paul E. McKenney 2-0/+14
2020-08-24rcu: Provide optional RCU-reader exit delay for strict GPsGravatar Paul E. McKenney 1-2/+10
2020-08-24rcu: IPI all CPUs at GP end for strict GPsGravatar Paul E. McKenney 1-0/+4
2020-08-24rcu: IPI all CPUs at GP start for strict GPsGravatar Paul E. McKenney 1-0/+13
2020-08-24rcu: Attempt QS when CPU discovers GP for strict GPsGravatar Paul E. McKenney 1-0/+14
2020-08-24rcu: Do full report for .need_qs for strict GPsGravatar Paul E. McKenney 1-2/+6
2020-08-24rcu: Always set .need_qs from __rcu_read_lock() for strict GPsGravatar Paul E. McKenney 1-0/+2
2020-08-24rcu: Force DEFAULT_RCU_BLIMIT to 1000 for strict RCU GPsGravatar Paul E. McKenney 1-6/+7
2020-08-24rcu: Restrict default jiffies_till_first_fqs for strict RCU GPsGravatar Paul E. McKenney 1-1/+1
2020-08-24rcu: Reduce leaf fanout for strict RCU grace periodsGravatar Paul E. McKenney 1-3/+5
2020-08-24rcu: Add Kconfig option for strict RCU grace periodsGravatar Paul E. McKenney 2-0/+17
2020-08-24rcuperf: Change rcuperf to rcuscaleGravatar Paul E. McKenney 3-167/+167
2020-08-24rcu: Remove unused __rcu_is_watching() functionGravatar Paul E. McKenney 1-5/+0