index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
rwsem.h
Age
Commit message (
Expand
)
Author
2020-02-11
locking/percpu-rwsem: Remove the embedded rwsem
Peter Zijlstra
2020-02-11
locking/percpu-rwsem, lockdep: Make percpu-rwsem use its own lockdep_map
Peter Zijlstra
2019-06-17
locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.c
Waiman Long
2019-06-17
locking/rwsem: Implement a new locking scheme
Waiman Long
2019-06-17
locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNER
Waiman Long
2019-04-14
locking/rwsem: Prevent unneeded warning during locking selftest
Waiman Long
2019-04-10
locking/rwsem: Enable lock event counting
Waiman Long
2019-04-10
locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macro
Waiman Long
2019-04-10
locking/rwsem: Add debug check for __down_read*()
Waiman Long
2019-04-10
locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.h
Waiman Long
2019-04-10
locking/rwsem: Move owner setting code from rwsem.c to rwsem.h
Waiman Long
2019-04-03
locking/rwsem: Optimize down_read_trylock()
Waiman Long
2019-04-03
locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
Waiman Long
2019-04-03
locking/rwsem: Remove arch specific rwsem files
Waiman Long
2018-09-10
locking/rwsem: Make owner store task pointer of last owning reader
Waiman Long
2018-05-16
locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag
Waiman Long
2018-03-31
locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatches
Waiman Long
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-06-08
locking/rwsem: Protect all writes to owner by WRITE_ONCE()
Waiman Long
2016-06-08
locking/rwsem: Add reader-owned state to the owner field
Waiman Long
2015-02-18
locking/rwsem: Set lock ownership ASAP
Davidlohr Bueso