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