index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-05-16
mutex, futex: adjust kernel-doc markups to generate ReST
Mauro Carvalho Chehab
1
-3
/
+3
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-21
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-184
/
+332
2017-01-30
locking/mutex: Fix lockdep_assert_held() fail
Peter Zijlstra
1
-14
/
+11
2017-01-14
locking/mutex, sched/wait: Add mutex_lock_io()
Tejun Heo
1
-0
/
+24
2017-01-14
locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debugging
Nicolai Hähnle
1
-0
/
+4
2017-01-14
locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optim...
Nicolai Hähnle
1
-26
/
+52
2017-01-14
locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loop
Nicolai Hähnle
1
-20
/
+29
2017-01-14
locking/mutex: Improve inlining
Peter Zijlstra
1
-41
/
+44
2017-01-14
locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...
Nicolai Hähnle
1
-19
/
+40
2017-01-14
locking/ww_mutex: Notify waiters that have to back off while adding tasks to ...
Nicolai Hähnle
1
-10
/
+30
2017-01-14
locking/ww_mutex: Add waiters in stamp order
Nicolai Hähnle
1
-7
/
+69
2017-01-14
locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappers
Nicolai Hähnle
1
-8
/
+8
2017-01-14
locking/ww_mutex: Set use_ww_ctx even when locking without a context
Nicolai Hähnle
1
-12
/
+17
2017-01-14
locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()
Nicolai Hähnle
1
-2
/
+8
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-10
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
[next]