summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)Author
2023-08-16rcu: Mark __rcu_irq_enter_check_tick() ->rcu_urgent_qs loadPaul E. McKenney
2023-07-19rcu: Clarify rcu_is_watching() kernel-doc commentPaul E. McKenney
2023-06-07Merge branches 'doc.2023.05.10a', 'fixes.2023.05.11a', 'kvfree.2023.05.10a', ...Paul E. McKenney
2023-05-11rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUsPaul E. McKenney
2023-05-11rcu: Make rcu_cpu_starting() rely on interrupts being disabledPaul E. McKenney
2023-05-11rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_workPaul E. McKenney
2023-05-11rcu: Employ jiffies-based backstop to callback time limitPaul E. McKenney
2023-05-11rcu: Check callback-invocation time limit for rcuc kthreadsPaul E. McKenney
2023-05-09rcu/kvfree: Make drain_page_cache() take early return if cache is disabledZqiang
2023-05-09rcu/kvfree: Make fill page cache start from krcp->nr_bkv_objsZqiang
2023-05-09rcu/kvfree: Do not run a page work if a cache is disabledUladzislau Rezki (Sony)
2023-05-09rcu/kvfree: Use consistent krcp when growing kfree_rcu() page cacheZqiang
2023-05-09rcu/kvfree: Invoke debug_rcu_bhead_unqueue() after checking bnode->gp_snapZqiang
2023-05-09rcu/kvfree: Add debug check for GP complete for kfree_rcu_cpu listUladzislau Rezki (Sony)
2023-05-09rcu/kvfree: Add debug to check grace periodsPaul E. McKenney
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-06rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace periodZiwei Dai
2023-04-05Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...Joel Fernandes (Google)
2023-04-05rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-edZheng Yejian
2023-04-05rcu: Permit start_poll_synchronize_rcu_expedited() to be invoked earlyZqiang
2023-04-05rcu: Remove never-set needwake assignment from rcu_report_qs_rdp()Zqiang
2023-04-05rcu: Add comment to rcu_do_batch() identifying rcuoc code pathPaul E. McKenney
2023-02-02Merge branch 'stall.2023.01.09a' into HEADPaul E. McKenney
2023-02-02Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ...Paul E. McKenney
2023-01-23rcu: Disable laziness if lazy-tracking says soJoel Fernandes (Google)
2023-01-17rcu: Track laziness during boot and suspendJoel Fernandes (Google)
2023-01-12rcu: Remove redundant call to rcu_boost_kthread_setaffinity()Zqiang
2023-01-05rcu: Add RCU stall diagnosis informationZhen Lei
2023-01-03rcu/kvfree: Split ready for reclaim objects from a batchUladzislau Rezki (Sony)
2023-01-03rcu/kvfree: Carefully reset number of objects in krcpUladzislau Rezki (Sony)
2023-01-03rcu/kvfree: Use READ_ONCE() when access to krcp->headUladzislau Rezki (Sony)
2023-01-03rcu/kvfree: Use a polled API to speedup a reclaim processUladzislau Rezki (Sony)
2023-01-03rcu/kvfree: Move need_offload_krc() out of krcp->lockUladzislau Rezki (Sony)
2023-01-03rcu/kvfree: Move bulk/list reclaim to separate functionsUladzislau Rezki (Sony)
2023-01-03rcu/kvfree: Switch to a generic linked list APIUladzislau Rezki (Sony)
2023-01-03rcu: Refactor kvfree_call_rcu() and high-level helpersUladzislau Rezki (Sony)
2023-01-03rcu: Test synchronous RCU grace periods at the end of rcu_init()Paul E. McKenney
2023-01-03rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep()Zqiang
2023-01-03rcu: Upgrade header comment for poll_state_synchronize_rcu()Paul E. McKenney
2023-01-03rcu: Throttle callback invocation based on number of ready callbacksPaul E. McKenney
2023-01-03rcu: Consolidate initialization and CPU-hotplug codePaul E. McKenney
2022-12-21Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-17rcu: Don't assert interrupts enabled too early in bootPaul E. McKenney
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-30Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 's...Paul E. McKenney
2022-11-29rcu: Make call_rcu() lazy to save powerJoel Fernandes (Google)
2022-10-21rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang
2022-10-21rcu: Remove rcu_is_idle_cpu()Yipeng Zou
2022-10-20rcu: Keep synchronize_rcu() from enabling irqs in early bootPaul E. McKenney
2022-10-18rcu: Fix missing nocb gp wake on rcu_barrier()Frederic Weisbecker