aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/rwsem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-10locking/rwsem: Add down_read_killable()Kirill Tkhai1-0/+16
2017-03-16locking/lockdep: Add new check to lock_downgrade()J. R. Okajima1-4/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2016-06-08locking/rwsem: Add reader-owned state to the owner fieldWaiman Long1-2/+6
2016-05-26add down_write_killable_nested()Al Viro1-0/+16
2016-04-22locking/rwsem: Provide down_write_killable()Michal Hocko1-0/+19
2015-02-18locking/rwsem: Set lock ownership ASAPDavidlohr Bueso1-21/+1
2014-07-16locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso1-1/+1
2014-06-05locking/rwsem: Support optimistic spinningDavidlohr Bueso1-1/+30
2013-11-06locking: Move the rwsem code to kernel/locking/Peter Zijlstra1-0/+157