aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/rcutorture/bin (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-21clocksource: Scale the watchdog read retries automaticallyFeng Tang1-1/+1
2023-11-23rcutorture: add nolibc init support for mips, ppc and rv64Thomas Weißschuh1-1/+4
2023-09-24torture: Convert parse-console.sh to mktempPaul E. McKenney1-1/+1
2023-09-24torture: Add kvm.sh --debug-info argumentPaul E. McKenney1-3/+14
2023-09-24torture: Make torture.sh refscale testing qualify verbose_batchedPaul E. McKenney1-1/+1
2023-09-24rcutorture: Copy out ftrace into its own console fileJoel Fernandes (Google)2-0/+36
2023-09-24torture: Make kvm-recheck.sh use mktempPaul E. McKenney1-1/+1
2023-08-28Merge tag 'scftorture.2023.08.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-1/+3
2023-08-16Merge branches 'doc.2023.07.14b', 'fixes.2023.08.16a', 'rcu-tasks.2023.07.24a', 'rcuscale.2023.07.14b', 'refscale.2023.07.14b', 'torture.2023.08.14a' and 'torturescripts.2023.07.20a' into HEADPaul E. McKenney9-74/+207
2023-07-20torture: Cause mkinitrd.sh to indicate failure on compile errorsPaul E. McKenney1-0/+8
2023-07-20torture: Make init program dump command-line argumentsPaul E. McKenney1-1/+5
2023-07-20torture: Switch qemu from -nographic to -display nonePaul E. McKenney1-4/+4
2023-07-20torture: Add init-program support for loongarchPaul E. McKenney1-1/+1
2023-07-20torture: Avoid torture-test reboot loopsPaul E. McKenney1-4/+5
2023-07-20torture: Add srcu_lockdep.sh to torture.shPaul E. McKenney1-0/+24
2023-07-14torture: Loosen .config checks for KCSAN kernelsPaul E. McKenney1-0/+7
2023-07-14torture: Make torture.sh summarize config and build errorsPaul E. McKenney1-1/+13
2023-07-14torture: Place --bootargs parameters at end of -append listPaul E. McKenney2-2/+2
2023-07-14rcutorture: Remove obsolete parameter check from mkinitrd.shPaul E. McKenney1-1/+0
2023-07-14torture: Make kvm-remote print diagnostics on initial ssh failurePaul E. McKenney1-3/+9
2023-07-14torture: Add RCU Tasks individual-flavor build testsPaul E. McKenney1-0/+41
2023-07-14torture: Make kvm-recheck.sh report .config errorsPaul E. McKenney1-8/+29
2023-07-14torture: Allow #CHECK# in --kconfig argument to kvm.shPaul E. McKenney3-30/+34
2023-07-14torture: Add "--no-" as synonym for "--do-no-" in torture.shPaul E. McKenney1-22/+22
2023-07-14torture: Scale scftorture memory based on number of CPUsPaul E. McKenney1-1/+3
2023-07-14rcuscale: Print grace-period kthread CPU time, if recordedPaul E. McKenney1-1/+7
2023-07-06Merge tag 'docs-6.5-2' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-07-04Fix documentation of panic_on_warnOlaf Hering1-1/+1
2023-05-15torture: Remove duplicated argument -enable-kvm for ppc64Zhouyi Zhou1-1/+1
2023-04-05Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree', remote-tracking branches 'paul/srcu-cf.2023.04.04a', 'fbq/rcu/lockdep.2023.03.27a' and 'fbq/rcu/rcutorture.2023.03.20a' into rcu/stagingJoel Fernandes (Google)3-4/+82
2023-03-27rcutorture: Add srcu_lockdep.shPaul E. McKenney1-0/+78
2023-03-11torture: Enable clocksource watchdog with "tsc=watchdog"Paul E. McKenney1-3/+3
2023-03-11torture: Permit kvm-again.sh --duration to default to previous runPaul E. McKenney1-1/+1
2023-02-23Merge tag 'nolibc.2023.02.06a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds2-1/+7
2023-01-09rcutorture: build initrd for rcutorture with nolibcSven Schnelle1-1/+1
2023-01-09rcutorture: add support for s390Sven Schnelle1-0/+6
2023-01-03rcu: Permit string-valued Kconfig options in kvm.shPaul E. McKenney1-1/+1
2023-01-03torture: Permit double-quoted-string Kconfig optionsPaul E. McKenney1-3/+2
2023-01-03selftests: rcutorture: Use "grep -E" instead of "egrep"Tiezhu Yang5-12/+12
2023-01-03torture: make kvm-find-errors.sh check for compressed vmlinux filesPaul E. McKenney1-1/+1
2022-10-20torture: Make torture.sh create a properly formatted log filePaul E. McKenney1-9/+23
2022-10-20rcutorture: Avoid torture.sh compressing identical filesPaul E. McKenney1-1/+22
2022-10-18rcutorture: Avoid redundant builds for rcuscale and refscale in torture.shPaul E. McKenney1-4/+83
2022-10-18rcutorture: Add --datestamp parameter to kvm-again.shPaul E. McKenney1-3/+34
2022-10-18rcutorture: Make kvm-recheck.sh export TORTURE_SUITEPaul E. McKenney1-1/+1
2022-10-18rcutorture: Make kvm-test-1-run-qemu.sh check for alternative outputPaul E. McKenney1-1/+1
2022-10-18torture: Use mktemp instead of guessing at unique namesPaul E. McKenney15-35/+20
2022-10-18rcutorture: Add --bootargs parameter to kvm-again.shPaul E. McKenney2-12/+65
2022-06-21torture: Create kvm-check-branches.sh output in proper locationPaul E. McKenney1-8/+3
2022-06-21torture: Adjust to again produce debugging informationPaul E. McKenney1-3/+3