Age | Commit message (Expand) | Author | Files | Lines |
2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() |  Ingo Molnar | 1 | -1/+1 |
2025-05-16 | Revert "rcu/nocb: Fix rcuog wake-up from offline softirq" |  Frederic Weisbecker | 1 | -7/+1 |
2025-05-16 | rcu: Remove swake_up_one_online() bandaid |  Frederic Weisbecker | 1 | -1/+1 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() |  Thomas Gleixner | 1 | -2/+2 |
2025-03-04 | rcu/nocb: Print segment lengths in show_rcu_nocb_gp_state() |  Paul E. McKenney | 1 | -5/+15 |
2024-11-12 | rcu/nocb: Fix missed RCU barrier on deoffloading |  Zqiang | 1 | -1/+12 |
2024-10-10 | rcu/nocb: Fix rcuog wake-up from offline softirq |  Frederic Weisbecker | 1 | -1/+7 |
2024-09-09 | Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.09.24a', 'rcutorture.14.08.24a', 'rcustall.09.09.24a', 'srcu.12.08.24a', 'rcu.tasks.14.08.24a', 'rcu_scaling_tests.15.08.24a', 'fixes.12.08.24a' and 'misc.11.08.24a' into next.09.09.24a |  Neeraj Upadhyay | 1 | -171/+106 |
2024-09-09 | rcu/nocb: Remove superfluous memory barrier after bypass enqueue |  Frederic Weisbecker | 1 | -1/+1 |
2024-09-09 | rcu/nocb: Conditionally wake up rcuo if not already waiting on GP |  Frederic Weisbecker | 1 | -4/+1 |
2024-09-09 | rcu/nocb: Fix RT throttling hrtimer armed from offline CPU |  Frederic Weisbecker | 1 | -1/+4 |
2024-09-09 | rcu/nocb: Simplify (de-)offloading state machine |  Frederic Weisbecker | 1 | -72/+66 |
2024-08-15 | rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs() |  Valentin Schneider | 1 | -1/+1 |
2024-07-29 | rcu/nocb: Remove SEGCBLIST_RCU_CORE |  Frederic Weisbecker | 1 | -9/+0 |
2024-07-29 | rcu/nocb: Remove halfway (de-)offloading handling from bypass |  Frederic Weisbecker | 1 | -8/+0 |
2024-07-29 | rcu/nocb: (De-)offload callbacks on offline CPUs only |  Frederic Weisbecker | 1 | -61/+21 |
2024-07-29 | rcu/nocb: Introduce nocb mutex |  Frederic Weisbecker | 1 | -8/+12 |
2024-07-29 | rcu/nocb: Assert no callbacks while nocb kthread allocation fails |  Frederic Weisbecker | 1 | -3/+11 |
2024-07-29 | rcu/nocb: Introduce RCU_NOCB_LOCKDEP_WARN() |  Frederic Weisbecker | 1 | -14/+0 |
2024-06-03 | rcu/nocb: Remove buggy bypass lock contention mitigation |  Frederic Weisbecker | 1 | -26/+6 |
2024-06-03 | rcu/nocb: Use kthread parking instead of ad-hoc implementation |  Frederic Weisbecker | 1 | -81/+34 |
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 | -30/+39 |
2024-02-14 | rcu: Rename jiffies_till_flush to jiffies_lazy_flush |  Frederic Weisbecker | 1 | -11/+11 |
2024-02-14 | rcu/nocb: Check rdp_gp->nocb_timer in __call_rcu_nocb_wake() |  Zqiang | 1 | -1/+2 |
2024-02-14 | rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock() |  Zqiang | 1 | -1/+1 |
2024-02-14 | rcu/nocb: Re-arrange call_rcu() NOCB specific code |  Frederic Weisbecker | 1 | -3/+15 |
2024-02-14 | rcu/nocb: Make IRQs disablement symmetric |  Frederic Weisbecker | 1 | -11/+9 |
2024-02-14 | rcu/nocb: Remove needless full barrier after callback advancing |  Frederic Weisbecker | 1 | -1/+0 |
2024-02-14 | rcu/nocb: Remove needless LOAD-ACQUIRE |  Frederic Weisbecker | 1 | -2/+1 |
2023-10-04 | rcu: dynamically allocate the rcu-lazy shrinker |  Qi Zheng | 1 | -9/+10 |
2023-08-16 | rcu: Make the rcu_nocb_poll boot parameter usable via boot config |  Paul E. McKenney | 1 | -2/+2 |
2023-05-11 | rcu/nocb: Make shrinker iterate only over NOCB CPUs |  Frederic Weisbecker | 1 | -3/+14 |
2023-05-09 | rcu/nocb: Recheck lazy callbacks under the ->nocb_lock from shrinker |  Frederic Weisbecker | 1 | -3/+11 |
2023-05-09 | rcu/nocb: Fix shrinker race against callback enqueuer |  Frederic Weisbecker | 1 | -1/+1 |
2023-05-09 | rcu/nocb: Protect lazy shrinker against concurrent (de-)offloading |  Frederic Weisbecker | 1 | -1/+24 |
2023-04-05 | rcu: Register rcu-lazy shrinker only for CONFIG_RCU_LAZY=y kernels |  Zqiang | 1 | -0/+4 |
2022-11-29 | rcu: Shrinker for lazy rcu |  Vineeth Pillai | 1 | -0/+52 |
2022-11-29 | rcu: Refactor code a bit in rcu_nocb_do_flush_bypass() |  Joel Fernandes (Google) | 1 | -8/+9 |
2022-11-29 | rcu: Make call_rcu() lazy to save power |  Joel Fernandes (Google) | 1 | -30/+129 |
2022-10-18 | rcu: Fix missing nocb gp wake on rcu_barrier() |  Frederic Weisbecker | 1 | -0/+5 |
2022-10-18 | rcu: Fix late wakeup when flush of bypass cblist happens |  Joel Fernandes (Google) | 1 | -2/+8 |
2022-10-18 | rcu: Simplify rcu_init_nohz() cpumask handling |  Zhen Lei | 1 | -23/+11 |
2022-08-31 | rcu/nocb: Add CPU number to CPU-{,de}offload failure messages |  Paul E. McKenney | 1 | -2/+2 |
2022-08-31 | rcu/nocb: Choose the right rcuog/rcuop kthreads to output |  Zqiang | 1 | -3/+3 |
2022-07-19 | rcu/nocb: Avoid polling when my_rdp->nocb_head_rdp list is empty |  Zqiang | 1 | -5/+19 |
2022-07-19 | rcu/nocb: Add option to opt rcuo kthreads out of RT priority |  Uladzislau Rezki (Sony) | 1 | -1/+2 |
2022-07-19 | rcu/nocb: Add an option to offload all CPUs on boot |  Joel Fernandes | 1 | -1/+14 |
2022-07-19 | rcu/nocb: Fix NOCB kthreads spawn failure with rcu_nocb_rdp_deoffload() direct call |  Zqiang | 1 | -16/+64 |
2022-07-19 | rcu/nocb: Invert rcu_state.barrier_mutex VS hotplug lock locking order |  Zqiang | 1 | -4/+4 |
2022-07-19 | rcu/nocb: Add/del rdp to iterate from rcuog itself |  Frederic Weisbecker | 1 | -68/+70 |