summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture
Commit message (Expand)AuthorAgeFilesLines
* 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
* srcu-cbmc: Use /usr/bin/awk instead of /bin/awkPriyalee Kushwaha2017-06-081-1/+1
* rcutorture: Reduce CPUs dedicated to testing Classic SRCUPaul E. McKenney2017-06-081-1/+1
* rcuperf: Add the ability to test tiny RCU flavorsPaul E. McKenney2017-06-081-0/+16
* rcuperf: Add a Kconfig-fragment file for Classic SRCUPaul E. McKenney2017-06-081-0/+16
* rcuperf: Remove conflicting Kconfig optionsPaul E. McKenney2017-06-082-2/+0
* rcutorture: Update test scenarios based on new Kconfig dependenciesPaul E. McKenney2017-06-086-5/+5
* rcutorture: Correctly handle CONFIG_RCU_TORTURE_TEST_* optionsPaul E. McKenney2017-06-081-1/+1
* rcutorture: Add a scenario for Classic SRCUPaul E. McKenney2017-06-083-0/+13
* rcutorture: Add a scenario for Tiny SRCUPaul E. McKenney2017-06-085-0/+23
* rcutorture: Fix bug in reporting Kconfig mis-settingsPaul E. McKenney2017-06-081-1/+1
* rcutorture: Add three-level tree test for Tree SRCUPaul E. McKenney2017-06-082-2/+4
* rcutorture: Add lockdep to one of the SRCU scenariosPaul E. McKenney2017-06-081-0/+2
* torture: Use correct path for Kconfig fragment for duplicatesPaul E. McKenney2017-04-191-1/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-203-0/+8
|\
| * locking/ww_mutex: Add ww_mutex to locktorture testChris Wilson2017-01-143-0/+8