index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
mutex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-14
locking/mutex: Fix mutex handoff
Peter Zijlstra
1
-56
/
+52
2017-01-14
sched/core: Remove set_task_state()
Davidlohr Bueso
1
-4
/
+4
2017-01-14
kernel/locking: Compute 'current' directly
Davidlohr Bueso
1
-10
/
+9
2016-11-22
locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...
Pan Xinhui
1
-2
/
+11
2016-11-21
sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q
Waiman Long
1
-1
/
+1
2016-11-16
locking/core: Remove cpu_relax_lowlatency() users
Christian Borntraeger
1
-2
/
+2
2016-10-25
locking/mutex: Enable optimistic spinning of woken waiter
Waiman Long
1
-23
/
+54
2016-10-25
locking/mutex: Simplify some ww_mutex code in __mutex_lock_common()
Waiman Long
1
-9
/
+4
2016-10-25
locking/mutex: Restructure wait loop
Peter Zijlstra
1
-5
/
+25
2016-10-25
locking/mutex: Add lock handoff to avoid starvation
Peter Zijlstra
1
-23
/
+119
2016-10-25
locking/mutex: Rework mutex::owner
Peter Zijlstra
1
-215
/
+156
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
[prev]
[next]