summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorLines
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+4
2022-03-21Merge tag 'rcu.2022.03.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-185/+308
2022-03-07tick/rcu: Remove obsolete rcu_needs_cpu() parametersFrederic Weisbecker-2/+1
2022-02-24Merge branches 'exp.2022.02.24a', 'fixes.2022.02.14a', 'rcu_barrier.2022.02.0...Paul E. McKenney-183/+305
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar-4/+8
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker-4/+4
2022-02-14rcu: Replace cpumask_weight with cpumask_empty where appropriateYury Norov-3/+3
2022-02-14rcu: Uninline multi-use function: finish_rcuwait()Ingo Molnar-0/+7
2022-02-14rcu: Mark writes to the rcu_segcblist structure's ->flags fieldPaul E. McKenney-2/+2
2022-02-14kasan: Record work creation stack trace with interrupts enabledZqiang-1/+1
2022-02-14rcu: Inline __call_rcu() into call_rcu()Paul E. McKenney-49/+42
2022-02-14rcu: Add mutex for rcu boost kthread spawning and affinity settingDavid Woodhouse-2/+12
2022-02-08rcu-tasks: Set ->percpu_enqueue_shift to zero upon contentionPaul E. McKenney-1/+1
2022-02-08rcu-tasks: Use order_base_2() instead of ilog2()Paul E. McKenney-3/+3
2022-02-08rcu: Create and use an rcu_rdp_cpu_online()Paul E. McKenney-12/+15
2022-02-08rcu: Make rcu_barrier() no longer block CPU-hotplug operationsPaul E. McKenney-15/+16
2022-02-08rcu: Rework rcu_barrier() and callback-migration logicPaul E. McKenney-16/+63
2022-02-08rcu: Refactor rcu_barrier() empty-list handlingPaul E. McKenney-17/+8
2022-02-08rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusionDavid Woodhouse-38/+37
2022-02-01rcutorture: Enable limited callback-flooding tests of SRCUPaul E. McKenney-0/+2
2022-02-01rcutorture: Fix rcu_fwd_mutex deadlockPaul E. McKenney-2/+2
2022-02-01rcutorture: Add end-of-test check to rcu_torture_fwd_prog() loopPaul E. McKenney-1/+1
2022-02-01rcutorture: Make rcu_fwd_cb_nodelay be a counterPaul E. McKenney-7/+7
2022-02-01rcutorture: Increase visibility of forward-progress hangsPaul E. McKenney-0/+4
2022-02-01rcutorture: Print message before invoking ->cb_barrier()Paul E. McKenney-2/+6
2022-02-01rcu: Add per-CPU rcuc task dumps to RCU CPU stall warningsZqiang-0/+42
2022-02-01rcu: Don't deboost before reporting expedited quiescent statePaul E. McKenney-4/+4
2022-02-01rcu: Elevate priority of offloaded callback threadsAlison Chaiken-1/+4
2022-02-01rcu: Make priority of grace-period thread consistentAlison Chaiken-0/+4
2022-02-01rcu: Move kthread_prio bounds-check to a separate functionAlison Chaiken-16/+23
2022-02-01rcu: Create per-cpu rcuc kthreads only when rcutree.use_softirq=0Zqiang-1/+1
2022-02-01rcu: Remove unused rcu_state.boostNeeraj Upadhyay-5/+2
2022-02-01rcu/nocb: Handle concurrent nocb kthreads creationNeeraj Upadhyay-1/+8
2022-02-01rcu: Mark accesses to boost_starttimePaul E. McKenney-3/+4
2022-02-01rcu: Mark ->expmask access in synchronize_rcu_expedited_wait()Paul E. McKenney-1/+2
2022-02-01rcu/exp: Fix check for idle context in rcu_exp_handlerNeeraj Upadhyay-1/+1
2022-01-26rcu-tasks: Fix computation of CPU-to-list shift countsPaul E. McKenney-4/+8
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+2
2022-01-15rcutorture: make use of the helper function kthread_run_on_cpu()Cai Huoqing-5/+2
2021-12-09Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', ...Paul E. McKenney-568/+863
2021-12-09rcu/nocb: Merge rcu_spawn_cpu_nocb_kthread() and rcu_spawn_one_nocb_kthread()Frederic Weisbecker-11/+4
2021-12-09rcu/nocb: Allow empty "rcu_nocbs" kernel parameterFrederic Weisbecker-4/+6
2021-12-09rcu/nocb: Create kthreads on all CPUs if "rcu_nocbs=" or "nohz_full=" are passedFrederic Weisbecker-8/+6
2021-12-09rcu/nocb: Optimize kthreads and rdp initializationFrederic Weisbecker-7/+17
2021-12-09rcu/nocb: Prepare nocb_cb_wait() to start with a non-offloaded rdpFrederic Weisbecker-11/+12
2021-12-09rcu/nocb: Remove rcu_node structure from nocb list when de-offloadedFrederic Weisbecker-9/+43
2021-12-09rcu-tasks: Use fewer callbacks queues if callback flood endsPaul E. McKenney-2/+46
2021-12-09rcu-tasks: Use separate ->percpu_dequeue_lim for callback dequeueingPaul E. McKenney-5/+10
2021-12-09rcu-tasks: Use more callback queues if contention encounteredPaul E. McKenney-4/+23
2021-12-09rcu-tasks: Avoid raw-spinlocked wakeups from call_rcu_tasks_generic()Paul E. McKenney-1/+16