summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney2018-12-015-89/+2355
|\ \
| | * rcutorture: Make use of nolibc when availableWilly Tarreau2018-11-091-1/+17
| | * rcutorture: Import a copy of nolibcWilly Tarreau2018-11-091-0/+2197
| | * rcutorture: Check initrd/init instead of initrd onlyWilly Tarreau2018-11-091-4/+4
| | * rcutorture: Always strip using the cross-compilerWilly Tarreau2018-11-091-2/+1Star
| | * rcutorture: Add cross-compile capability to initrd.shPaul E. McKenney2018-11-091-1/+1
| | * rcutorture: Make initrd/init execute in userspacePaul E. McKenney2018-11-091-4/+39
| | * rcutorture: Add initrd support for systems lacking dracutPaul E. McKenney2018-11-092-94/+45Star
| | * rcutorture: Automatically create initrd directoryConnor Shu2018-11-092-0/+68
| |/ |/|
| * rcutorture/formal: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-12-011-2/+2
|/
*---. Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney2018-08-3110-13/+5Star
|\ \ \
| | | * rcutorture: Remove TREE06 and TREE08 from the default test listPaul E. McKenney2018-08-291-2/+0Star
| | | * torture: Stop overwriting Make.out file with obsolete versionPaul E. McKenney2018-08-291-1/+0Star
| |_|/ |/| |
| | * rcutorture: Test early boot call_srcu()Paul E. McKenney2018-08-313-0/+3
| |/ |/|
| * rcu: Stop testing RCU-bh and RCU-schedPaul E. McKenney2018-08-316-10/+2Star
|/
* rcutorture: Change units of onoff_interval to jiffiesPaul E. McKenney2018-07-132-2/+2
* rcu: Move grace-period pre-init delay after pre-initPaul E. McKenney2018-07-131-1/+1
* rcutorture: Make kvm-find-errors.sh find close callsPaul E. McKenney2018-06-253-0/+9
* rcutorture: Remove obsolete TREE08-T.boot filePaul E. McKenney2018-06-251-1/+0Star
* torture: Use a single build directory for torture scenariosPaul E. McKenney2018-06-254-22/+22
* 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/+102Star
* 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-245-37/+41
|\ \
| | * torture: Provide more sensible nreader/nwriter defaults for rcuperfPaul E. McKenney2018-02-211-23/+1Star
| | * torture: Grace periods do not piggyback off of themselvesPaul E. McKenney2018-02-211-1/+2
| | * torture: Adjust rcuperf trace processing to allow for workqueuesPaul E. McKenney2018-02-211-4/+4
| | * torture: Default jitter off when running rcuperfPaul E. McKenney2018-02-211-0/+6
| | * torture: Specify qemu memory size with --memory argumentPaul E. McKenney2018-02-212-2/+10
| | * rcutorture: Add basic ARM64 support to run scriptsLihao Liang2018-02-211-2/+15
| | * rcutorture: Update kvm.sh header commentPaul E. McKenney2018-02-211-5/+3Star
| |/
* | doc: Fix typo in rcutorture documentationLihao Liang2018-02-211-1/+1
* | sched/isolation: Eliminate NO_HZ_FULL_ALLPaul E. McKenney2018-02-165-5/+2Star
|/
* torture: Eliminate torture_runnable and perf_runnablePaul E. McKenney2017-12-113-3/+0Star
* rcutorture/kvm-build.sh: Skip build directory checkSeongJae Park2017-12-111-5/+0Star
* rcutorture: Simplify functions.sh include pathSeongJae Park2017-12-115-5/+5
* rcutorture: Simplify loggingSeongJae Park2017-12-112-24/+12Star
* 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/+0Star
* rcutorture: Remove unused script, config2frag.shSeongJae Park2017-12-111-25/+0Star
* rcutorture/configinit: Fix build directory error messageSeongJae Park2017-12-111-1/+1
* torture: Prepare scripting for shift from %p to %pKPaul E. McKenney2017-11-291-1/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-3/+2Star
|\
| * 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/+2Star
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-138-9/+9
|\ \ \ | |_|/ |/| |