aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/rwsem.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-11locking/percpu-rwsem: Remove the embedded rwsemPeter Zijlstra1-12/+0
2020-02-11locking/percpu-rwsem, lockdep: Make percpu-rwsem use its own lockdep_mapPeter Zijlstra1-0/+2
2019-06-17locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.cWaiman Long1-275/+6
2019-06-17locking/rwsem: Implement a new locking schemeWaiman Long1-38/+36
2019-06-17locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNERWaiman Long1-23/+0
2019-04-14locking/rwsem: Prevent unneeded warning during locking selftestWaiman Long1-1/+2
2019-04-10locking/rwsem: Enable lock event countingWaiman Long1-0/+4
2019-04-10locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macroWaiman Long1-7/+14
2019-04-10locking/rwsem: Add debug check for __down_read*()Waiman Long1-2/+10
2019-04-10locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long1-0/+7
2019-04-10locking/rwsem: Move owner setting code from rwsem.c to rwsem.hWaiman Long1-2/+15
2019-04-03locking/rwsem: Optimize down_read_trylock()Waiman Long1-5/+8
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-3/+0
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long1-0/+130
2018-09-10locking/rwsem: Make owner store task pointer of last owning readerWaiman Long1-24/+71
2018-05-16locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flagWaiman Long1-9/+21
2018-03-31locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatchesWaiman Long1-1/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-06-08locking/rwsem: Protect all writes to owner by WRITE_ONCE()Waiman Long1-3/+10
2016-06-08locking/rwsem: Add reader-owned state to the owner fieldWaiman Long1-0/+41
2015-02-18locking/rwsem: Set lock ownership ASAPDavidlohr Bueso1-0/+20