summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_nocb.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-24Merge branches 'exp.2022.02.24a', 'fixes.2022.02.14a', 'rcu_barrier.2022.02.0...Paul E. McKenney1-3/+15
2022-02-14rcu: Replace cpumask_weight with cpumask_empty where appropriateYury Norov1-2/+2
2022-02-01rcu: Elevate priority of offloaded callback threadsAlison Chaiken1-0/+3
2022-02-01rcu: Make priority of grace-period thread consistentAlison Chaiken1-0/+4
2022-02-01rcu/nocb: Handle concurrent nocb kthreads creationNeeraj Upadhyay1-1/+6
2021-12-09rcu/nocb: Merge rcu_spawn_cpu_nocb_kthread() and rcu_spawn_one_nocb_kthread()Frederic Weisbecker1-11/+4
2021-12-09rcu/nocb: Allow empty "rcu_nocbs" kernel parameterFrederic Weisbecker1-4/+6
2021-12-09rcu/nocb: Create kthreads on all CPUs if "rcu_nocbs=" or "nohz_full=" are passedFrederic Weisbecker1-8/+6
2021-12-09rcu/nocb: Optimize kthreads and rdp initializationFrederic Weisbecker1-7/+17
2021-12-09rcu/nocb: Prepare nocb_cb_wait() to start with a non-offloaded rdpFrederic Weisbecker1-11/+12
2021-12-09rcu/nocb: Remove rcu_node structure from nocb list when de-offloadedFrederic Weisbecker1-7/+38
2021-12-07rcu/nocb: Invoke rcu_core() at the start of deoffloadingFrederic Weisbecker1-0/+9
2021-12-07rcu/nocb: Prepare state machine for a new stepFrederic Weisbecker1-8/+16
2021-09-13rcu-nocb: Fix a couple of tree_nocb code-style nitsPaul E. McKenney1-1/+1
2021-07-20rcu/nocb: Start moving nocb code to its own plugin fileFrederic Weisbecker1-0/+1496