aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/rwsem-spinlock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-339/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-10locking/rwsem-spinlock: Add killable versions of __down_read()Kirill Tkhai1-9/+28
2017-07-05locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()Kirill Tkhai1-2/+2
2017-03-16locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel1-5/+11
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso1-4/+4
2017-01-14kernel/locking: Compute 'current' directlyDavidlohr Bueso1-11/+7
2016-04-13locking/rwsem: Introduce basis for down_write_killable()Michal Hocko1-2/+20
2016-04-13locking/rwsem: Get rid of __down_write_nested()Michal Hocko1-6/+1
2015-02-18locking/rwsem: Document barrier need when waking tasksDavidlohr Bueso1-0/+7
2015-02-04locking/rwsem: Use task->state helpersDavidlohr Bueso1-1/+1
2014-07-16locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra1-14/+14
2013-11-06locking: Move the rwsem code to kernel/locking/Peter Zijlstra1-0/+296