summaryrefslogtreecommitdiffstats
path: root/kernel/locking/rwsem.h
AgeCommit message (Expand)AuthorLines
2019-04-14locking/rwsem: Prevent unneeded warning during locking selftestWaiman Long-1/+2
2019-04-10locking/rwsem: Enable lock event countingWaiman Long-0/+4
2019-04-10locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macroWaiman Long-7/+14
2019-04-10locking/rwsem: Add debug check for __down_read*()Waiman Long-2/+10
2019-04-10locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long-0/+7
2019-04-10locking/rwsem: Move owner setting code from rwsem.c to rwsem.hWaiman Long-2/+15
2019-04-03locking/rwsem: Optimize down_read_trylock()Waiman Long-5/+8
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long-3/+0
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long-0/+130
2018-09-10locking/rwsem: Make owner store task pointer of last owning readerWaiman Long-24/+71
2018-05-16locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flagWaiman Long-9/+21
2018-03-31locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatchesWaiman Long-1/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-06-08locking/rwsem: Protect all writes to owner by WRITE_ONCE()Waiman Long-3/+10
2016-06-08locking/rwsem: Add reader-owned state to the owner fieldWaiman Long-0/+41
2015-02-18locking/rwsem: Set lock ownership ASAPDavidlohr Bueso-0/+20