summaryrefslogtreecommitdiffstats
path: root/kernel/torture.c
Commit message (Expand)AuthorAgeFilesLines
* torture: Print out torture module parametersPaul E. McKenney2023-09-241-0/+8
* rcutorture: Fix stuttering races and other issuesJoel Fernandes (Google)2023-09-241-33/+12
* torture: Make torture_hrtimeout_ns() take an hrtimer mode parameterPaul E. McKenney2023-09-241-6/+7
* torture: Share torture_random_state with torture_shuffle_tasks()Paul E. McKenney2023-09-241-5/+4
* torture: Stop right-shifting torture_random() return valuesPaul E. McKenney2023-08-141-2/+2
* torture: Move stutter_wait() timeouts to hrtimersPaul E. McKenney2023-08-141-2/+2
* torture: Move torture_shuffle() timeouts to hrtimersPaul E. McKenney2023-08-141-1/+3
* torture: Move torture_onoff() timeouts to hrtimersPaul E. McKenney2023-08-141-3/+3
* torture: Make torture_hrtimeout_*() use TASK_IDLEPaul E. McKenney2023-08-141-1/+1
* torture: Add lock_torture writer_fifo module parameterDietmar Eggemann2023-08-141-1/+2
* torture: Add a kthread-creation callback to _torture_create_kthread()Paul E. McKenney2023-08-141-1/+5
* torture: Support randomized shuffling for proxy exec testingConnor O'Brien2023-07-141-2/+8
* torture: Fix hang during kthread shutdown phaseJoel Fernandes (Google)2023-01-051-1/+1
* torture: Seed torture_random_state on CPUPaul E. McKenney2023-01-031-1/+1
* torture: Wake up kthreads after storing task_struct pointerPaul E. McKenney2022-02-011-1/+3
* torture: Distinguish kthread stopping and being asked to stopPaul E. McKenney2022-02-011-1/+1
* locktorture,rcutorture,torture: Always log error messageLi Zhijian2021-12-071-2/+2
* torture: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-3/+3
* torture: Replace torture_init_begin string with %sStephen Zhang2021-03-081-3/+3
* torture: Maintain torture-specific set of CPUs-online booksPaul E. McKenney2021-01-061-0/+16
* torture: Clean up after torture-test CPU hotpluggingPaul E. McKenney2021-01-061-14/+22
* torture: Throttle VERBOSE_TOROUT_*() outputPaul E. McKenney2021-01-061-0/+20
* torture: Make stutter use torture_hrtimeout_*() functionsPaul E. McKenney2021-01-061-15/+5
* torture: Add fuzzed hrtimer-based sleep functionsPaul E. McKenney2021-01-061-0/+75
* rcutorture: Make stutter_wait() caller restore priorityPaul E. McKenney2020-11-061-5/+4
* torture: Make torture_stutter() use hrtimerPaul E. McKenney2020-11-061-5/+12
* torture: Periodically pause in stutter_wait()Paul E. McKenney2020-11-061-2/+14
* torture: Dump ftrace at shutdown only if requestedPaul E. McKenney2020-06-291-1/+5
* Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-301-4/+5
|\
| * torture: Replace cpu_up/down() with add/remove_cpu()Qais Yousef2020-03-251-4/+5
* | torture: Allow disabling of boottime CPU-hotplug torture operationsPaul E. McKenney2020-02-201-0/+7
* | torture: Forgive -EBUSY from boottime CPU-hotplug operationsPaul E. McKenney2020-02-201-4/+18
|/
* torture: Remove exporting of internal functionsDenis Efremov2019-08-011-2/+0
* torture: Allow inter-stutter interval to be specifiedPaul E. McKenney2019-05-281-2/+4
* rcutorture: Fix stutter_wait() return value and freelist checksPaul E. McKenney2019-05-281-4/+13
* torture: Don't try to offline the last CPUPaul E. McKenney2019-03-261-0/+2
*-. Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney2019-02-091-17/+8
|\ \
| | * rcutorture: Add grace period after CPU offlinePaul E. McKenney2019-01-251-1/+5
| |/ |/|
| * torture: Convert to SPDX license identifierPaul E. McKenney2019-02-091-16/+3
|/
* torture: Remove unnecessary "ret" variablesPierce Griffiths2018-12-011-14/+8
* torture: Bring any extra CPUs online during kernel startupPaul E. McKenney2018-12-011-0/+12
* rcutorture: Check GP completion at stutter endPaul E. McKenney2018-08-291-1/+2
* torture: Keep old-school dmesg formatPaul E. McKenney2018-06-251-0/+3
* torture: Make online/offline messages appear only for verbose=2Paul E. McKenney2018-06-251-6/+6
* rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney2018-05-151-1/+1
* torture: Save a line in stutter_wait(): while -> forPaul E. McKenney2017-12-111-2/+1
* torture: Eliminate torture_runnable and perf_runnablePaul E. McKenney2017-12-111-4/+2
* torture: Make stutter less vulnerable to compilers and racesPaul E. McKenney2017-12-111-16/+17
* torture: Suppress CPU stall warnings during shutdown ftrace dumpPaul E. McKenney2017-11-281-1/+2
* torture: Fix typo suppressing CPU-hotplug statisticsPaul E. McKenney2017-07-251-1/+1