aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2022-04-11rcu-tasks: Handle sparse cpu_possible_mask in rcu_tasks_invoke_cbs()Paul E. McKenney1-1/+1
2022-04-11rcu-tasks: Handle sparse cpu_possible_maskEric Dumazet1-2/+5
2022-04-11rcu-tasks: Make show_rcu_tasks_generic_gp_kthread() check all CPUsPaul E. McKenney1-2/+12
2022-04-11rcu-tasks: Restore use of timers for non-RT kernelsPaul E. McKenney1-3/+7
2022-04-11rcu-tasks: Use schedule_hrtimeout_range() to wait for grace periodsSebastian Andrzej Siewior1-1/+4
2022-04-11rcu-tasks: Make Tasks RCU account for userspace executionPaul E. McKenney1-0/+2
2022-04-11rcu-tasks: Use rcuwait for the rcu_tasks_kthread()Sebastian Andrzej Siewior1-6/+8
2022-04-11rcu-tasks: Print pre-stall-warning informational messagesPaul E. McKenney1-5/+35
2022-04-11rcu-tasks: Fix race in schedule and flush workPadmanabha Srinivasaiah1-0/+3
2022-04-11rcu/nocb: Initialize nocb kthreads only for boot CPU prior SMP initializationFrederic Weisbecker3-22/+5
2022-04-11rcu: Initialize boost kthread only for boot node prior SMP initializationFrederic Weisbecker3-18/+4
2022-04-11rcu: Assume rcu_init() is called before smpFrederic Weisbecker1-6/+5
2022-04-11rcu/nocb: Move rcu_nocb_is_setup to rcu_stateFrederic Weisbecker2-8/+6
2022-04-11rcu: Remove rcu_is_nocb_cpu()Frederic Weisbecker2-10/+0
2022-04-11srcu: Add contention-triggered addition of srcu_node treePaul E. McKenney1-24/+83
2022-04-11srcu: Create concurrency-safe helper for initiating size transitionPaul E. McKenney1-2/+21
2022-04-11srcu: Explain srcu_funnel_gp_start() call to list_add() is safePaul E. McKenney1-0/+6
2022-04-11srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sdaPaul E. McKenney1-3/+6
2022-04-11srcu: Avoid NULL dereference in srcu_torture_stats_print()Paul E. McKenney1-28/+34
2022-04-11srcu: Add boot-time control over srcu_node array allocationPaul E. McKenney1-16/+32
2022-04-11srcu: Ensure snp nodes tree is fully initialized before traversalNeeraj Upadhyay1-3/+19
2022-04-11srcu: Use invalid initial value for srcu_node GP sequence numbersPaul E. McKenney1-9/+27
2022-04-11srcu: Compute snp_seq earlier in srcu_funnel_gp_start()Paul E. McKenney1-5/+3
2022-04-11srcu: Make rcutorture dump the SRCU size statePaul E. McKenney1-2/+20
2022-04-11srcu: Add size-state transitioning codePaul E. McKenney1-0/+13
2022-04-11srcu: Dynamically allocate srcu_node arrayPaul E. McKenney1-15/+50
2022-04-11srcu: Make Tree SRCU able to operate without snp_node arrayPaul E. McKenney1-92/+111
2022-04-11srcu: Make srcu_funnel_gp_start() cache ->mynode in snp_leafPaul E. McKenney1-6/+7
2022-04-11srcu: Tighten cleanup_srcu_struct() GP checksPaul E. McKenney1-2/+4
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni1-0/+2
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4
2022-03-21Merge tag 'rcu.2022.03.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-185/+308
2022-03-07tick/rcu: Remove obsolete rcu_needs_cpu() parametersFrederic Weisbecker1-2/+1
2022-02-24Merge branches 'exp.2022.02.24a', 'fixes.2022.02.14a', 'rcu_barrier.2022.02.0...Paul E. McKenney9-183/+305
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar1-4/+8
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2-4/+4
2022-02-14rcu: Replace cpumask_weight with cpumask_empty where appropriateYury Norov2-3/+3
2022-02-14rcu: Uninline multi-use function: finish_rcuwait()Ingo Molnar1-0/+7
2022-02-14rcu: Mark writes to the rcu_segcblist structure's ->flags fieldPaul E. McKenney1-2/+2
2022-02-14kasan: Record work creation stack trace with interrupts enabledZqiang1-1/+1
2022-02-14rcu: Inline __call_rcu() into call_rcu()Paul E. McKenney1-49/+42
2022-02-14rcu: Add mutex for rcu boost kthread spawning and affinity settingDavid Woodhouse3-2/+12
2022-02-08rcu-tasks: Set ->percpu_enqueue_shift to zero upon contentionPaul E. McKenney1-1/+1
2022-02-08rcu-tasks: Use order_base_2() instead of ilog2()Paul E. McKenney1-3/+3
2022-02-08rcu: Create and use an rcu_rdp_cpu_online()Paul E. McKenney2-12/+15
2022-02-08rcu: Make rcu_barrier() no longer block CPU-hotplug operationsPaul E. McKenney2-15/+16
2022-02-08rcu: Rework rcu_barrier() and callback-migration logicPaul E. McKenney2-16/+63
2022-02-08rcu: Refactor rcu_barrier() empty-list handlingPaul E. McKenney1-17/+8
2022-02-08rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusionDavid Woodhouse2-38/+37
2022-02-01rcutorture: Enable limited callback-flooding tests of SRCUPaul E. McKenney1-0/+2