index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
mutex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-23
locking: avoid passing around 'thread_info' in mutex debugging code
Linus Torvalds
1
-3
/
+3
2016-06-03
locking/ww_mutex: Report recursive ww_mutex locking early
Chris Wilson
1
-3
/
+6
2016-02-29
locking/mutex: Allow next waiter lockless wakeup
Davidlohr Bueso
1
-2
/
+3
2015-10-06
locking/mutex: Use acquire/release semantics
Davidlohr Bueso
1
-4
/
+5
2015-04-09
locking/mutex: Further simplify mutex_spin_on_owner()
Jason Low
1
-10
/
+4
2015-02-24
locking: Remove ACCESS_ONCE() usage
Davidlohr Bueso
1
-4
/
+4
2015-02-18
locking/rwsem: Set lock ownership ASAP
Davidlohr Bueso
1
-1
/
+1
2015-02-18
locking/mutex: Refactor mutex_spin_on_owner()
Jason Low
1
-25
/
+22
2015-02-18
locking/mutex: In mutex_spin_on_owner(), return true when owner changes
Jason Low
1
-4
/
+4
2015-02-09
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2015-02-04
locking/mutex: Explicitly mark task as running after wakeup
Davidlohr Bueso
1
-0
/
+2
2015-02-04
sched/Documentation: Remove unneeded word
Sharon Dvir
1
-1
/
+1
2015-01-14
locking/mutex: Introduce ww_mutex_set_context_slowpath()
Davidlohr Bueso
1
-18
/
+26
2015-01-14
locking/mutex: Move MCS related comments to proper location
Davidlohr Bueso
1
-11
/
+5
2015-01-14
locking/mutex: Checking the stamp is WW only
Davidlohr Bueso
1
-2
/
+2
2014-10-28
locking/mutex: Don't assume TASK_RUNNING
Peter Zijlstra
1
-1
/
+7
2014-08-13
locking/Documentation: Move locking related docs into Documentation/locking/
Davidlohr Bueso
1
-1
/
+1
2014-08-13
locking/mutexes: Refactor optimistic spinning code
Davidlohr Bueso
1
-182
/
+214
2014-08-13
locking/mutexes: Document quick lock release when unlocking
Davidlohr Bueso
1
-2
/
+9
2014-08-13
locking/mutexes: Standardize arguments in lock/unlock slowpaths
Davidlohr Bueso
1
-3
/
+4
2014-07-17
arch, locking: Ciao arch_mutex_cpu_relax()
Davidlohr Bueso
1
-2
/
+2
2014-07-17
Merge branch 'locking/urgent' into locking/core, before applying larger chang...
Ingo Molnar
1
-1
/
+1
2014-07-16
locking/spinlocks/mcs: Introduce and use init macro and function for osq locks
Jason Low
1
-1
/
+1
2014-07-16
locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overhead
Jason Low
1
-1
/
+1
2014-07-05
locking/mutexes: Optimize mutex trylock slowpath
Jason Low
1
-0
/
+4
2014-07-05
locking/mutexes: Try to acquire mutex only if it is unlocked
Jason Low
1
-3
/
+4
2014-07-05
locking/mutexes: Delete the MUTEX_SHOW_NO_WAITER macro
Jason Low
1
-10
/
+8
2014-07-05
locking/mutexes: Correct documentation on mutex optimistic spinning
Jason Low
1
-6
/
+4
2014-03-31
Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-5
/
+5
2014-03-12
locking/mutex: Fix debug checks
Peter Zijlstra
1
-0
/
+7
2014-03-11
locking/mutexes: Add extra reschedule point
Peter Zijlstra
1
-0
/
+7
2014-03-11
locking/mutexes: Introduce cancelable MCS lock for adaptive spinning
Peter Zijlstra
1
-4
/
+6
2014-03-11
locking/mutexes: Unlock the mutex without the wait_lock
Jason Low
1
-4
/
+4
2014-03-11
locking/mutexes: Modify the way optimistic spinners are queued
Jason Low
1
-9
/
+6
2014-03-11
locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_own...
Jason Low
1
-0
/
+3
2014-03-11
locking: Move mcs_spinlock.h into kernel/locking/
Peter Zijlstra
1
-1
/
+1
2014-02-13
asmlinkage, mutex: Mark __visible
Andi Kleen
1
-5
/
+5
2014-01-28
locking/mutexes/mcs: Restructure the MCS lock defines and locking code into i...
Tim Chen
1
-61
/
+7
2014-01-28
locking/mutexes/mcs: Correct barrier usage
Waiman Long
1
-5
/
+13
2013-11-11
locking/doc: Update references to kernel/mutex.c
Peter Zijlstra
1
-1
/
+1
2013-11-06
locking: Move the mutex code to kernel/locking/
Peter Zijlstra
1
-0
/
+960