aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rtmutex.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-04locking/rtmutex: Add rt_mutex_lock_nest_lock() and rt_mutex_lock_killable().Sebastian Andrzej Siewior1-0/+9
2021-08-17locking/rtmutex: Reduce <linux/rtmutex.h> header dependencies, only include <linux/rbtree_types.h>Sebastian Andrzej Siewior1-1/+1
2021-08-17locking/rtmutex: Prevent future include recursion hellSebastian Andrzej Siewior1-1/+1
2021-08-17locking/rtmutex: Provide rt_mutex_base_is_locked()Thomas Gleixner1-0/+12
2021-08-17locking/rtmutex: Split out the inner parts of 'struct rtmutex'Peter Zijlstra1-6/+17
2021-08-17locking/rtmutex: Remove rt_mutex_is_locked()Peter Zijlstra1-11/+0
2021-08-17locking/rtmutex: Set proper wait context for lockdepThomas Gleixner1-7/+12
2021-03-29locking/rtmutex: Remove empty and unused debug stubsThomas Gleixner1-12/+2
2021-03-29locking/rtmutex: Consolidate rt_mutex_init()Sebastian Andrzej Siewior1-9/+3
2021-03-29locking/rtmutex: Remove output from deadlock detectorSebastian Andrzej Siewior1-7/+0
2021-03-29locking/rtmutex: Remove rtmutex deadlock tester leftoversSebastian Andrzej Siewior1-5/+2
2021-03-29locking/rtmutex: Remove rt_mutex_timed_lock()Sebastian Andrzej Siewior1-3/+0
2018-07-25locking/rtmutex: Allow specifying a subclass for nested lockingPeter Rosin1-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso1-6/+5
2017-06-08rt_mutex: Add lockdep annotationsPeter Zijlstra1-4/+21
2014-06-21rtmutex: Confine deadlock logic to futexThomas Gleixner1-4/+2
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra1-12/+6
2011-07-08plist: Remove the need to supply locks to plist headsDima Zavin1-2/+2
2010-03-12sysctl extern cleanup: rtmutexDave Young1-0/+2
2009-12-14rtmutes: Convert rtmutex.lock to raw_spinlockThomas Gleixner1-3/+3
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2007-01-26[PATCH] fix various kernel-doc in header filesRobert P. J. Day1-2/+2
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra1-1/+1
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar1-10/+0
2006-06-27[PATCH] pi-futex: rt mutex debugIngo Molnar1-1/+14
2006-06-27[PATCH] pi-futex: rt mutex coreIngo Molnar1-0/+104