| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'rcu-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Linus Torvalds | 2023-11-08 | 1 | -11/+32 |
|\ |
|
| * | rcu: Introduce rcu_cpu_online() | Frederic Weisbecker | 2023-11-01 | 1 | -0/+7 |
| * | rcu: Break rcu_node_0 --> &rq->__lock order | Peter Zijlstra | 2023-11-01 | 1 | -11/+25 |
* | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-11-02 | 1 | -9/+12 |
|\ \
| |/
|/| |
|
| * | rcu: dynamically allocate the rcu-kfree shrinker | Qi Zheng | 2023-10-04 | 1 | -9/+12 |
| | | |
| \ | |
*-. \ | Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/t... | Frederic Weisbecker | 2023-10-23 | 1 | -72/+170 |
|\ \ \
| |_|/
|/| | |
|
| | * | rcu/tree: Defer setting of jiffies during stall reset | Joel Fernandes (Google) | 2023-09-11 | 1 | -0/+12 |
| |/
|/| |
|
| * | rcu: Standardize explicit CPU-hotplug calls | Frederic Weisbecker | 2023-10-04 | 1 | -4/+8 |
| * | rcu: Conditionally build CPU-hotplug teardown callbacks | Frederic Weisbecker | 2023-10-04 | 1 | -60/+54 |
| * | rcu: Assume rcu_report_dead() is always called locally | Frederic Weisbecker | 2023-10-04 | 1 | -2/+2 |
| * | rcu: Assume IRQS disabled from rcu_report_dead() | Frederic Weisbecker | 2023-10-04 | 1 | -4/+6 |
| * | rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objects | Catalin Marinas | 2023-10-04 | 1 | -0/+9 |
| * | rcu: Eliminate rcu_gp_slow_unregister() false positive | Paul E. McKenney | 2023-09-13 | 1 | -1/+1 |
| * | rcu: Dump memory object info if callback function is invalid | Zhen Lei | 2023-09-13 | 1 | -0/+1 |
| * | rcu: Add sysfs to provide throttled access to rcu_barrier() | Paul E. McKenney | 2023-09-13 | 1 | -0/+76 |
| * | rcu/tree: Remove superfluous return from void call_rcu* functions | Joel Fernandes (Google) | 2023-09-13 | 1 | -2/+2 |
|/ |
|
* | rcu: Mark __rcu_irq_enter_check_tick() ->rcu_urgent_qs load | Paul E. McKenney | 2023-08-16 | 1 | -1/+1 |
* | rcu: Clarify rcu_is_watching() kernel-doc comment | Paul E. McKenney | 2023-07-19 | 1 | -5/+9 |
*-. | Merge branches 'doc.2023.05.10a', 'fixes.2023.05.11a', 'kvfree.2023.05.10a', ... | Paul E. McKenney | 2023-06-07 | 1 | -43/+88 |
|\ \ |
|
| | * | rcu/kvfree: Make drain_page_cache() take early return if cache is disabled | Zqiang | 2023-05-09 | 1 | -0/+3 |
| | * | rcu/kvfree: Make fill page cache start from krcp->nr_bkv_objs | Zqiang | 2023-05-09 | 1 | -1/+1 |
| | * | rcu/kvfree: Do not run a page work if a cache is disabled | Uladzislau Rezki (Sony) | 2023-05-09 | 1 | -0/+4 |
| | * | rcu/kvfree: Use consistent krcp when growing kfree_rcu() page cache | Zqiang | 2023-05-09 | 1 | -1/+1 |
| | * | rcu/kvfree: Invoke debug_rcu_bhead_unqueue() after checking bnode->gp_snap | Zqiang | 2023-05-09 | 1 | -1/+1 |
| | * | rcu/kvfree: Add debug check for GP complete for kfree_rcu_cpu list | Uladzislau Rezki (Sony) | 2023-05-09 | 1 | -1/+7 |
| | * | rcu/kvfree: Add debug to check grace periods | Paul E. McKenney | 2023-05-09 | 1 | -18/+19 |
| |/
|/| |
|
| * | rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUs | Paul E. McKenney | 2023-05-11 | 1 | -1/+11 |
| * | rcu: Make rcu_cpu_starting() rely on interrupts being disabled | Paul E. McKenney | 2023-05-11 | 1 | -6/+5 |
| * | rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work | Paul E. McKenney | 2023-05-11 | 1 | -2/+2 |
| * | rcu: Employ jiffies-based backstop to callback time limit | Paul E. McKenney | 2023-05-11 | 1 | -8/+20 |
| * | rcu: Check callback-invocation time limit for rcuc kthreads | Paul E. McKenney | 2023-05-11 | 1 | -9/+19 |
|/ |
|
* | 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 |