summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2022-04-11srcu: Avoid NULL dereference in srcu_torture_stats_print()Paul E. McKenney
2022-04-11srcu: Add boot-time control over srcu_node array allocationPaul E. McKenney
2022-04-11srcu: Ensure snp nodes tree is fully initialized before traversalNeeraj Upadhyay
2022-04-11srcu: Use invalid initial value for srcu_node GP sequence numbersPaul E. McKenney
2022-04-11srcu: Compute snp_seq earlier in srcu_funnel_gp_start()Paul E. McKenney
2022-04-11srcu: Make rcutorture dump the SRCU size statePaul E. McKenney
2022-04-11srcu: Add size-state transitioning codePaul E. McKenney
2022-04-11srcu: Dynamically allocate srcu_node arrayPaul E. McKenney
2022-04-11srcu: Make Tree SRCU able to operate without snp_node arrayPaul E. McKenney
2022-04-11srcu: Make srcu_funnel_gp_start() cache ->mynode in snp_leafPaul E. McKenney
2022-04-11srcu: Tighten cleanup_srcu_struct() GP checksPaul E. McKenney
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni
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