summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorLines
2022-02-01rcu: Add per-CPU rcuc task dumps to RCU CPU stall warningsZqiang-0/+42
2022-02-01rcu: Don't deboost before reporting expedited quiescent statePaul E. McKenney-4/+4
2022-02-01rcu: Elevate priority of offloaded callback threadsAlison Chaiken-1/+4
2022-02-01rcu: Make priority of grace-period thread consistentAlison Chaiken-0/+4
2022-02-01rcu: Move kthread_prio bounds-check to a separate functionAlison Chaiken-16/+23
2022-02-01rcu: Create per-cpu rcuc kthreads only when rcutree.use_softirq=0Zqiang-1/+1
2022-02-01rcu: Remove unused rcu_state.boostNeeraj Upadhyay-5/+2
2022-02-01rcu/nocb: Handle concurrent nocb kthreads creationNeeraj Upadhyay-1/+8
2022-02-01rcu: Mark accesses to boost_starttimePaul E. McKenney-3/+4
2022-02-01rcu: Mark ->expmask access in synchronize_rcu_expedited_wait()Paul E. McKenney-1/+2
2022-02-01rcu/exp: Fix check for idle context in rcu_exp_handlerNeeraj Upadhyay-1/+1
2022-01-26rcu-tasks: Fix computation of CPU-to-list shift countsPaul E. McKenney-4/+8
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+2
2022-01-15rcutorture: make use of the helper function kthread_run_on_cpu()Cai Huoqing-5/+2
2021-12-09Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', ...Paul E. McKenney-568/+863
2021-12-09rcu/nocb: Merge rcu_spawn_cpu_nocb_kthread() and rcu_spawn_one_nocb_kthread()Frederic Weisbecker-11/+4
2021-12-09rcu/nocb: Allow empty "rcu_nocbs" kernel parameterFrederic Weisbecker-4/+6
2021-12-09rcu/nocb: Create kthreads on all CPUs if "rcu_nocbs=" or "nohz_full=" are passedFrederic Weisbecker-8/+6
2021-12-09rcu/nocb: Optimize kthreads and rdp initializationFrederic Weisbecker-7/+17
2021-12-09rcu/nocb: Prepare nocb_cb_wait() to start with a non-offloaded rdpFrederic Weisbecker-11/+12
2021-12-09rcu/nocb: Remove rcu_node structure from nocb list when de-offloadedFrederic Weisbecker-9/+43
2021-12-09rcu-tasks: Use fewer callbacks queues if callback flood endsPaul E. McKenney-2/+46
2021-12-09rcu-tasks: Use separate ->percpu_dequeue_lim for callback dequeueingPaul E. McKenney-5/+10
2021-12-09rcu-tasks: Use more callback queues if contention encounteredPaul E. McKenney-4/+23
2021-12-09rcu-tasks: Avoid raw-spinlocked wakeups from call_rcu_tasks_generic()Paul E. McKenney-1/+16
2021-12-09rcu-tasks: Count trylocks to estimate call_rcu_tasks() contentionPaul E. McKenney-1/+14
2021-12-09rcu-tasks: Add rcupdate.rcu_task_enqueue_lim to set initial queueingPaul E. McKenney-6/+18
2021-12-09rcu-tasks: Make rcu_barrier_tasks*() handle multiple callback queuesPaul E. McKenney-6/+64
2021-12-09rcu-tasks: Use workqueues for multiple rcu_tasks_invoke_cbs() invocationsPaul E. McKenney-23/+52
2021-12-09rcu-tasks: Abstract invocations of callbacksPaul E. McKenney-22/+34
2021-12-09rcu-tasks: Abstract checking of callback listsPaul E. McKenney-23/+38
2021-12-09rcu-tasks: Add a ->percpu_enqueue_lim to the rcu_tasks structurePaul E. McKenney-0/+4
2021-12-09rcu-tasks: Inspect stalled task's trc state in locked stateNeeraj Upadhyay-9/+34
2021-12-09rcu-tasks: Use spin_lock_rcu_node() and friendsPaul E. McKenney-22/+20
2021-12-07rcutorture: Combine n_max_cbs from all kthreads in a callback floodPaul E. McKenney-0/+9
2021-12-07rcutorture: Add ability to limit callback-flood intensityPaul E. McKenney-5/+14
2021-12-07rcutorture: Enable multiple concurrent callback-flood kthreadsPaul E. McKenney-28/+86
2021-12-07rcutorture: Avoid soft lockup during cpu stallWander Lairson Costa-0/+5
2021-12-07locktorture,rcutorture,torture: Always log error messageLi Zhijian-4/+4
2021-12-07rcuscale: Always log error messageLi Zhijian-7/+7
2021-12-07refscale: Add missing '\n' to flush messageLi Zhijian-4/+7
2021-12-07refscale: Always log the error messageLi Zhijian-4/+3
2021-12-07rcu_tasks: Convert bespoke callback list to rcu_segcblist structurePaul E. McKenney-24/+30
2021-12-07rcu-tasks: Convert grace-period counter to grace-period sequence numberPaul E. McKenney-4/+5
2021-12-07rcu-tasks: Introduce ->percpu_enqueue_shift for dynamic queue selectionPaul E. McKenney-1/+6
2021-12-07rcu-tasks: Create per-CPU callback listsPaul E. McKenney-28/+78
2021-12-07rcu/nocb: Don't invoke local rcu core on callback overload from nocb kthreadFrederic Weisbecker-5/+5
2021-12-07rcu: Apply callbacks processing time limit only on softirqFrederic Weisbecker-13/+12
2021-12-07rcu: Fix callbacks processing time limit retaining cond_resched()Frederic Weisbecker-10/+15
2021-12-07rcu/nocb: Limit number of softirq callbacks only on softirqFrederic Weisbecker-3/+2