index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
locktorture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-06
1
-8
/
+2
|
\
|
*
sched,locktorture: Convert to sched_set_fifo()
Peter Zijlstra
2020-06-15
1
-8
/
+2
*
|
locktorture: Use true and false to assign to bool variables
Zou Wei
2020-06-29
1
-7
/
+7
|
/
*
locktorture: Forgive apparent unfairness if CPU hotplug
Paul E. McKenney
2020-02-20
1
-1
/
+2
*
locktorture: Use private random-number generators
Paul E. McKenney
2020-02-20
1
-2
/
+2
*
locktorture: Print ratio of acquisitions, not failures
Paul E. McKenney
2020-02-20
1
-4
/
+4
*
locking: locktorture: Do not include rwlock.h directly
Wolfgang M. Reimer
2019-10-05
1
-1
/
+0
*
locktorture: Replace strncmp() with str_has_prefix()
Chuhong Yuan
2019-10-05
1
-4
/
+4
*
torture: Allow inter-stutter interval to be specified
Paul E. McKenney
2019-05-28
1
-1
/
+1
*
locktorture: NULL cxt.lwsa and cxt.lrsa to allow bad-arg detection
Paul E. McKenney
2019-03-26
1
-0
/
+2
*
-
.
Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...
Paul E. McKenney
2019-02-09
1
-17
/
+4
|
\
\
|
|
*
rcutorture: Add grace period after CPU offline
Paul E. McKenney
2019-01-25
1
-1
/
+1
|
|
/
|
/
|
|
*
locking/locktorture: Convert to SPDX license identifier
Paul E. McKenney
2019-02-09
1
-16
/
+3
|
/
*
Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2018-08-15
1
-1
/
+1
|
\
|
*
locking: Implement an algorithm choice for Wound-Wait mutexes
Thomas Hellstrom
2018-07-03
1
-1
/
+1
*
|
torture: Keep old-school dmesg format
Paul E. McKenney
2018-06-25
1
-0
/
+3
*
|
torture: Make online/offline messages appear only for verbose=2
Paul E. McKenney
2018-06-25
1
-1
/
+1
|
/
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-2
/
+4
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-2
/
+6
*
torture: Eliminate torture_runnable and perf_runnable
Paul E. McKenney
2017-12-11
1
-5
/
+1
*
locking/locktorture: Fix num reader/writer corner cases
Davidlohr Bueso
2017-12-11
1
-32
/
+44
*
locking/locktorture: Fix rwsem reader_delay
Davidlohr Bueso
2017-12-11
1
-1
/
+1
*
torture: Reduce #ifdefs for preempt_schedule()
Paul E. McKenney
2017-12-11
1
-18
/
+6
*
sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-02-20
1
-0
/
+73
|
\
|
*
locking/ww_mutex: Add ww_mutex to locktorture test
Chris Wilson
2017-01-14
1
-0
/
+73
*
|
locktorture: Fix potential memory leak with rw lock test
Yang Shi
2017-01-14
1
-0
/
+6
|
/
*
lcoking/locktorture: Simplify the torture_runnable computation
Paul E. McKenney
2016-04-28
1
-6
/
+1
*
locking/locktorture: Fix NULL pointer dereference for cleanup paths
Davidlohr Bueso
2016-04-13
1
-0
/
+12
*
locking/locktorture: Fix deboosting NULL pointer dereference
Davidlohr Bueso
2016-04-13
1
-3
/
+3
*
-
.
Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...
Paul E. McKenney
2015-10-07
1
-5
/
+159
|
\
\
|
|
*
locktorture: Fix module unwind when bad torture_type specified
Paul E. McKenney
2015-10-06
1
-3
/
+3
|
|
/
|
/
|
|
*
locktorture: Add torture tests for percpu_rwsem
Paul E. McKenney
2015-10-06
1
-0
/
+44
|
*
locktorture: Support rtmutex torturing
Davidlohr Bueso
2015-10-06
1
-2
/
+112
|
/
*
locktorture: Change longdelay_us to longdelay_ms
Paul E. McKenney
2015-05-27
1
-6
/
+6
*
locktorture: fix deadlock in 'rw_lock_irq' type
Alexey Kodanev
2015-05-27
1
-1
/
+1
*
locktorture: Cleanup header usage
Davidlohr Bueso
2014-09-30
1
-13
/
+1
*
locktorture: Cannot hold read and write lock
Davidlohr Bueso
2014-09-30
1
-0
/
+10
*
locktorture: Fix __acquire annotation for spinlock irq
Davidlohr Bueso
2014-09-30
1
-1
/
+1
*
locktorture: Support rwlocks
Davidlohr Bueso
2014-09-30
1
-3
/
+112
*
locktorture: Introduce torture context
Davidlohr Bueso
2014-09-16
1
-79
/
+82
*
locktorture: Support rwsems
Davidlohr Bueso
2014-09-16
1
-1
/
+67
*
locktorture: Add infrastructure for torturing read locks
Davidlohr Bueso
2014-09-16
1
-20
/
+156
*
torture: Address race in module cleanup
Davidlohr Bueso
2014-09-16
1
-1
/
+2
*
locktorture: Make statistics generic
Davidlohr Bueso
2014-09-16
1
-16
/
+16
*
locktorture: Teach about lock debugging
Davidlohr Bueso
2014-09-16
1
-2
/
+13
*
locktorture: Support mutexes
Davidlohr Bueso
2014-09-16
1
-2
/
+39
*
locktorture: Rename locktorture_runnable parameter
Davidlohr Bueso
2014-09-16
1
-4
/
+4
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-06-03
1
-1
/
+1
|
\
[next]