summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2021-07-20rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney
2021-07-20srcu: Fix broken node geometry after early ssp initFrederic Weisbecker
2021-07-14rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()Paul E. McKenney
2021-05-14rcu: Remove spurious instrumentation_end() in rcu_nmi_enter()Zhouyi Zhou
2021-05-11kvfree_rcu: Use same set of GFP flags as does single-argumentUladzislau Rezki (Sony)
2021-03-04rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker
2021-03-04rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callersFrederic Weisbecker
2021-01-19rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)
2020-12-30rcu/tree: Defer kvfree_rcu() allocation to a clean contextUladzislau Rezki (Sony)
2020-12-30rcu,ftrace: Fix ftrace recursionPeter Zijlstra
2020-12-30rcu: Allow rcu_irq_enter_check_tick() from NMIPeter Zijlstra
2020-11-17Merge branch 'urgent-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-11-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-11-10rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabledPaul E. McKenney
2020-11-10arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon
2020-10-26stop_machine, rcu: Mark functions as notraceZong Li
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15rcu/tree: docs: document bkvcache new members at struct kfree_rcu_cpuMauro Carvalho Chehab
2020-10-12Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-25Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd
2020-09-21rcu/tree: Export rcu_idle_{enter,exit} to modulesBorislav Petkov
2020-09-16rcu-tasks: Enclose task-list scan in rcu_read_lock()Paul E. McKenney
2020-09-16rcu-tasks: Fix low-probability task_struct leakPaul E. McKenney
2020-09-16rcu-tasks: Fix grace-period/unlock race in RCU Tasks TracePaul E. McKenney
2020-09-16rcu-tasks: Shorten per-grace-period sleep for RCU Tasks TracePaul E. McKenney
2020-09-16rcu-tasks: Selectively enable more RCU Tasks Trace IPIsPaul E. McKenney
2020-09-16rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()Paul E. McKenney
2020-09-16rcu-tasks: Use more aggressive polling for RCU Tasks TracePaul E. McKenney
2020-09-16rcu-tasks: Mark variables staticPaul E. McKenney
2020-09-03Merge branch 'strictgp.2020.08.24a' into HEADPaul E. McKenney
2020-09-03Merge branch 'scftorture.2020.08.24a' into HEADPaul E. McKenney
2020-09-03Merge branches 'doc.2020.08.24a', 'fixes.2020.09.03b' and 'torture.2020.08.24...Paul E. McKenney
2020-09-03rcu: Shrink each possible cpu krcpZqiang
2020-09-03rcu/segcblist: Prevent useless GP start if no CBs to accelerateJoel Fernandes (Google)
2020-08-24rcutorture: Allow pointer leaks to test diagnostic codePaul E. McKenney
2020-08-24rcutorture: Hoist OOM registry up one levelPaul E. McKenney
2020-08-24refperf: Avoid null pointer dereference when buf fails to allocateColin Ian King
2020-08-24rcutorture: Properly synchronize with OOM notifierPaul E. McKenney
2020-08-24rcutorture: Properly set rcu_fwds for OOM handlingPaul E. McKenney
2020-08-24rcutorture: Output number of elapsed grace periodsJoel Fernandes (Google)
2020-08-24rcutorture: Remove KCSAN stubsPaul E. McKenney
2020-08-24rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp()Paul E. McKenney
2020-08-24rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPsPaul E. McKenney
2020-08-24rcu: Execute RCU reader shortly after rcu_core for strict GPsPaul E. McKenney
2020-08-24rcu: Provide optional RCU-reader exit delay for strict GPsPaul E. McKenney