summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nolibc.2023.02.06a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-232-1/+7
|\
| * rcutorture: build initrd for rcutorture with nolibcSven Schnelle2023-01-091-1/+1
| * rcutorture: add support for s390Sven Schnelle2023-01-091-0/+6
* | rcu: Permit string-valued Kconfig options in kvm.shPaul E. McKenney2023-01-031-1/+1
* | torture: Permit double-quoted-string Kconfig optionsPaul E. McKenney2023-01-031-3/+2
* | selftests: rcutorture: Use "grep -E" instead of "egrep"Tiezhu Yang2023-01-035-12/+12
* | torture: make kvm-find-errors.sh check for compressed vmlinux filesPaul E. McKenney2023-01-031-1/+1
|/
* torture: Make torture.sh create a properly formatted log filePaul E. McKenney2022-10-201-9/+23
* rcutorture: Avoid torture.sh compressing identical filesPaul E. McKenney2022-10-201-1/+22
* rcutorture: Avoid redundant builds for rcuscale and refscale in torture.shPaul E. McKenney2022-10-181-4/+83
* rcutorture: Add --datestamp parameter to kvm-again.shPaul E. McKenney2022-10-181-3/+34
* rcutorture: Make kvm-recheck.sh export TORTURE_SUITEPaul E. McKenney2022-10-181-1/+1
* rcutorture: Make kvm-test-1-run-qemu.sh check for alternative outputPaul E. McKenney2022-10-181-1/+1
* torture: Use mktemp instead of guessing at unique namesPaul E. McKenney2022-10-1815-35/+20
* rcutorture: Add --bootargs parameter to kvm-again.shPaul E. McKenney2022-10-182-12/+65
* torture: Create kvm-check-branches.sh output in proper locationPaul E. McKenney2022-06-211-8/+3
* torture: Adjust to again produce debugging informationPaul E. McKenney2022-06-211-3/+3
* torture: Make kvm-remote.sh announce which system is being waited onPaul E. McKenney2022-06-201-0/+1
*---. Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', '...Paul E. McKenney2022-05-0326-26/+101
|\ \ \
| | | * rcutorture: Make torture.sh allow for --kasanPaul E. McKenney2022-04-201-2/+2
| | | * rcutorture: Make torture.sh refscale and rcuscale specify Tasks Trace RCUPaul E. McKenney2022-04-201-2/+2
| | | * rcutorture: Make kvm.sh allow more memory for --kasan runsPaul E. McKenney2022-04-201-0/+6
| | | * torture: Save "make allmodconfig" .config filePaul E. McKenney2022-04-201-0/+1
| | | * scftorture: Remove extraneous "scf" from per_version_boot_paramsPaul E. McKenney2022-04-201-2/+1
| | | * rcutorture: Adjust scenarios' Kconfig options for CONFIG_PREEMPT_DYNAMICPaul E. McKenney2022-04-204-2/+6
| | | * torture: Enable CSD-lock stall reports for scftorturePaul E. McKenney2022-04-201-1/+1
| | | * torture: Skip vmlinux check for kvm-again.sh runsPaul E. McKenney2022-04-201-1/+1
| | | * torture: Make thread detection more robust by using lspcuPaul Menzel2022-04-111-1/+1
| | | * torture: Permit running of experimental torture typesPaul E. McKenney2022-04-112-3/+8
| | | * torture: Use "-o Batchmode=yes" to disable ssh password requestsPaul E. McKenney2022-04-111-6/+6
| | | * torture: Reposition so that $? collects ssh code in torture.shPaul E. McKenney2022-04-111-1/+1
| |_|/ |/| |
| | * scftorture: Adjust for TASKS_RCU Kconfig option being selectedPaul E. McKenney2022-04-202-0/+3
| | * rcuscale: Allow rcuscale without RCU Tasks Rude/TracePaul E. McKenney2022-04-201-1/+2
| | * rcuscale: Allow rcuscale without RCU TasksPaul E. McKenney2022-04-202-2/+4
| | * refscale: Allow refscale without RCU Tasks Rude/TracePaul E. McKenney2022-04-201-0/+2
| | * refscale: Allow refscale without RCU TasksPaul E. McKenney2022-04-202-0/+4
| | * rcutorture: Allow specifying per-scenario stat_intervalPaul E. McKenney2022-04-202-2/+15
| | * rcutorture: Add CONFIG_PREEMPT_DYNAMIC=n to TASKS02 scenarioPaul E. McKenney2022-04-201-0/+1
| | * rcutorture: Allow rcutorture without RCU Tasks RudePaul E. McKenney2022-04-201-0/+2
| | * rcutorture: Allow rcutorture without RCU TasksPaul E. McKenney2022-04-203-0/+6
| | * rcutorture: Allow rcutorture without RCU Tasks TracePaul E. McKenney2022-04-202-0/+4
| | * rcu: Make the TASKS_RCU Kconfig option be selectedPaul E. McKenney2022-04-202-0/+4
| |/ |/|
| * torture: Add rcu_normal and rcu_expedited runs to torture.shPaul E. McKenney2022-04-111-0/+18
|/
* rcutorture: Provide non-power-of-two Tasks RCU scenariosPaul E. McKenney2022-02-082-2/+2
* rcutorture: Test SRCU size transitionsPaul E. McKenney2022-02-082-0/+3
* torture: Make torture.sh help message match realityPaul E. McKenney2022-02-081-2/+2
* torture: Change KVM environment variable to RCUTORTUREPaul E. McKenney2022-02-016-19/+19
* torture: Make kvm-find-errors.sh notice missing vmlinux filePaul E. McKenney2022-02-011-0/+6
* torture: Print only one summary line per runPaul E. McKenney2022-02-011-1/+1
* torture: Make kvm-remote.sh try multiple times to download tarballPaul E. McKenney2022-02-011-6/+11