summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-06rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace periodZiwei Dai1-8/+19
2023-02-03Merge branch 'stall.2023.01.09a' into HEADPaul E. McKenney1-0/+18
2023-02-03Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ...Paul E. McKenney1-275/+364
2023-01-24rcu: Disable laziness if lazy-tracking says soJoel Fernandes (Google)1-1/+3
2023-01-18rcu: Track laziness during boot and suspendJoel Fernandes (Google)1-0/+2
2023-01-12rcu: Remove redundant call to rcu_boost_kthread_setaffinity()Zqiang1-5/+0
2023-01-05rcu: Add RCU stall diagnosis informationZhen Lei1-0/+18
2023-01-04rcu/kvfree: Split ready for reclaim objects from a batchUladzislau Rezki (Sony)1-33/+54
2023-01-04rcu/kvfree: Carefully reset number of objects in krcpUladzislau Rezki (Sony)1-10/+30
2023-01-04rcu/kvfree: Use READ_ONCE() when access to krcp->headUladzislau Rezki (Sony)1-2/+2
2023-01-04rcu/kvfree: Use a polled API to speedup a reclaim processUladzislau Rezki (Sony)1-8/+39
2023-01-04rcu/kvfree: Move need_offload_krc() out of krcp->lockUladzislau Rezki (Sony)1-7/+4
2023-01-04rcu/kvfree: Move bulk/list reclaim to separate functionsUladzislau Rezki (Sony)1-49/+65
2023-01-04rcu/kvfree: Switch to a generic linked list APIUladzislau Rezki (Sony)1-46/+43
2023-01-04rcu: Refactor kvfree_call_rcu() and high-level helpersUladzislau Rezki (Sony)1-17/+12
2023-01-04rcu: Test synchronous RCU grace periods at the end of rcu_init()Paul E. McKenney1-0/+2
2023-01-04rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep()Zqiang1-2/+3
2023-01-04rcu: Upgrade header comment for poll_state_synchronize_rcu()Paul E. McKenney1-1/+9
2023-01-04rcu: Throttle callback invocation based on number of ready callbacksPaul E. McKenney1-1/+1
2023-01-04rcu: Consolidate initialization and CPU-hotplug codePaul E. McKenney1-156/+158
2022-12-21Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+6
2022-12-18rcu: Don't assert interrupts enabled too early in bootPaul E. McKenney1-4/+6
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-56/+96
2022-12-01Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 's...Paul E. McKenney1-56/+96
2022-11-30rcu: Make call_rcu() lazy to save powerJoel Fernandes (Google)1-46/+83
2022-10-21rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang1-1/+1
2022-10-21rcu: Remove rcu_is_idle_cpu()Yipeng Zou1-6/+0
2022-10-21rcu: Keep synchronize_rcu() from enabling irqs in early bootPaul E. McKenney1-4/+6
2022-10-19rcu: Fix missing nocb gp wake on rcu_barrier()Frederic Weisbecker1-0/+11
2022-10-19rcu: Use READ_ONCE() for lockless read of rnp->qsmaskJoel Fernandes (Google)1-1/+1
2022-10-19rcu: Remove duplicate RCU exp QS report from rcu_report_dead()Zqiang1-2/+0
2022-09-01Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...Paul E. McKenney1-78/+252
2022-08-31rcu-tasks: Make RCU Tasks Trace check for userspace executionZqiang1-2/+2
2022-08-31rcu: Make synchronize_rcu() fastpath update only boot-CPU countersPaul E. McKenney1-2/+16
2022-08-31rcu: Remove ->rgos_polled field from rcu_gp_oldstate structurePaul E. McKenney1-5/+1
2022-08-31rcu: Make synchronize_rcu() fast path update ->gp_seq countersPaul E. McKenney1-13/+26
2022-08-31rcu-tasks: Remove grace-period fast-path rcu-tasks helperPaul E. McKenney1-2/+0
2022-08-31rcu: Set rcu_data structures' initial ->gpwrap value to truePaul E. McKenney1-0/+1
2022-08-31rcu: Disable run-time single-CPU grace-period optimizationPaul E. McKenney1-31/+9
2022-08-31rcu: Add full-sized polling for cond_sync_full()Paul E. McKenney1-1/+27
2022-08-31rcu: Remove blank line from poll_state_synchronize_rcu() docbook headerPaul E. McKenney1-3/+2
2022-08-31rcu: Add full-sized polling for start_poll()Paul E. McKenney1-13/+45
2022-08-31rcu: Add full-sized polling for get_state()Paul E. McKenney1-0/+33
2022-08-31rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney1-4/+72
2022-08-31rcu/kvfree: Update KFREE_DRAIN_JIFFIES intervalUladzislau Rezki (Sony)1-4/+19
2022-08-31rcu/kfree: Fix kfree_rcu_shrink_count() return valueJoel Fernandes (Google)1-1/+1
2022-08-31rcu: Back off upon fill_page_cache_func() allocation failureMichal Hocko1-8/+9
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-07-22Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney1-449/+27
2022-07-22Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney1-34/+150