summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-17rcu: Return early if callback is not specifiedUladzislau Rezki (Sony)1-0/+4
2023-11-28rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objectsCatalin Marinas1-0/+9
2023-06-21rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace periodZiwei Dai1-14/+35
2023-05-17rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-edZheng Yejian1-0/+1
2023-01-14rcu: Prevent lockdep-RCU splats on lock acquisition/releasePaul E. McKenney1-1/+20
2023-01-14rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang1-1/+1
2022-10-26rcu: Back off upon fill_page_cache_func() allocation failureMichal Hocko1-8/+9
2022-05-12rcu: Apply callbacks processing time limit only on softirqFrederic Weisbecker1-13/+13
2022-05-12rcu: Fix callbacks processing time limit retaining cond_resched()Frederic Weisbecker1-12/+16
2022-01-29rcu: Tighten rcu_advance_cbs_nowake() checksPaul E. McKenney1-3/+4
2021-12-22rcu: Mark accesses to rcu_state.n_force_qsPaul E. McKenney1-5/+5
2021-09-15rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and calleesPaul E. McKenney1-0/+4
2021-07-20srcu: Fix broken node geometry after early ssp initFrederic Weisbecker1-1/+15
2021-07-14rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()Paul E. McKenney1-1/+1
2021-05-14rcu: Remove spurious instrumentation_end() in rcu_nmi_enter()Zhouyi Zhou1-1/+0
2021-05-11kvfree_rcu: Use same set of GFP flags as does single-argumentUladzislau Rezki (Sony)1-1/+1
2021-03-04rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker1-3/+0
2021-03-04rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callersFrederic Weisbecker1-1/+10
2020-12-30rcu/tree: Defer kvfree_rcu() allocation to a clean contextUladzislau Rezki (Sony)1-43/+66
2020-12-30rcu,ftrace: Fix ftrace recursionPeter Zijlstra1-1/+4
2020-12-30rcu: Allow rcu_irq_enter_check_tick() from NMIPeter Zijlstra1-2/+2
2020-11-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2020-11-10arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon1-1/+1
2020-10-26stop_machine, rcu: Mark functions as notraceZong Li1-1/+1
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-55/+110
2020-10-15rcu/tree: docs: document bkvcache new members at struct kfree_rcu_cpuMauro Carvalho Chehab1-8/+6
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-55/+110
2020-09-21rcu/tree: Export rcu_idle_{enter,exit} to modulesBorislav Petkov1-0/+2
2020-09-03Merge branch 'strictgp.2020.08.24a' into HEADPaul E. McKenney1-11/+62
2020-09-03rcu: Shrink each possible cpu krcpZqiang1-3/+3
2020-08-24rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp()Paul E. McKenney1-4/+4
2020-08-24rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPsPaul E. McKenney1-0/+6
2020-08-24rcu: Execute RCU reader shortly after rcu_core for strict GPsPaul E. McKenney1-0/+13
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: 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: 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: Move rcu_cpu_started per-CPU variable to rcu_dataPaul E. McKenney1-7/+4
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-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-24rcu/trace: Use gp_seq_req in acceleration's rcu_grace_period tracepointJoel Fernandes (Google)1-2/+3
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-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney1-127/+280