summaryrefslogtreecommitdiffstats
path: root/kernel/locking/mutex.c
Commit message (Expand)AuthorAgeFilesLines
...
* | locking/mutexes: Unlock the mutex without the wait_lockJason Low2014-03-111-4/+4
* | locking/mutexes: Modify the way optimistic spinners are queuedJason Low2014-03-111-9/+6
* | locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_own...Jason Low2014-03-111-0/+3
* | locking: Move mcs_spinlock.h into kernel/locking/Peter Zijlstra2014-03-111-1/+1
* | locking/mutexes/mcs: Restructure the MCS lock defines and locking code into i...Tim Chen2014-01-281-61/+7
* | locking/mutexes/mcs: Correct barrier usageWaiman Long2014-01-281-5/+13
|/
* locking/doc: Update references to kernel/mutex.cPeter Zijlstra2013-11-111-1/+1
* locking: Move the mutex code to kernel/locking/Peter Zijlstra2013-11-061-0/+960