aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ww_mutex.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-17locking/ww_mutex: Add rt_mutex based lock type and accessorsPeter Zijlstra1-9/+24
2021-08-17locking/ww_mutex: Abstract out internal lock accessesThomas Gleixner1-4/+9
2021-08-17locking/ww_mutex: Move the ww_mutex definitions from <linux/mutex.h> into <linux/ww_mutex.h>Thomas Gleixner1-0/+8
2021-03-19locking/ww_mutex: Remove DEFINE_WW_MUTEX() macroWaiman Long1-15/+2
2021-03-17locking/ww_mutex: Fix acquire/release imbalance in ww_acquire_init()/ww_acquire_fini()Waiman Long1-2/+3
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra1-8/+0
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-1/+1
2018-07-03locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom1-3/+14
2018-07-03locking: WW mutex cleanupPeter Ziljstra1-14/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-14locking/ww_mutex: Turn off __must_check for nowIngo Molnar1-2/+1
2017-01-14locking/ww_mutex: Fix compilation of __WW_MUTEX_INITIALIZERChris Wilson1-4/+4
2017-01-14locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappersNicolai Hähnle1-14/+4
2017-01-14locking/ww_mutex: Set use_ww_ctx even when locking without a contextNicolai Hähnle1-9/+2
2016-12-06locking/ww_mutex: Use relaxed atomicsPeter Zijlstra1-1/+1
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-2/+2
2013-07-12mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst1-0/+378