aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/mutex.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-09locking/mutex: Further simplify mutex_spin_on_owner()Jason Low1-10/+4
2015-02-24locking: Remove ACCESS_ONCE() usageDavidlohr Bueso1-4/+4
2015-02-18locking/rwsem: Set lock ownership ASAPDavidlohr Bueso1-1/+1
2015-02-18locking/mutex: Refactor mutex_spin_on_owner()Jason Low1-25/+22
2015-02-18locking/mutex: In mutex_spin_on_owner(), return true when owner changesJason Low1-4/+4
2015-02-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-02-04locking/mutex: Explicitly mark task as running after wakeupDavidlohr Bueso1-0/+2
2015-02-04sched/Documentation: Remove unneeded wordSharon Dvir1-1/+1
2015-01-14locking/mutex: Introduce ww_mutex_set_context_slowpath()Davidlohr Bueso1-18/+26
2015-01-14locking/mutex: Move MCS related comments to proper locationDavidlohr Bueso1-11/+5
2015-01-14locking/mutex: Checking the stamp is WW onlyDavidlohr Bueso1-2/+2
2014-10-28locking/mutex: Don't assume TASK_RUNNINGPeter Zijlstra1-1/+7
2014-08-13locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso1-1/+1
2014-08-13locking/mutexes: Refactor optimistic spinning codeDavidlohr Bueso1-182/+214
2014-08-13locking/mutexes: Document quick lock release when unlockingDavidlohr Bueso1-2/+9
2014-08-13locking/mutexes: Standardize arguments in lock/unlock slowpathsDavidlohr Bueso1-3/+4
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-2/+2
2014-07-17Merge branch 'locking/urgent' into locking/core, before applying larger changes and to refresh the branch with fixesIngo Molnar1-1/+1
2014-07-16locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low1-1/+1
2014-07-16locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low1-1/+1
2014-07-05locking/mutexes: Optimize mutex trylock slowpathJason Low1-0/+4
2014-07-05locking/mutexes: Try to acquire mutex only if it is unlockedJason Low1-3/+4
2014-07-05locking/mutexes: Delete the MUTEX_SHOW_NO_WAITER macroJason Low1-10/+8
2014-07-05locking/mutexes: Correct documentation on mutex optimistic spinningJason Low1-6/+4
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2014-03-12locking/mutex: Fix debug checksPeter Zijlstra1-0/+7
2014-03-11locking/mutexes: Add extra reschedule pointPeter Zijlstra1-0/+7
2014-03-11locking/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra1-4/+6
2014-03-11locking/mutexes: Unlock the mutex without the wait_lockJason Low1-4/+4
2014-03-11locking/mutexes: Modify the way optimistic spinners are queuedJason Low1-9/+6
2014-03-11locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_owner()Jason Low1-0/+3
2014-03-11locking: Move mcs_spinlock.h into kernel/locking/Peter Zijlstra1-1/+1
2014-02-13asmlinkage, mutex: Mark __visibleAndi Kleen1-5/+5
2014-01-28locking/mutexes/mcs: Restructure the MCS lock defines and locking code into its own fileTim Chen1-61/+7
2014-01-28locking/mutexes/mcs: Correct barrier usageWaiman Long1-5/+13
2013-11-11locking/doc: Update references to kernel/mutex.cPeter Zijlstra1-1/+1
2013-11-06locking: Move the mutex code to kernel/locking/Peter Zijlstra1-0/+960