aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/configs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-05rcutorture: Remove CONFIG_HOTPLUG_CPU=n from scenariosPaul E. McKenney7-21/+0
2019-08-01rcutorture: Test TREE03 with the threadirqs kernel boot parameterPaul E. McKenney1-0/+1
2019-05-28rcutorture: Tweak kvm optionsSebastian Andrzej Siewior1-0/+3
2019-05-28rcutorture: Add trivial RCU implementationPaul E. McKenney2-0/+17
2019-05-28rcutorture: Exempt TREE01 from forward-progress testingPaul E. McKenney1-0/+1
2019-03-26tools/.../rcutorture: Convert to SPDX license identifierPaul E. McKenney3-45/+6
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' and 'torture.2018.08.29a' into HEADPaul E. McKenney9-12/+5
2018-08-30rcutorture: Test early boot call_srcu()Paul E. McKenney3-0/+3
2018-08-30rcu: Stop testing RCU-bh and RCU-schedPaul E. McKenney6-10/+2
2018-08-29rcutorture: Remove TREE06 and TREE08 from the default test listPaul E. McKenney1-2/+0
2018-07-12rcutorture: Change units of onoff_interval to jiffiesPaul E. McKenney2-2/+2
2018-07-12rcu: Move grace-period pre-init delay after pre-initPaul E. McKenney1-1/+1
2018-06-25rcutorture: Remove obsolete TREE08-T.boot filePaul E. McKenney1-1/+0
2018-02-23Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.20a' into HEADPaul E. McKenney1-23/+1
2018-02-20torture: Provide more sensible nreader/nwriter defaults for rcuperfPaul E. McKenney1-23/+1
2018-02-15sched/isolation: Eliminate NO_HZ_FULL_ALLPaul E. McKenney5-5/+2
2017-12-11torture: Eliminate torture_runnable and perf_runnablePaul E. McKenney3-3/+0
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b', 'misc.2017.08.17a', 'spin_unlock_wait_no.2017.08.17a', 'srcu.2017.07.27c' and 'torture.2017.07.24c' into HEADPaul E. McKenney4-4/+4
2017-07-24rcutorture: Use nr_cpus rather than maxcpus to limit test sizePaul E. McKenney1-1/+1
2017-07-24rcutorture: Place event-traced strings into trace bufferPaul E. McKenney1-1/+1
2017-07-24rcutorture: Select CONFIG_PROVE_LOCKING for Tiny SRCU scenarioPaul E. McKenney1-1/+2
2017-07-24rcutorture: Remove obsolete SRCU-C.bootPaul E. McKenney1-1/+0
2017-06-08rcu: Remove RCU CPU stall warnings from Tiny RCUPaul E. McKenney1-1/+0
2017-06-08rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney5-3/+2
2017-06-08rcu: Remove debugfs tracingPaul E. McKenney2-42/+0
2017-06-08srcu: Remove Classic SRCUPaul E. McKenney3-28/+0
2017-06-08rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney1-1/+0
2017-06-08rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney1-1/+0
2017-06-08rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionPaul E. McKenney2-1/+1
2017-06-08rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney11-21/+12
2017-06-08rcutorture: Reduce CPUs dedicated to testing Classic SRCUPaul E. McKenney1-1/+1
2017-06-08rcuperf: Add the ability to test tiny RCU flavorsPaul E. McKenney1-0/+16
2017-06-08rcuperf: Add a Kconfig-fragment file for Classic SRCUPaul E. McKenney1-0/+16
2017-06-08rcuperf: Remove conflicting Kconfig optionsPaul E. McKenney2-2/+0
2017-06-08rcutorture: Update test scenarios based on new Kconfig dependenciesPaul E. McKenney6-5/+5
2017-06-08rcutorture: Add a scenario for Classic SRCUPaul E. McKenney3-0/+13
2017-06-08rcutorture: Add a scenario for Tiny SRCUPaul E. McKenney5-0/+23
2017-06-08rcutorture: Add three-level tree test for Tree SRCUPaul E. McKenney2-2/+4
2017-06-08rcutorture: Add lockdep to one of the SRCU scenariosPaul E. McKenney1-0/+2
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+8
2017-01-14torture: Enable DEBUG_OBJECTS_RCU_HEAD for Tiny RCUPaul E. McKenney1-1/+1
2017-01-14torture: Run a couple scenarios with CONFIG_RCU_EQS_DEBUGPaul E. McKenney2-0/+2
2017-01-14torture: Run one test with DEBUG_LOCK_ALLOC but not PROVE_LOCKINGPaul E. McKenney1-2/+1
2017-01-14torture: Run at least one test with CONFIG_DEBUG_OBJECTS_RCU_HEADPaul E. McKenney1-0/+1
2017-01-14torture: Add tests without slow grace period setup/cleanupPaul E. McKenney8-3/+21
2017-01-14torture: Add CONFIG_PROVE_RCU_REPEATEDLY=y for TINY02Paul E. McKenney1-0/+1
2017-01-14torture: Add a check for CONFIG_RCU_STALL_COMMON for TINY01Paul E. McKenney1-0/+1
2017-01-14locking/ww_mutex: Add ww_mutex to locktorture testChris Wilson3-0/+8
2016-04-21rcutorture: Add boot-time adjustment of leaf fanoutPaul E. McKenney2-2/+2
2016-03-31rcutorture: Add largish-system rcuperf scenarioPaul E. McKenney1-0/+23