summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * rcu/kvfree: Add debug to check grace periodsPaul E. McKenney2023-05-091-18/+19
| |/ |/|
| * rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUsPaul E. McKenney2023-05-111-1/+11
| * rcu: Make rcu_cpu_starting() rely on interrupts being disabledPaul E. McKenney2023-05-111-6/+5
| * rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_workPaul E. McKenney2023-05-111-2/+2
| * rcu: Employ jiffies-based backstop to callback time limitPaul E. McKenney2023-05-111-8/+20
| * rcu: Check callback-invocation time limit for rcuc kthreadsPaul E. McKenney2023-05-111-9/+19
|/
* Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-241-7/+11
|\
| *-. Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...Joel Fernandes (Google)2023-04-051-0/+2
| |\ \
| | * | rcu: Add comment to rcu_do_batch() identifying rcuoc code pathPaul E. McKenney2023-04-051-0/+2
| | |/
| * | rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-edZheng Yejian2023-04-051-0/+1
| * | rcu: Permit start_poll_synchronize_rcu_expedited() to be invoked earlyZqiang2023-04-051-3/+2
| * | rcu: Remove never-set needwake assignment from rcu_report_qs_rdp()Zqiang2023-04-051-4/+6
| |/
* / rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace periodZiwei Dai2023-04-061-8/+19
|/
* Merge branch 'stall.2023.01.09a' into HEADPaul E. McKenney2023-02-021-0/+18
|\
| * rcu: Add RCU stall diagnosis informationZhen Lei2023-01-051-0/+18
| |
| \
*-. \ Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ...Paul E. McKenney2023-02-021-275/+364
|\ \ \ | |_|/ |/| |
| | * rcu/kvfree: Split ready for reclaim objects from a batchUladzislau Rezki (Sony)2023-01-031-33/+54
| | * rcu/kvfree: Carefully reset number of objects in krcpUladzislau Rezki (Sony)2023-01-031-10/+30
| | * rcu/kvfree: Use READ_ONCE() when access to krcp->headUladzislau Rezki (Sony)2023-01-031-2/+2
| | * rcu/kvfree: Use a polled API to speedup a reclaim processUladzislau Rezki (Sony)2023-01-031-8/+39
| | * rcu/kvfree: Move need_offload_krc() out of krcp->lockUladzislau Rezki (Sony)2023-01-031-7/+4
| | * rcu/kvfree: Move bulk/list reclaim to separate functionsUladzislau Rezki (Sony)2023-01-031-49/+65
| | * rcu/kvfree: Switch to a generic linked list APIUladzislau Rezki (Sony)2023-01-031-46/+43
| | * rcu: Refactor kvfree_call_rcu() and high-level helpersUladzislau Rezki (Sony)2023-01-031-17/+12
| |/ |/|
| * rcu: Disable laziness if lazy-tracking says soJoel Fernandes (Google)2023-01-231-1/+3
| * rcu: Track laziness during boot and suspendJoel Fernandes (Google)2023-01-171-0/+2
| * rcu: Remove redundant call to rcu_boost_kthread_setaffinity()Zqiang2023-01-121-5/+0
| * rcu: Test synchronous RCU grace periods at the end of rcu_init()Paul E. McKenney2023-01-031-0/+2
| * rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep()Zqiang2023-01-031-2/+3
| * rcu: Upgrade header comment for poll_state_synchronize_rcu()Paul E. McKenney2023-01-031-1/+9
| * rcu: Throttle callback invocation based on number of ready callbacksPaul E. McKenney2023-01-031-1/+1
| * rcu: Consolidate initialization and CPU-hotplug codePaul E. McKenney2023-01-031-156/+158
|/
* Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-211-4/+6
|\
| * rcu: Don't assert interrupts enabled too early in bootPaul E. McKenney2022-12-171-4/+6
* | Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-56/+96
|\ \ | |/ |/|
| *-. Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 's...Paul E. McKenney2022-11-301-56/+96
| |\ \
| | | * rcu: Make call_rcu() lazy to save powerJoel Fernandes (Google)2022-11-291-46/+83
| | | * rcu: Fix missing nocb gp wake on rcu_barrier()Frederic Weisbecker2022-10-181-0/+11
| | |/ | |/|
| | * rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang2022-10-211-1/+1
| | * rcu: Remove rcu_is_idle_cpu()Yipeng Zou2022-10-211-6/+0
| | * rcu: Use READ_ONCE() for lockless read of rnp->qsmaskJoel Fernandes (Google)2022-10-181-1/+1
| | * rcu: Remove duplicate RCU exp QS report from rcu_report_dead()Zqiang2022-10-181-2/+0
| |/
* / rcu: Keep synchronize_rcu() from enabling irqs in early bootPaul E. McKenney2022-10-201-4/+6
|/
*---. Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...Paul E. McKenney2022-09-011-78/+252
|\ \ \
| | | * rcu-tasks: Make RCU Tasks Trace check for userspace executionZqiang2022-08-311-2/+2
| |_|/ |/| |
| | * rcu: Make synchronize_rcu() fastpath update only boot-CPU countersPaul E. McKenney2022-08-311-2/+16
| | * rcu: Remove ->rgos_polled field from rcu_gp_oldstate structurePaul E. McKenney2022-08-311-5/+1
| | * rcu: Make synchronize_rcu() fast path update ->gp_seq countersPaul E. McKenney2022-08-311-13/+26
| | * rcu-tasks: Remove grace-period fast-path rcu-tasks helperPaul E. McKenney2022-08-311-2/+0
| | * rcu: Set rcu_data structures' initial ->gpwrap value to truePaul E. McKenney2022-08-311-0/+1