index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
torture.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-01
torture: Remove exporting of internal functions
Denis Efremov
1
-2
/
+0
2019-05-28
torture: Allow inter-stutter interval to be specified
Paul E. McKenney
1
-2
/
+4
2019-05-28
rcutorture: Fix stutter_wait() return value and freelist checks
Paul E. McKenney
1
-4
/
+13
2019-03-26
torture: Don't try to offline the last CPU
Paul E. McKenney
1
-0
/
+2
2019-02-09
Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...
Paul E. McKenney
1
-17
/
+8
2019-02-09
torture: Convert to SPDX license identifier
Paul E. McKenney
1
-16
/
+3
2019-01-25
rcutorture: Add grace period after CPU offline
Paul E. McKenney
1
-1
/
+5
2018-12-01
torture: Remove unnecessary "ret" variables
Pierce Griffiths
1
-14
/
+8
2018-12-01
torture: Bring any extra CPUs online during kernel startup
Paul E. McKenney
1
-0
/
+12
2018-08-29
rcutorture: Check GP completion at stutter end
Paul E. McKenney
1
-1
/
+2
2018-06-25
torture: Keep old-school dmesg format
Paul E. McKenney
1
-0
/
+3
2018-06-25
torture: Make online/offline messages appear only for verbose=2
Paul E. McKenney
1
-6
/
+6
2018-05-15
rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()
Paul E. McKenney
1
-1
/
+1
2017-12-11
torture: Save a line in stutter_wait(): while -> for
Paul E. McKenney
1
-2
/
+1
2017-12-11
torture: Eliminate torture_runnable and perf_runnable
Paul E. McKenney
1
-4
/
+2
2017-12-11
torture: Make stutter less vulnerable to compilers and races
Paul E. McKenney
1
-16
/
+17
2017-11-28
torture: Suppress CPU stall warnings during shutdown ftrace dump
Paul E. McKenney
1
-1
/
+2
2017-07-25
torture: Fix typo suppressing CPU-hotplug statistics
Paul E. McKenney
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-27
scripts/spelling.txt: add "varible" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2016-08-22
torture: Convert torture_shutdown() to hrtimer
Paul E. McKenney
1
-14
/
+13
2016-06-14
torture: Stop onoff task if there is only one cpu
Boqun Feng
1
-0
/
+8
2016-06-14
torture: Break online and offline functions out of torture_onoff()
Paul E. McKenney
1
-64
/
+104
2016-04-21
rcutorture: Dump trace buffer upon shutdown
Paul E. McKenney
1
-0
/
+1
2016-03-31
torture: Clarify refusal to run more than one torture test
Paul E. McKenney
1
-1
/
+2
2015-10-06
torture: Consolidate cond_resched_rcu_qs() into stutter_wait()
Paul E. McKenney
1
-0
/
+1
2015-05-27
rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()
Paul E. McKenney
1
-13
/
+13
2014-09-16
torture: Address race in module cleanup
Davidlohr Bueso
1
-3
/
+13
2014-09-07
rcu: Use pr_alert/pr_cont for printing logs
Joe Perches
1
-9
/
+7
2014-07-07
torture: Avoid format string leak to thead name
Kees Cook
1
-1
/
+1
2014-05-14
torture: Remove __init from torture_init_begin/end
Pranith Kumar
1
-2
/
+2
2014-05-14
torture: Check for multiple concurrent torture tests
Paul E. McKenney
1
-2
/
+11
2014-05-14
torture: Notice if an all-zero cpumask is passed inside a critical section
Iulia Manda
1
-6
/
+1
2014-05-14
torture: Increase stutter-end intensity
Paul E. McKenney
1
-2
/
+10
2014-05-14
torture: Include "Stopping" string to torture_kthread_stopping()
Paul E. McKenney
1
-2
/
+4
2014-02-23
rcutorture: Gracefully handle NULL cleanup hooks
Paul E. McKenney
1
-1
/
+4
2014-02-23
rcutorture: Stop generic kthreads in torture_cleanup()
Paul E. McKenney
1
-18
/
+19
2014-02-23
rcutorture: Abstract torture_stop_kthread()
Paul E. McKenney
1
-0
/
+13
2014-02-23
rcutorture: Abstract torture_create_kthread()
Paul E. McKenney
1
-47
/
+33
2014-02-23
rcutorture: Fix rcutorture shutdown races
Paul E. McKenney
1
-4
/
+22
2014-02-23
rcutorture: Announce task creation
Paul E. McKenney
1
-0
/
+4
2014-02-23
rcutorture: Abstract torture_shutdown()
Paul E. McKenney
1
-0
/
+84
2014-02-23
rcutorture: Apply ACCESS_ONCE() to racy fullstop accesses
Paul E. McKenney
1
-5
/
+5
2014-02-23
rcutorture: Abstract stutter_wait()
Paul E. McKenney
1
-1
/
+86
2014-02-23
rcutorture: Add diagnostic for unscheduled system shutdown
Paul E. McKenney
1
-2
/
+4
2014-02-23
rcutorture: Privatize fullstop
Paul E. McKenney
1
-2
/
+25
2014-02-23
rcutorture: Abstract torture_shutdown_notify()
Paul E. McKenney
1
-5
/
+24
2014-02-23
rcutorture: Abstract torture-test cleanup
Paul E. McKenney
1
-2
/
+28
2014-02-23
rcutorture: Abstract torture-test initialization
Paul E. McKenney
1
-0
/
+27
2014-02-23
rcutorture: Abstract torture_onoff()
Paul E. McKenney
1
-0
/
+186
[next]