summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_nocb.h
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'rcu-doc.2024.02.14a', 'rcu-nocb.2024.02.14a', 'rcu-exp.2024.0...Boqun Feng2024-02-261-30/+39
|\ \
| | * rcu: Rename jiffies_till_flush to jiffies_lazy_flushFrederic Weisbecker2024-02-141-11/+11
| |/ |/|
| * rcu/nocb: Check rdp_gp->nocb_timer in __call_rcu_nocb_wake()Zqiang2024-02-141-1/+2
| * rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock()Zqiang2024-02-141-1/+1
| * rcu/nocb: Re-arrange call_rcu() NOCB specific codeFrederic Weisbecker2024-02-141-3/+15
| * rcu/nocb: Make IRQs disablement symmetricFrederic Weisbecker2024-02-141-11/+9
| * rcu/nocb: Remove needless full barrier after callback advancingFrederic Weisbecker2024-02-141-1/+0
| * rcu/nocb: Remove needless LOAD-ACQUIREFrederic Weisbecker2024-02-141-2/+1
|/
* rcu: dynamically allocate the rcu-lazy shrinkerQi Zheng2023-10-041-9/+10
* rcu: Make the rcu_nocb_poll boot parameter usable via boot configPaul E. McKenney2023-08-161-2/+2
* rcu/nocb: Make shrinker iterate only over NOCB CPUsFrederic Weisbecker2023-05-111-3/+14
* rcu/nocb: Recheck lazy callbacks under the ->nocb_lock from shrinkerFrederic Weisbecker2023-05-091-3/+11
* rcu/nocb: Fix shrinker race against callback enqueuerFrederic Weisbecker2023-05-091-1/+1
* rcu/nocb: Protect lazy shrinker against concurrent (de-)offloadingFrederic Weisbecker2023-05-091-1/+24
* rcu: Register rcu-lazy shrinker only for CONFIG_RCU_LAZY=y kernelsZqiang2023-04-051-0/+4
* rcu: Shrinker for lazy rcuVineeth Pillai2022-11-291-0/+52
* rcu: Refactor code a bit in rcu_nocb_do_flush_bypass()Joel Fernandes (Google)2022-11-291-8/+9
* rcu: Make call_rcu() lazy to save powerJoel Fernandes (Google)2022-11-291-30/+129
* rcu: Fix missing nocb gp wake on rcu_barrier()Frederic Weisbecker2022-10-181-0/+5
* rcu: Fix late wakeup when flush of bypass cblist happensJoel Fernandes (Google)2022-10-181-2/+8
* rcu: Simplify rcu_init_nohz() cpumask handlingZhen Lei2022-10-181-23/+11
* rcu/nocb: Add CPU number to CPU-{,de}offload failure messagesPaul E. McKenney2022-08-311-2/+2
* rcu/nocb: Choose the right rcuog/rcuop kthreads to outputZqiang2022-08-311-3/+3
* rcu/nocb: Avoid polling when my_rdp->nocb_head_rdp list is emptyZqiang2022-07-191-5/+19
* rcu/nocb: Add option to opt rcuo kthreads out of RT priorityUladzislau Rezki (Sony)2022-07-191-1/+2
* rcu/nocb: Add an option to offload all CPUs on bootJoel Fernandes2022-07-191-1/+14
* rcu/nocb: Fix NOCB kthreads spawn failure with rcu_nocb_rdp_deoffload() direc...Zqiang2022-07-191-16/+64
* rcu/nocb: Invert rcu_state.barrier_mutex VS hotplug lock locking orderZqiang2022-07-191-4/+4
* rcu/nocb: Add/del rdp to iterate from rcuog itselfFrederic Weisbecker2022-07-191-68/+70
* rcu/nocb: Initialize nocb kthreads only for boot CPU prior SMP initializationFrederic Weisbecker2022-04-111-20/+0
* rcu/nocb: Move rcu_nocb_is_setup to rcu_stateFrederic Weisbecker2022-04-111-8/+5
* rcu: Remove rcu_is_nocb_cpu()Frederic Weisbecker2022-04-111-8/+0
*-. Merge branches 'exp.2022.02.24a', 'fixes.2022.02.14a', 'rcu_barrier.2022.02.0...Paul E. McKenney2022-02-241-3/+15
|\ \
| | * rcu: Elevate priority of offloaded callback threadsAlison Chaiken2022-02-011-0/+3
| | * rcu: Make priority of grace-period thread consistentAlison Chaiken2022-02-011-0/+4
| | * rcu/nocb: Handle concurrent nocb kthreads creationNeeraj Upadhyay2022-02-011-1/+6
| |/ |/|
| * rcu: Replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-02-141-2/+2
|/
* rcu/nocb: Merge rcu_spawn_cpu_nocb_kthread() and rcu_spawn_one_nocb_kthread()Frederic Weisbecker2021-12-091-11/+4
* rcu/nocb: Allow empty "rcu_nocbs" kernel parameterFrederic Weisbecker2021-12-091-4/+6
* rcu/nocb: Create kthreads on all CPUs if "rcu_nocbs=" or "nohz_full=" are passedFrederic Weisbecker2021-12-091-8/+6
* rcu/nocb: Optimize kthreads and rdp initializationFrederic Weisbecker2021-12-091-7/+17
* rcu/nocb: Prepare nocb_cb_wait() to start with a non-offloaded rdpFrederic Weisbecker2021-12-091-11/+12
* rcu/nocb: Remove rcu_node structure from nocb list when de-offloadedFrederic Weisbecker2021-12-091-7/+38
* rcu/nocb: Invoke rcu_core() at the start of deoffloadingFrederic Weisbecker2021-12-071-0/+9
* rcu/nocb: Prepare state machine for a new stepFrederic Weisbecker2021-12-071-8/+16
* rcu-nocb: Fix a couple of tree_nocb code-style nitsPaul E. McKenney2021-09-131-1/+1
* rcu/nocb: Start moving nocb code to its own plugin fileFrederic Weisbecker2021-07-201-0/+1496