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
/
qrwlock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-25
locking/qrwlock: Prevent slowpath writers getting held up by fastpath
Will Deacon
1
-15
/
+5
2017-10-25
locking/qrwlock: Use atomic_cond_read_acquire() when spinning in qrwlock
Will Deacon
1
-38
/
+12
2017-10-25
locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock'
Will Deacon
1
-24
/
+2
2017-05-25
kernel/locking: Fix compile error with qrwlock.c
Babu Moger
1
-0
/
+1
2016-11-16
locking/core: Remove cpu_relax_lowlatency() users
Christian Borntraeger
1
-3
/
+3
2016-06-16
locking/atomic, arch/qrwlock: Employ atomic_fetch_add_acquire()
Peter Zijlstra
1
-1
/
+1
2015-09-18
locking/qrwlock: Rename ->lock to ->wait_lock
Davidlohr Bueso
1
-4
/
+4
2015-08-12
locking/qrwlock: Make use of _{acquire|release|relaxed}() atomics
Will Deacon
1
-12
/
+12
2015-08-03
locking/qrwlock: Reduce reader/writer to reader lock transfer latency
Waiman Long
1
-8
/
+4
2015-07-06
locking/qrwlock: Better optimization for interrupt context readers
Waiman Long
1
-6
/
+7
2015-07-06
locking/qrwlock: Rename functions to queued_*()
Waiman Long
1
-6
/
+6
2015-06-19
locking/qrwlock: Don't contend with readers when setting _QW_WAITING
Waiman Long
1
-4
/
+24
2015-05-12
locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKS
Waiman Long
1
-1
/
+1
2014-07-17
arch, locking: Ciao arch_mutex_cpu_relax()
Davidlohr Bueso
1
-5
/
+4
2014-06-06
locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocks
Waiman Long
1
-0
/
+133