summaryrefslogtreecommitdiffstats
path: root/include/linux/rtmutex.h
Commit message (Expand)AuthorAgeFilesLines
* locking/rtmutex: Add rt_mutex_lock_nest_lock() and rt_mutex_lock_killable().Sebastian Andrzej Siewior2021-12-041-0/+9
* locking/rtmutex: Reduce <linux/rtmutex.h> header dependencies, only include <...Sebastian Andrzej Siewior2021-08-171-1/+1
* locking/rtmutex: Prevent future include recursion hellSebastian Andrzej Siewior2021-08-171-1/+1
* locking/rtmutex: Provide rt_mutex_base_is_locked()Thomas Gleixner2021-08-171-0/+12
* locking/rtmutex: Split out the inner parts of 'struct rtmutex'Peter Zijlstra2021-08-171-6/+17
* locking/rtmutex: Remove rt_mutex_is_locked()Peter Zijlstra2021-08-171-11/+0
* locking/rtmutex: Set proper wait context for lockdepThomas Gleixner2021-08-171-7/+12
* locking/rtmutex: Remove empty and unused debug stubsThomas Gleixner2021-03-291-12/+2
* locking/rtmutex: Consolidate rt_mutex_init()Sebastian Andrzej Siewior2021-03-291-9/+3
* locking/rtmutex: Remove output from deadlock detectorSebastian Andrzej Siewior2021-03-291-7/+0
* locking/rtmutex: Remove rtmutex deadlock tester leftoversSebastian Andrzej Siewior2021-03-291-5/+2
* locking/rtmutex: Remove rt_mutex_timed_lock()Sebastian Andrzej Siewior2021-03-291-3/+0
* locking/rtmutex: Allow specifying a subclass for nested lockingPeter Rosin2018-07-251-0/+7
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso2017-09-081-6/+5
* rt_mutex: Add lockdep annotationsPeter Zijlstra2017-06-081-4/+21
* rtmutex: Confine deadlock logic to futexThomas Gleixner2014-06-211-4/+2
* rtmutex: Turn the plist into an rb-treePeter Zijlstra2014-01-131-12/+6
* plist: Remove the need to supply locks to plist headsDima Zavin2011-07-081-2/+2
* sysctl extern cleanup: rtmutexDave Young2010-03-121-0/+2
* rtmutes: Convert rtmutex.lock to raw_spinlockThomas Gleixner2009-12-141-3/+3
* include: replace __FUNCTION__ with __func__Harvey Harrison2008-10-161-1/+1
* [PATCH] fix various kernel-doc in header filesRobert P. J. Day2007-01-261-2/+2
* [PATCH] lockdep: name some old style locksPeter Zijlstra2006-12-071-1/+1
* [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-031-10/+0
* [PATCH] pi-futex: rt mutex debugIngo Molnar2006-06-271-1/+14
* [PATCH] pi-futex: rt mutex coreIngo Molnar2006-06-271-0/+104