summaryrefslogtreecommitdiffstats
path: root/kernel/locking/rwsem-spinlock.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* locking/rwsem-spinlock: Add killable versions of __down_read()Kirill Tkhai2017-08-101-9/+28
* locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()Kirill Tkhai2017-07-051-2/+2
* locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel2017-03-161-5/+11
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* sched/core: Remove set_task_state()Davidlohr Bueso2017-01-141-4/+4
* kernel/locking: Compute 'current' directlyDavidlohr Bueso2017-01-141-11/+7
* locking/rwsem: Introduce basis for down_write_killable()Michal Hocko2016-04-131-2/+20
* locking/rwsem: Get rid of __down_write_nested()Michal Hocko2016-04-131-6/+1
* locking/rwsem: Document barrier need when waking tasksDavidlohr Bueso2015-02-181-0/+7
* locking/rwsem: Use task->state helpersDavidlohr Bueso2015-02-041-1/+1
* locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra2014-07-161-14/+14
* locking: Move the rwsem code to kernel/locking/Peter Zijlstra2013-11-061-0/+296
OpenPOWER on IntegriCloud