index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
rwsem.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-11
locking/percpu-rwsem: Remove the embedded rwsem
Peter Zijlstra
1
-12
/
+0
2020-02-11
locking/percpu-rwsem, lockdep: Make percpu-rwsem use its own lockdep_map
Peter Zijlstra
1
-0
/
+2
2019-06-17
locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.c
Waiman Long
1
-275
/
+6
2019-06-17
locking/rwsem: Implement a new locking scheme
Waiman Long
1
-38
/
+36
2019-06-17
locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNER
Waiman Long
1
-23
/
+0
2019-04-14
locking/rwsem: Prevent unneeded warning during locking selftest
Waiman Long
1
-1
/
+2
2019-04-10
locking/rwsem: Enable lock event counting
Waiman Long
1
-0
/
+4
2019-04-10
locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macro
Waiman Long
1
-7
/
+14
2019-04-10
locking/rwsem: Add debug check for __down_read*()
Waiman Long
1
-2
/
+10
2019-04-10
locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.h
Waiman Long
1
-0
/
+7
2019-04-10
locking/rwsem: Move owner setting code from rwsem.c to rwsem.h
Waiman Long
1
-2
/
+15
2019-04-03
locking/rwsem: Optimize down_read_trylock()
Waiman Long
1
-5
/
+8
2019-04-03
locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
Waiman Long
1
-3
/
+0
2019-04-03
locking/rwsem: Remove arch specific rwsem files
Waiman Long
1
-0
/
+130
2018-09-10
locking/rwsem: Make owner store task pointer of last owning reader
Waiman Long
1
-24
/
+71
2018-05-16
locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag
Waiman Long
1
-9
/
+21
2018-03-31
locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatches
Waiman Long
1
-1
/
+7
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2016-06-08
locking/rwsem: Protect all writes to owner by WRITE_ONCE()
Waiman Long
1
-3
/
+10
2016-06-08
locking/rwsem: Add reader-owned state to the owner field
Waiman Long
1
-0
/
+41
2015-02-18
locking/rwsem: Set lock ownership ASAP
Davidlohr Bueso
1
-0
/
+20