summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-03Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', '...Paul E. McKenney52-376/+1086
2022-05-03srcu: Drop needless initialization of sdp in srcu_gp_start()Lukas Bulwahn1-1/+1
2022-05-03srcu: Prevent expedited GPs and blocking readers from consuming CPUPaul E. McKenney2-6/+42
2022-05-03srcu: Add contention check to call_srcu() srcu_data ->lock acquisitionPaul E. McKenney1-9/+36
2022-05-03srcu: Automatically determine size-transition strategy at bootPaul E. McKenney2-3/+30
2022-04-20rcutorture: Make torture.sh allow for --kasanPaul E. McKenney1-2/+2
2022-04-20rcutorture: Make torture.sh refscale and rcuscale specify Tasks Trace RCUPaul E. McKenney1-2/+2
2022-04-20rcutorture: Make kvm.sh allow more memory for --kasan runsPaul E. McKenney1-0/+6
2022-04-20torture: Save "make allmodconfig" .config filePaul E. McKenney1-0/+1
2022-04-20scftorture: Remove extraneous "scf" from per_version_boot_paramsPaul E. McKenney1-2/+1
2022-04-20rcutorture: Adjust scenarios' Kconfig options for CONFIG_PREEMPT_DYNAMICPaul E. McKenney4-2/+6
2022-04-20torture: Enable CSD-lock stall reports for scftorturePaul E. McKenney1-1/+1
2022-04-20torture: Skip vmlinux check for kvm-again.sh runsPaul E. McKenney1-1/+1
2022-04-20scftorture: Adjust for TASKS_RCU Kconfig option being selectedPaul E. McKenney2-0/+3
2022-04-20rcuscale: Allow rcuscale without RCU Tasks Rude/TracePaul E. McKenney3-4/+13
2022-04-20rcuscale: Allow rcuscale without RCU TasksPaul E. McKenney4-4/+15
2022-04-20refscale: Allow refscale without RCU Tasks Rude/TracePaul E. McKenney3-3/+13
2022-04-20refscale: Allow refscale without RCU TasksPaul E. McKenney4-2/+15
2022-04-20rcutorture: Allow specifying per-scenario stat_intervalPaul E. McKenney2-2/+15
2022-04-20rcutorture: Add CONFIG_PREEMPT_DYNAMIC=n to TASKS02 scenarioPaul E. McKenney1-0/+1
2022-04-20rcutorture: Allow rcutorture without RCU Tasks RudePaul E. McKenney4-9/+28
2022-04-20rcutorture: Allow rcutorture without RCU TasksPaul E. McKenney6-7/+31
2022-04-20rcutorture: Allow rcutorture without RCU Tasks TracePaul E. McKenney5-53/+75
2022-04-20rcu: Make the TASKS_RCU Kconfig option be selectedPaul E. McKenney6-1/+9
2022-04-20rcu: Use IRQ_WORK_INIT_HARD() to avoid rcu_read_unlock() hangsZqiang1-1/+7
2022-04-20rcu_sync: Fix comment to properly reflect rcu_sync_exit() behaviorDavid Vernet1-1/+1
2022-04-20rcu: Check for successful spawn of ->boost_kthread_taskZqiang1-1/+2
2022-04-20rcu: Fix preemption mode check on synchronize_rcu[_expedited]()Frederic Weisbecker1-1/+3
2022-04-20rcu: Print number of online CPUs in RCU CPU stall-warning messagesPaul E. McKenney1-4/+4
2022-04-20rcu: Add comments to final rcu_gp_cleanup() "if" statementPaul E. McKenney1-5/+20
2022-04-20kernel/smp: Provide boot-time timeout for CSD lock diagnosticsPaul E. McKenney2-2/+16
2022-04-20docs: Update RCU cross-references as suggested in doc-guideAkira Yokosawa8-29/+25
2022-04-20docs: Add documentation for rude and trace RCU flavorsPaul E. McKenney1-0/+32
2022-04-11rcu: Check for jiffies going backwardsPaul E. McKenney2-0/+11
2022-04-11rcu: Fix rcu_preempt_deferred_qs_irqrestore() strict QS reportingPaul E. McKenney1-0/+1
2022-04-11rcu: Clarify fill-the-gap comment in rcu_segcblist_advance()Paul E. McKenney1-4/+4
2022-04-11torture: Make thread detection more robust by using lspcuPaul Menzel1-1/+1
2022-04-11torture: Permit running of experimental torture typesPaul E. McKenney2-3/+8
2022-04-11torture: Use "-o Batchmode=yes" to disable ssh password requestsPaul E. McKenney1-6/+6
2022-04-11torture: Reposition so that $? collects ssh code in torture.shPaul E. McKenney1-1/+1
2022-04-11rcu: Make TASKS_RUDE_RCU select IRQ_WORKPaul E. McKenney1-0/+1
2022-04-11rcutorture: Call preempt_schedule() through static call/keyFrederic Weisbecker1-1/+1
2022-04-11rcutorture: Add missing return and use __func__ in warningDavid Vernet1-1/+2
2022-04-11rcutorture: Avoid corner-case #DE with nsynctypes checkDavid Vernet1-0/+11
2022-04-11scftorture: Fix distribution of short handler delaysPaul E. McKenney1-2/+3
2022-04-11rcutorture: Suppress debugging grace period delays during floodingPaul E. McKenney3-3/+37
2022-04-11torture: Add rcu_normal and rcu_expedited runs to torture.shPaul E. McKenney1-0/+18
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