Age | Commit message (Expand) | Author | Files | Lines |
2024-05-01 | Merge branches 'fixes.2024.04.15a', 'misc.2024.04.12a', 'rcu-sync-normal-improve.2024.04.15a', 'rcu-tasks.2024.04.15a' and 'rcutorture.2024.04.15a' into rcu-merge.2024.04.15a |  Uladzislau Rezki (Sony) | 1 | -11/+364 |
2024-04-16 | rcutorture: Make rcutorture support print rcu-tasks gp state |  Zqiang | 1 | -10/+3 |
2024-04-15 | rcu: Allocate WQ with WQ_MEM_RECLAIM bit set |  Uladzislau Rezki (Sony) | 1 | -1/+5 |
2024-04-15 | rcu: Support direct wake-up of synchronize_rcu() users |  Uladzislau Rezki (Sony) | 1 | -1/+23 |
2024-04-15 | rcu: Add a trace event for synchronize_rcu_normal() |  Uladzislau Rezki (Sony) | 1 | -1/+6 |
2024-04-15 | rcu: Reduce synchronize_rcu() latency |  Uladzislau Rezki (Sony) | 1 | -1/+330 |
2024-04-15 | rcu: Make hotplug operations track GP state, not flags |  Paul E. McKenney | 1 | -6/+6 |
2024-04-15 | rcu: Mark loads from rcu_state.n_online_cpus |  Paul E. McKenney | 1 | -1/+3 |
2024-04-15 | rcu: Remove redundant READ_ONCE() of rcu_state.gp_flags in tree.c |  Paul E. McKenney | 1 | -7/+4 |
2024-04-09 | rcu: Add lockdep checks and kernel-doc header to rcu_softirq_qs() |  Paul E. McKenney | 1 | -0/+28 |
2024-02-26 | Merge branches 'rcu-doc.2024.02.14a', 'rcu-nocb.2024.02.14a', 'rcu-exp.2024.02.14a', 'rcu-tasks.2024.02.26a' and 'rcu-misc.2024.02.14a' into rcu.2024.02.26a |  Boqun Feng | 1 | -80/+157 |
2024-02-25 | rcu-tasks: Initialize callback lists at rcu_init() time |  Paul E. McKenney | 1 | -0/+2 |
2024-02-14 | rcu: Provide a boot time parameter to control lazy RCU |  Qais Yousef | 1 | -1/+6 |
2024-02-14 | rcu/exp: Remove rcu_par_gp_wq |  Frederic Weisbecker | 1 | -34/+6 |
2024-02-14 | rcu/exp: Handle parallel exp gp kworkers affinity |  Frederic Weisbecker | 1 | -5/+74 |
2024-02-14 | rcu/exp: Make parallel exp gp kworker per rcu node |  Frederic Weisbecker | 1 | -20/+41 |
2024-02-14 | rcu/exp: Move expedited kthread worker creation functions above rcutree_prepare_cpu() |  Frederic Weisbecker | 1 | -48/+48 |
2024-02-14 | rcu: s/boost_kthread_mutex/kthread_mutex |  Frederic Weisbecker | 1 | -1/+1 |
2024-02-14 | rcu/exp: Handle RCU expedited grace period kworker allocation failure |  Frederic Weisbecker | 1 | -0/+2 |
2024-02-14 | rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure recovery |  Frederic Weisbecker | 1 | -0/+1 |
2024-02-14 | rcu/nocb: Re-arrange call_rcu() NOCB specific code |  Frederic Weisbecker | 1 | -24/+20 |
2024-02-14 | rcu/nocb: Make IRQs disablement symmetric |  Frederic Weisbecker | 1 | -3/+6 |
2024-02-14 | rcu/nocb: Remove needless full barrier after callback advancing |  Frederic Weisbecker | 1 | -0/+6 |
2024-01-24 | rcu: Defer RCU kthreads wakeup when CPU is dying |  Frederic Weisbecker | 1 | -1/+33 |
2023-12-14 | rcu: Force quiescent states only for ongoing grace period |  Zqiang | 1 | -0/+2 |
2023-11-08 | Merge tag 'rcu-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks |  Linus Torvalds | 1 | -11/+32 |
2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 1 | -9/+12 |
2023-11-01 | rcu: Introduce rcu_cpu_online() |  Frederic Weisbecker | 1 | -0/+7 |
2023-11-01 | rcu: Break rcu_node_0 --> &rq->__lock order |  Peter Zijlstra | 1 | -11/+25 |
2023-10-23 | Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/tasks' and 'rcu/stall' into rcu/next |  Frederic Weisbecker | 1 | -72/+170 |
2023-10-04 | rcu: Standardize explicit CPU-hotplug calls |  Frederic Weisbecker | 1 | -4/+8 |
2023-10-04 | rcu: Conditionally build CPU-hotplug teardown callbacks |  Frederic Weisbecker | 1 | -60/+54 |
2023-10-04 | rcu: dynamically allocate the rcu-kfree shrinker |  Qi Zheng | 1 | -9/+12 |
2023-10-04 | rcu: Assume rcu_report_dead() is always called locally |  Frederic Weisbecker | 1 | -2/+2 |
2023-10-04 | rcu: Assume IRQS disabled from rcu_report_dead() |  Frederic Weisbecker | 1 | -4/+6 |
2023-10-04 | rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objects |  Catalin Marinas | 1 | -0/+9 |
2023-09-13 | rcu: Eliminate rcu_gp_slow_unregister() false positive |  Paul E. McKenney | 1 | -1/+1 |
2023-09-13 | rcu: Dump memory object info if callback function is invalid |  Zhen Lei | 1 | -0/+1 |
2023-09-13 | rcu: Add sysfs to provide throttled access to rcu_barrier() |  Paul E. McKenney | 1 | -0/+76 |
2023-09-13 | rcu/tree: Remove superfluous return from void call_rcu* functions |  Joel Fernandes (Google) | 1 | -2/+2 |
2023-09-11 | rcu/tree: Defer setting of jiffies during stall reset |  Joel Fernandes (Google) | 1 | -0/+12 |
2023-08-16 | rcu: Mark __rcu_irq_enter_check_tick() ->rcu_urgent_qs load |  Paul E. McKenney | 1 | -1/+1 |
2023-07-19 | rcu: Clarify rcu_is_watching() kernel-doc comment |  Paul E. McKenney | 1 | -5/+9 |
2023-06-07 | Merge branches 'doc.2023.05.10a', 'fixes.2023.05.11a', 'kvfree.2023.05.10a', 'nocb.2023.05.11a', 'rcu-tasks.2023.05.10a', 'torture.2023.05.15a' and 'rcu-urgent.2023.06.06a' into HEAD |  Paul E. McKenney | 1 | -43/+88 |
2023-05-11 | rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUs |  Paul E. McKenney | 1 | -1/+11 |
2023-05-11 | rcu: Make rcu_cpu_starting() rely on interrupts being disabled |  Paul E. McKenney | 1 | -6/+5 |
2023-05-11 | rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work |  Paul E. McKenney | 1 | -2/+2 |
2023-05-11 | rcu: Employ jiffies-based backstop to callback time limit |  Paul E. McKenney | 1 | -8/+20 |
2023-05-11 | rcu: Check callback-invocation time limit for rcuc kthreads |  Paul E. McKenney | 1 | -9/+19 |
2023-05-09 | rcu/kvfree: Make drain_page_cache() take early return if cache is disabled |  Zqiang | 1 | -0/+3 |