aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/torture.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-26torture: Don't try to offline the last CPUPaul E. McKenney1-0/+2
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'spdx.2019.02.09a', 'srcu.2019.01.26a' and 'torture.2019.01.26a' into HEADPaul E. McKenney1-17/+8
2019-02-09torture: Convert to SPDX license identifierPaul E. McKenney1-16/+3
2019-01-25rcutorture: Add grace period after CPU offlinePaul E. McKenney1-1/+5
2018-12-01torture: Remove unnecessary "ret" variablesPierce Griffiths1-14/+8
2018-12-01torture: Bring any extra CPUs online during kernel startupPaul E. McKenney1-0/+12
2018-08-29rcutorture: Check GP completion at stutter endPaul E. McKenney1-1/+2
2018-06-25torture: Keep old-school dmesg formatPaul E. McKenney1-0/+3
2018-06-25torture: Make online/offline messages appear only for verbose=2Paul E. McKenney1-6/+6
2018-05-15rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney1-1/+1
2017-12-11torture: Save a line in stutter_wait(): while -> forPaul E. McKenney1-2/+1
2017-12-11torture: Eliminate torture_runnable and perf_runnablePaul E. McKenney1-4/+2
2017-12-11torture: Make stutter less vulnerable to compilers and racesPaul E. McKenney1-16/+17
2017-11-28torture: Suppress CPU stall warnings during shutdown ftrace dumpPaul E. McKenney1-1/+2
2017-07-25torture: Fix typo suppressing CPU-hotplug statisticsPaul E. McKenney1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-02-27scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-08-22torture: Convert torture_shutdown() to hrtimerPaul E. McKenney1-14/+13
2016-06-14torture: Stop onoff task if there is only one cpuBoqun Feng1-0/+8
2016-06-14torture: Break online and offline functions out of torture_onoff()Paul E. McKenney1-64/+104
2016-04-21rcutorture: Dump trace buffer upon shutdownPaul E. McKenney1-0/+1
2016-03-31torture: Clarify refusal to run more than one torture testPaul E. McKenney1-1/+2
2015-10-06torture: Consolidate cond_resched_rcu_qs() into stutter_wait()Paul E. McKenney1-0/+1
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney1-13/+13
2014-09-16torture: Address race in module cleanupDavidlohr Bueso1-3/+13
2014-09-07rcu: Use pr_alert/pr_cont for printing logsJoe Perches1-9/+7
2014-07-07torture: Avoid format string leak to thead nameKees Cook1-1/+1
2014-05-14torture: Remove __init from torture_init_begin/endPranith Kumar1-2/+2
2014-05-14torture: Check for multiple concurrent torture testsPaul E. McKenney1-2/+11
2014-05-14torture: Notice if an all-zero cpumask is passed inside a critical sectionIulia Manda1-6/+1
2014-05-14torture: Increase stutter-end intensityPaul E. McKenney1-2/+10
2014-05-14torture: Include "Stopping" string to torture_kthread_stopping()Paul E. McKenney1-2/+4
2014-02-23rcutorture: Gracefully handle NULL cleanup hooksPaul E. McKenney1-1/+4
2014-02-23rcutorture: Stop generic kthreads in torture_cleanup()Paul E. McKenney1-18/+19
2014-02-23rcutorture: Abstract torture_stop_kthread()Paul E. McKenney1-0/+13
2014-02-23rcutorture: Abstract torture_create_kthread()Paul E. McKenney1-47/+33
2014-02-23rcutorture: Fix rcutorture shutdown racesPaul E. McKenney1-4/+22
2014-02-23rcutorture: Announce task creationPaul E. McKenney1-0/+4
2014-02-23rcutorture: Abstract torture_shutdown()Paul E. McKenney1-0/+84
2014-02-23rcutorture: Apply ACCESS_ONCE() to racy fullstop accessesPaul E. McKenney1-5/+5
2014-02-23rcutorture: Abstract stutter_wait()Paul E. McKenney1-1/+86
2014-02-23rcutorture: Add diagnostic for unscheduled system shutdownPaul E. McKenney1-2/+4
2014-02-23rcutorture: Privatize fullstopPaul E. McKenney1-2/+25
2014-02-23rcutorture: Abstract torture_shutdown_notify()Paul E. McKenney1-5/+24
2014-02-23rcutorture: Abstract torture-test cleanupPaul E. McKenney1-2/+28
2014-02-23rcutorture: Abstract torture-test initializationPaul E. McKenney1-0/+27
2014-02-23rcutorture: Abstract torture_onoff()Paul E. McKenney1-0/+186
2014-02-23rcutorture: Abstract torture_shuffle()Paul E. McKenney1-0/+151
2014-02-23rcutorture: Abstract torture_shutdown_absorb()Paul E. McKenney1-0/+20
2014-02-23rcutorture: Abstract rcu_torture_random()Paul E. McKenney1-0/+71