| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-04-24 | 1 | -7/+11 |
|\ |
|
| *-. | Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'... | Joel Fernandes (Google) | 2023-04-05 | 1 | -0/+2 |
| |\ \ |
|
| | * | | rcu: Add comment to rcu_do_batch() identifying rcuoc code path | Paul E. McKenney | 2023-04-05 | 1 | -0/+2 |
| | |/ |
|
| * | | rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-ed | Zheng Yejian | 2023-04-05 | 1 | -0/+1 |
| * | | rcu: Permit start_poll_synchronize_rcu_expedited() to be invoked early | Zqiang | 2023-04-05 | 1 | -3/+2 |
| * | | rcu: Remove never-set needwake assignment from rcu_report_qs_rdp() | Zqiang | 2023-04-05 | 1 | -4/+6 |
| |/ |
|
* / | rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period | Ziwei Dai | 2023-04-06 | 1 | -8/+19 |
|/ |
|
* | Merge branch 'stall.2023.01.09a' into HEAD | Paul E. McKenney | 2023-02-02 | 1 | -0/+18 |
|\ |
|
| * | rcu: Add RCU stall diagnosis information | Zhen Lei | 2023-01-05 | 1 | -0/+18 |
| | | |
| \ | |
*-. \ | Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ... | Paul E. McKenney | 2023-02-02 | 1 | -275/+364 |
|\ \ \
| |_|/
|/| | |
|
| | * | rcu/kvfree: Split ready for reclaim objects from a batch | Uladzislau Rezki (Sony) | 2023-01-03 | 1 | -33/+54 |
| | * | rcu/kvfree: Carefully reset number of objects in krcp | Uladzislau Rezki (Sony) | 2023-01-03 | 1 | -10/+30 |
| | * | rcu/kvfree: Use READ_ONCE() when access to krcp->head | Uladzislau Rezki (Sony) | 2023-01-03 | 1 | -2/+2 |
| | * | rcu/kvfree: Use a polled API to speedup a reclaim process | Uladzislau Rezki (Sony) | 2023-01-03 | 1 | -8/+39 |
| | * | rcu/kvfree: Move need_offload_krc() out of krcp->lock | Uladzislau Rezki (Sony) | 2023-01-03 | 1 | -7/+4 |
| | * | rcu/kvfree: Move bulk/list reclaim to separate functions | Uladzislau Rezki (Sony) | 2023-01-03 | 1 | -49/+65 |
| | * | rcu/kvfree: Switch to a generic linked list API | Uladzislau Rezki (Sony) | 2023-01-03 | 1 | -46/+43 |
| | * | rcu: Refactor kvfree_call_rcu() and high-level helpers | Uladzislau Rezki (Sony) | 2023-01-03 | 1 | -17/+12 |
| |/
|/| |
|
| * | rcu: Disable laziness if lazy-tracking says so | Joel Fernandes (Google) | 2023-01-23 | 1 | -1/+3 |
| * | rcu: Track laziness during boot and suspend | Joel Fernandes (Google) | 2023-01-17 | 1 | -0/+2 |
| * | rcu: Remove redundant call to rcu_boost_kthread_setaffinity() | Zqiang | 2023-01-12 | 1 | -5/+0 |
| * | rcu: Test synchronous RCU grace periods at the end of rcu_init() | Paul E. McKenney | 2023-01-03 | 1 | -0/+2 |
| * | rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep() | Zqiang | 2023-01-03 | 1 | -2/+3 |
| * | rcu: Upgrade header comment for poll_state_synchronize_rcu() | Paul E. McKenney | 2023-01-03 | 1 | -1/+9 |
| * | rcu: Throttle callback invocation based on number of ready callbacks | Paul E. McKenney | 2023-01-03 | 1 | -1/+1 |
| * | rcu: Consolidate initialization and CPU-hotplug code | Paul E. McKenney | 2023-01-03 | 1 | -156/+158 |
|/ |
|
* | Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-12-21 | 1 | -4/+6 |
|\ |
|
| * | rcu: Don't assert interrupts enabled too early in boot | Paul E. McKenney | 2022-12-17 | 1 | -4/+6 |
* | | Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-12-12 | 1 | -56/+96 |
|\ \
| |/
|/| |
|
| *-. | Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 's... | Paul E. McKenney | 2022-11-30 | 1 | -56/+96 |
| |\ \ |
|
| | | * | rcu: Make call_rcu() lazy to save power | Joel Fernandes (Google) | 2022-11-29 | 1 | -46/+83 |
| | | * | rcu: Fix missing nocb gp wake on rcu_barrier() | Frederic Weisbecker | 2022-10-18 | 1 | -0/+11 |
| | |/
| |/| |
|
| | * | rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state() | Zqiang | 2022-10-21 | 1 | -1/+1 |
| | * | rcu: Remove rcu_is_idle_cpu() | Yipeng Zou | 2022-10-21 | 1 | -6/+0 |
| | * | rcu: Use READ_ONCE() for lockless read of rnp->qsmask | Joel Fernandes (Google) | 2022-10-18 | 1 | -1/+1 |
| | * | rcu: Remove duplicate RCU exp QS report from rcu_report_dead() | Zqiang | 2022-10-18 | 1 | -2/+0 |
| |/ |
|
* / | rcu: Keep synchronize_rcu() from enabling irqs in early boot | Paul E. McKenney | 2022-10-20 | 1 | -4/+6 |
|/ |
|
*---. | Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ... | Paul E. McKenney | 2022-09-01 | 1 | -78/+252 |
|\ \ \ |
|
| | | * | rcu-tasks: Make RCU Tasks Trace check for userspace execution | Zqiang | 2022-08-31 | 1 | -2/+2 |
| |_|/
|/| | |
|
| | * | rcu: Make synchronize_rcu() fastpath update only boot-CPU counters | Paul E. McKenney | 2022-08-31 | 1 | -2/+16 |
| | * | rcu: Remove ->rgos_polled field from rcu_gp_oldstate structure | Paul E. McKenney | 2022-08-31 | 1 | -5/+1 |
| | * | rcu: Make synchronize_rcu() fast path update ->gp_seq counters | Paul E. McKenney | 2022-08-31 | 1 | -13/+26 |
| | * | rcu-tasks: Remove grace-period fast-path rcu-tasks helper | Paul E. McKenney | 2022-08-31 | 1 | -2/+0 |
| | * | rcu: Set rcu_data structures' initial ->gpwrap value to true | Paul E. McKenney | 2022-08-31 | 1 | -0/+1 |
| | * | rcu: Disable run-time single-CPU grace-period optimization | Paul E. McKenney | 2022-08-31 | 1 | -31/+9 |
| | * | rcu: Add full-sized polling for cond_sync_full() | Paul E. McKenney | 2022-08-31 | 1 | -1/+27 |
| | * | rcu: Remove blank line from poll_state_synchronize_rcu() docbook header | Paul E. McKenney | 2022-08-31 | 1 | -3/+2 |
| | * | rcu: Add full-sized polling for start_poll() | Paul E. McKenney | 2022-08-31 | 1 | -13/+45 |
| | * | rcu: Add full-sized polling for get_state() | Paul E. McKenney | 2022-08-31 | 1 | -0/+33 |
| | * | rcu: Add full-sized polling for get_completed*() and poll_state*() | Paul E. McKenney | 2022-08-31 | 1 | -4/+72 |
| |/
|/| |
|