summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture
Commit message (Expand)AuthorAgeFilesLines
* torture: Make kvm-find-errors.sh find build warningsPaul E. McKenney2018-05-151-2/+3
* rcutorture: Abbreviate kvm.sh summary linesPaul E. McKenney2018-05-151-2/+2
* rcutorture: Print end-of-test state in kvm.sh summaryPaul E. McKenney2018-05-151-2/+6
* torture: Fold parse-torture.sh into parse-console.shPaul E. McKenney2018-05-154-123/+102
* torture: Add a script to edit output from failed runsPaul E. McKenney2018-05-151-0/+55
*-. Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.2...Paul E. McKenney2018-02-235-37/+41
|\ \
| | * torture: Provide more sensible nreader/nwriter defaults for rcuperfPaul E. McKenney2018-02-201-23/+1
| | * torture: Grace periods do not piggyback off of themselvesPaul E. McKenney2018-02-201-1/+2
| | * torture: Adjust rcuperf trace processing to allow for workqueuesPaul E. McKenney2018-02-201-4/+4
| | * torture: Default jitter off when running rcuperfPaul E. McKenney2018-02-201-0/+6
| | * torture: Specify qemu memory size with --memory argumentPaul E. McKenney2018-02-202-2/+10
| | * rcutorture: Add basic ARM64 support to run scriptsLihao Liang2018-02-201-2/+15
| | * rcutorture: Update kvm.sh header commentPaul E. McKenney2018-02-201-5/+3
| |/
* | doc: Fix typo in rcutorture documentationLihao Liang2018-02-201-1/+1
* | sched/isolation: Eliminate NO_HZ_FULL_ALLPaul E. McKenney2018-02-155-5/+2
|/
* torture: Eliminate torture_runnable and perf_runnablePaul E. McKenney2017-12-113-3/+0
* rcutorture/kvm-build.sh: Skip build directory checkSeongJae Park2017-12-111-5/+0
* rcutorture: Simplify functions.sh include pathSeongJae Park2017-12-115-5/+5
* rcutorture: Simplify loggingSeongJae Park2017-12-112-24/+12
* rcutorture/kvm-recheck-*: Improve result directory readability checkSeongJae Park2017-12-113-3/+3
* rcutorture/kvm.sh: Support execution from any directorySeongJae Park2017-12-111-2/+3
* rcutorture/kvm.sh: Use consistent help text for --qemu-argsSeongJae Park2017-12-111-2/+2
* rcutorture/kvm.sh: Remove unused variable, `alldone`SeongJae Park2017-12-111-1/+0
* rcutorture: Remove unused script, config2frag.shSeongJae Park2017-12-111-25/+0
* rcutorture/configinit: Fix build directory error messageSeongJae Park2017-12-111-1/+1
* torture: Prepare scripting for shift from %p to %pKPaul E. McKenney2017-11-281-1/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-3/+2
|\
| * Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0720-0/+20
| |\
| * | locking/atomics, rcutorture/formal: Prepare for ACCESS_ONCE() removalMark Rutland2017-10-251-3/+2
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-138-9/+9
|\ \ \ | |_|/ |/| |
| * | torture: Provide TMPDIR environment variable to specify tmpdirPaul E. McKenney2017-10-098-9/+9
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0220-0/+20
|/
*---. Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney2017-08-1710-51/+150
|\ \ \
| | | * rcutorture: Use nr_cpus rather than maxcpus to limit test sizePaul E. McKenney2017-07-243-2/+28
| | | * rcutorture: Place event-traced strings into trace bufferPaul E. McKenney2017-07-241-1/+1
| | | * rcutorture: Don't wait for kernel when all builds failPaul E. McKenney2017-07-242-7/+22
| | | * torture: Add --kconfig argument to kvm.shPaul E. McKenney2017-07-244-38/+96
| | | * rcutorture: Select CONFIG_PROVE_LOCKING for Tiny SRCU scenarioPaul E. McKenney2017-07-241-1/+2
| |_|/ |/| |
| | * rcutorture: Remove obsolete SRCU-C.bootPaul E. McKenney2017-07-241-1/+0
| |/ |/|
| * rcu: Drive TASKS_RCU directly off of PREEMPTPaul E. McKenney2017-08-171-1/+1
|/
* rcu: Remove RCU CPU stall warnings from Tiny RCUPaul E. McKenney2017-06-081-1/+0
* rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney2017-06-086-8/+5
* rcu: Remove debugfs tracingPaul E. McKenney2017-06-083-46/+0
* srcu: Remove Classic SRCUPaul E. McKenney2017-06-083-28/+0
* rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney2017-06-081-4/+0
* rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney2017-06-082-2/+0
* rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney2017-06-083-8/+1
* rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionPaul E. McKenney2017-06-083-2/+1
* rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney2017-06-0812-30/+12
* rcutorture: Add "git diff" output to testid.txt filePaul E. McKenney2017-06-081-4/+1
OpenPOWER on IntegriCloud