index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
test-ww_mutex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-01
locking/ww_mutex/test: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2023-09-22
locking/ww_mutex/test: Make sure we bail out instead of livelock
John Stultz
1
-4
/
+5
2023-09-22
locking/ww_mutex/test: Fix potential workqueue corruption
John Stultz
1
-8
/
+12
2023-09-22
locking/ww_mutex/test: Use prng instead of rng to avoid hangs at bootup
John Stultz
1
-2
/
+17
2023-03-27
locking: Reduce the number of locks in ww_mutex stress tests
Boqun Feng
1
-1
/
+1
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-2
/
+2
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-2
/
+2
2021-10-01
locking/ww-mutex: Fix uninitialized use of ret in test_aa()
Nathan Chancellor
1
-1
/
+2
2021-09-17
kernel/locking: Add context to ww_mutex_trylock()
Maarten Lankhorst
1
-21
/
+65
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9
Thomas Gleixner
1
-14
/
+1
2018-10-03
locking/ww_mutex: Fix runtime warning in the WW mutex selftest
Guenter Roeck
1
-4
/
+6
2018-09-10
locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"
Colin Ian King
1
-1
/
+1
2018-07-03
locking: Implement an algorithm choice for Wound-Wait mutexes
Thomas Hellstrom
1
-1
/
+1
2017-09-13
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
1
-1
/
+1
2017-03-30
locking/ww-mutex: Limit stress test to 2 seconds
Chris Wilson
1
-9
/
+9
2017-03-16
locking/ww_mutex: Improve test to cover acquire context changes
Peter Zijlstra
1
-8
/
+7
2017-03-02
locking/ww_mutex: Adjust the lock number for stress test
Boqun Feng
1
-1
/
+1
2017-03-02
locking/ww_mutex: Replace cpu_relax() with cond_resched() for tests
Chris Wilson
1
-2
/
+2
2017-01-14
locking/ww_mutex: Add kselftests for ww_mutex stress
Chris Wilson
1
-0
/
+254
2017-01-14
locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocks
Chris Wilson
1
-0
/
+115
2017-01-14
locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detection
Chris Wilson
1
-0
/
+98
2017-01-14
locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detection
Chris Wilson
1
-0
/
+39
2017-01-14
locking/ww_mutex: Begin kselftests for ww_mutex
Chris Wilson
1
-0
/
+140