summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_nocb.h
Commit message (Expand)AuthorAgeFilesLines
* 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