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