index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
mutex.c
Age
Commit message (
Expand
)
Author
2019-01-04
kernel/locking/mutex.c: remove caller signal_pending branch predictions
Davidlohr Bueso
2018-09-10
locking/mutex: Fix mutex debug call and ww_mutex documentation
Thomas Hellstrom
2018-07-03
locking: Implement an algorithm choice for Wound-Wait mutexes
Thomas Hellstrom
2018-07-03
locking: WW mutex cleanup
Peter Ziljstra
2018-05-04
locking/mutex: Optimize __mutex_trylock_fast()
Peter Zijlstra
2018-03-20
locking/mutex: Improve documentation
Matthew Wilcox
2017-05-16
mutex, futex: adjust kernel-doc markups to generate ReST
Mauro Carvalho Chehab
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-02-20
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-01-30
locking/mutex: Fix lockdep_assert_held() fail
Peter Zijlstra
2017-01-14
locking/mutex, sched/wait: Add mutex_lock_io()
Tejun Heo
2017-01-14
locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debugging
Nicolai Hähnle
2017-01-14
locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optim...
Nicolai Hähnle
2017-01-14
locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loop
Nicolai Hähnle
2017-01-14
locking/mutex: Improve inlining
Peter Zijlstra
2017-01-14
locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...
Nicolai Hähnle
2017-01-14
locking/ww_mutex: Notify waiters that have to back off while adding tasks to ...
Nicolai Hähnle
2017-01-14
locking/ww_mutex: Add waiters in stamp order
Nicolai Hähnle
2017-01-14
locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappers
Nicolai Hähnle
2017-01-14
locking/ww_mutex: Set use_ww_ctx even when locking without a context
Nicolai Hähnle
2017-01-14
locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()
Nicolai Hähnle
2017-01-14
locking/mutex: Fix mutex handoff
Peter Zijlstra
2017-01-14
sched/core: Remove set_task_state()
Davidlohr Bueso
2017-01-14
kernel/locking: Compute 'current' directly
Davidlohr Bueso
2016-11-22
locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...
Pan Xinhui
2016-11-21
sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q
Waiman Long
2016-11-16
locking/core: Remove cpu_relax_lowlatency() users
Christian Borntraeger
2016-10-25
locking/mutex: Enable optimistic spinning of woken waiter
Waiman Long
2016-10-25
locking/mutex: Simplify some ww_mutex code in __mutex_lock_common()
Waiman Long
2016-10-25
locking/mutex: Restructure wait loop
Peter Zijlstra
2016-10-25
locking/mutex: Add lock handoff to avoid starvation
Peter Zijlstra
2016-10-25
locking/mutex: Rework mutex::owner
Peter Zijlstra
2016-06-23
locking: avoid passing around 'thread_info' in mutex debugging code
Linus Torvalds
2016-06-03
locking/ww_mutex: Report recursive ww_mutex locking early
Chris Wilson
2016-02-29
locking/mutex: Allow next waiter lockless wakeup
Davidlohr Bueso
2015-10-06
locking/mutex: Use acquire/release semantics
Davidlohr Bueso
2015-04-09
locking/mutex: Further simplify mutex_spin_on_owner()
Jason Low
2015-02-24
locking: Remove ACCESS_ONCE() usage
Davidlohr Bueso
2015-02-18
locking/rwsem: Set lock ownership ASAP
Davidlohr Bueso
2015-02-18
locking/mutex: Refactor mutex_spin_on_owner()
Jason Low
2015-02-18
locking/mutex: In mutex_spin_on_owner(), return true when owner changes
Jason Low
2015-02-09
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-02-04
locking/mutex: Explicitly mark task as running after wakeup
Davidlohr Bueso
2015-02-04
sched/Documentation: Remove unneeded word
Sharon Dvir
2015-01-14
locking/mutex: Introduce ww_mutex_set_context_slowpath()
Davidlohr Bueso
2015-01-14
locking/mutex: Move MCS related comments to proper location
Davidlohr Bueso
2015-01-14
locking/mutex: Checking the stamp is WW only
Davidlohr Bueso
2014-10-28
locking/mutex: Don't assume TASK_RUNNING
Peter Zijlstra
[next]