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.c
Age
Commit message (
Expand
)
Author
2018-09-10
locking/rwsem: Make owner store task pointer of last owning reader
Waiman Long
2018-06-20
locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS
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-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-10
locking/rwsem: Add down_read_killable()
Kirill Tkhai
2017-03-16
locking/lockdep: Add new check to lock_downgrade()
J. R. Okajima
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-06-08
locking/rwsem: Add reader-owned state to the owner field
Waiman Long
2016-05-26
add down_write_killable_nested()
Al Viro
2016-04-22
locking/rwsem: Provide down_write_killable()
Michal Hocko
2015-02-18
locking/rwsem: Set lock ownership ASAP
Davidlohr Bueso
2014-07-16
locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNER
Davidlohr Bueso
2014-06-05
locking/rwsem: Support optimistic spinning
Davidlohr Bueso
2013-11-06
locking: Move the rwsem code to kernel/locking/
Peter Zijlstra