summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)Author
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-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: 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-01rcu: Add per-CPU rcuc task dumps to RCU CPU stall warningsZqiang
2022-02-01rcu: Elevate priority of offloaded callback threadsAlison 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
2021-12-09Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', ...Paul E. McKenney
2021-12-07rcu/nocb: Don't invoke local rcu core on callback overload from nocb kthreadFrederic Weisbecker
2021-12-07rcu: Apply callbacks processing time limit only on softirqFrederic Weisbecker
2021-12-07rcu: Fix callbacks processing time limit retaining cond_resched()Frederic Weisbecker
2021-12-07rcu/nocb: Limit number of softirq callbacks only on softirqFrederic Weisbecker
2021-12-07rcu/nocb: Use appropriate rcu_nocb_lock_irqsave()Frederic Weisbecker
2021-12-07rcu/nocb: Check a stable offloaded state to manipulate qlen_last_fqs_checkFrederic Weisbecker
2021-12-07rcu/nocb: Make rcu_core() callbacks acceleration (de-)offloading safeFrederic Weisbecker
2021-12-07rcu/nocb: Make rcu_core() callbacks acceleration preempt-safeThomas Gleixner
2021-12-07rcu/nocb: Invoke rcu_core() at the start of deoffloadingFrederic Weisbecker
2021-12-07rcu/nocb: Prepare state machine for a new stepFrederic Weisbecker
2021-12-07rcu: Tighten rcu_advance_cbs_nowake() checksPaul E. McKenney
2021-12-07rcu: Make idle entry report expedited quiescent statesPaul E. McKenney
2021-11-30rcu: Avoid alloc_pages() when recording stackJun Miao
2021-11-30rcu: in_irq() cleanupChangbin Du
2021-11-30rcu: Move rcu_needs_cpu() to tree.cPaul E. McKenney
2021-11-30rcu: Remove the RCU_FAST_NO_HZ Kconfig optionPaul E. McKenney
2021-10-07rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstrPeter Zijlstra
2021-09-13rcu: Make rcutree_dying_cpu() use its "cpu" parameterPaul E. McKenney
2021-09-13rcu: Simplify rcu_report_dead() call to rcu_report_exp_rdp()Paul E. McKenney
2021-09-13rcu: Move rcu_dynticks_eqs_online() to rcu_cpu_starting()Paul E. McKenney
2021-09-13rcu: Comment rcu_gp_init() code waiting for CPU-hotplug operationsPaul E. McKenney
2021-09-13rcu: Eliminate rcu_implicit_dynticks_qs() local variable ruqpPaul E. McKenney
2021-09-13rcu: Eliminate rcu_implicit_dynticks_qs() local variable rnhqpPaul E. McKenney
2021-09-13rcu: Mark accesses to rcu_state.n_force_qsPaul E. McKenney
2021-08-10Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'n...Paul E. McKenney
2021-08-10rcu: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior
2021-08-06rcu: Use per_cpu_ptr to get the pointer of per_cpu variableLiu Song
2021-08-06rcu: Remove useless "ret" update in rcu_gp_fqs_loop()Liu Song
2021-08-06rcu: Make rcu_gp_init() and rcu_gp_fqs_loop noinline to conserve stackPaul E. McKenney
2021-08-06rcu: Weaken ->dynticks accesses and updatesPaul E. McKenney
2021-08-06rcu: Remove special bit at the bottom of the ->dynticks counterJoel Fernandes (Google)
2021-07-20rcu/nocb: Remove NOCB deferred wakeup from rcutree_dead_cpu()Frederic Weisbecker
2021-07-20rcu/nocb: Start moving nocb code to its own plugin fileFrederic Weisbecker
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds