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