summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2022-04-20rcu: Print number of online CPUs in RCU CPU stall-warning messagesPaul E. McKenney
2022-04-20rcu: Add comments to final rcu_gp_cleanup() "if" statementPaul E. McKenney
2022-04-11rcu: Check for jiffies going backwardsPaul E. McKenney
2022-04-11rcu: Fix rcu_preempt_deferred_qs_irqrestore() strict QS reportingPaul E. McKenney
2022-04-11rcu: Clarify fill-the-gap comment in rcu_segcblist_advance()Paul E. McKenney
2022-04-11rcu: Make TASKS_RUDE_RCU select IRQ_WORKPaul E. McKenney
2022-04-11rcutorture: Add missing return and use __func__ in warningDavid Vernet
2022-04-11rcutorture: Avoid corner-case #DE with nsynctypes checkDavid Vernet
2022-04-11rcutorture: Suppress debugging grace period delays during floodingPaul E. McKenney
2022-04-11rcu-tasks: Handle sparse cpu_possible_mask in rcu_tasks_invoke_cbs()Paul E. McKenney
2022-04-11rcu-tasks: Handle sparse cpu_possible_maskEric Dumazet
2022-04-11rcu-tasks: Make show_rcu_tasks_generic_gp_kthread() check all CPUsPaul E. McKenney
2022-04-11rcu-tasks: Restore use of timers for non-RT kernelsPaul E. McKenney
2022-04-11rcu-tasks: Use schedule_hrtimeout_range() to wait for grace periodsSebastian Andrzej Siewior
2022-04-11rcu-tasks: Make Tasks RCU account for userspace executionPaul E. McKenney
2022-04-11rcu-tasks: Use rcuwait for the rcu_tasks_kthread()Sebastian Andrzej Siewior
2022-04-11rcu-tasks: Print pre-stall-warning informational messagesPaul E. McKenney
2022-04-11rcu-tasks: Fix race in schedule and flush workPadmanabha Srinivasaiah
2022-04-11rcu/nocb: Initialize nocb kthreads only for boot CPU prior SMP initializationFrederic Weisbecker
2022-04-11rcu: Initialize boost kthread only for boot node prior SMP initializationFrederic Weisbecker
2022-04-11rcu: Assume rcu_init() is called before smpFrederic Weisbecker
2022-04-11rcu/nocb: Move rcu_nocb_is_setup to rcu_stateFrederic Weisbecker
2022-04-11rcu: Remove rcu_is_nocb_cpu()Frederic Weisbecker
2022-04-11srcu: Add contention-triggered addition of srcu_node treePaul E. McKenney
2022-04-11srcu: Create concurrency-safe helper for initiating size transitionPaul E. McKenney
2022-04-11srcu: Explain srcu_funnel_gp_start() call to list_add() is safePaul E. McKenney
2022-04-11srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sdaPaul E. McKenney
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