index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
ww_mutex.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-17
kernel/locking: Add context to ww_mutex_trylock()
Maarten Lankhorst
1
-13
/
+2
2021-08-17
locking/ww_mutex: Add rt_mutex based lock type and accessors
Peter Zijlstra
1
-9
/
+24
2021-08-17
locking/ww_mutex: Abstract out internal lock accesses
Thomas Gleixner
1
-4
/
+9
2021-08-17
locking/ww_mutex: Move the ww_mutex definitions from <linux/mutex.h> into <linux/ww_mutex.h>
Thomas Gleixner
1
-0
/
+8
2021-03-19
locking/ww_mutex: Remove DEFINE_WW_MUTEX() macro
Waiman Long
1
-15
/
+2
2021-03-17
locking/ww_mutex: Fix acquire/release imbalance in ww_acquire_init()/ww_acquire_fini()
Waiman Long
1
-2
/
+3
2020-08-06
locking/seqlock, headers: Untangle the spaghetti monster
Peter Zijlstra
1
-8
/
+0
2019-10-09
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
1
-1
/
+1
2018-07-03
locking: Implement an algorithm choice for Wound-Wait mutexes
Thomas Hellstrom
1
-3
/
+14
2018-07-03
locking: WW mutex cleanup
Peter Ziljstra
1
-14
/
+14
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-01-14
locking/ww_mutex: Turn off __must_check for now
Ingo Molnar
1
-2
/
+1
2017-01-14
locking/ww_mutex: Fix compilation of __WW_MUTEX_INITIALIZER
Chris Wilson
1
-4
/
+4
2017-01-14
locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappers
Nicolai Hähnle
1
-14
/
+4
2017-01-14
locking/ww_mutex: Set use_ww_ctx even when locking without a context
Nicolai Hähnle
1
-9
/
+2
2016-12-06
locking/ww_mutex: Use relaxed atomics
Peter Zijlstra
1
-1
/
+1
2016-08-04
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
1
-2
/
+2
2013-07-12
mutex: Move ww_mutex definitions to ww_mutex.h
Maarten Lankhorst
1
-0
/
+378