summaryrefslogtreecommitdiffstats
path: root/kernel/futex.c
Commit message (Expand)AuthorAgeFilesLines
* futex: Unbreak futex hashingThomas Gleixner2020-03-091-2/+2
* futex: Fix inode life-time issuePeter Zijlstra2020-03-061-36/+53
* futex: Fix kernel-doc notation warningRandy Dunlap2020-01-091-0/+1
* futex: Prevent exit livelockThomas Gleixner2019-11-201-15/+91
* futex: Provide distinct return value when owner is exitingThomas Gleixner2019-11-201-7/+9
* futex: Add mutex around futex exitThomas Gleixner2019-11-201-0/+16
* futex: Provide state handling for exec() as wellThomas Gleixner2019-11-201-4/+34
* futex: Sanitize exit state handlingThomas Gleixner2019-11-201-7/+10
* futex: Mark the begin of futex exit explicitlyThomas Gleixner2019-11-201-1/+36
* futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner2019-11-201-0/+1
* futex: Split futex_mm_release() for exit/execThomas Gleixner2019-11-201-1/+6
* futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2019-11-201-12/+13
* futex: Move futex exit handling into futex codeThomas Gleixner2019-11-201-4/+29
* futex: Prevent robust futex exit raceYang Tao2019-11-151-7/+51
* futex: Drop leftover wake_q_add() commentDavidlohr Bueso2019-10-291-1/+1
* hrtimer/treewide: Use hrtimer_sleeper_start_expires()Thomas Gleixner2019-08-011-2/+2
* hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior2019-08-011-5/+3
* hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner2019-07-301-1/+1
* Merge tag 'v5.2-rc3' into locking/core, to pick up fixesIngo Molnar2019-06-031-14/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* | futex: Consolidate duplicated timer setup codeWaiman Long2019-05-281-30/+39
|/
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
* locking/futex: Allow low-level atomic operations to return -EAGAINWill Deacon2019-04-261-71/+117
* futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie2019-03-221-0/+4
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-061-15/+11
|\
| * Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-02-281-12/+20
| |\
| * | futex: Convert futex_pi_state.refcount to refcount_tElena Reshetova2019-02-111-7/+8
| * | sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso2019-02-041-2/+1
| * | futex: No need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-6/+2
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-101-1/+1
| |\ \ | | |/ | |/|
| | * y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-1/+1
* | | futex: Handle early deadlock return correctlyThomas Gleixner2019-02-081-10/+18
* | | futex: Fix barrier commentDavidlohr Bueso2019-02-081-2/+2
|/ /
* / futex: Fix (possible) missed wakeupPeter Zijlstra2019-01-211-5/+8
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-15/+20
* Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2018-12-281-8/+199
|\
| * y2038: futex: Add support for __kernel_timespecArnd Bergmann2018-12-071-10/+12
| * y2038: futex: Move compat implementation into futex.cArnd Bergmann2018-12-071-3/+192
* | futex: Cure exit raceThomas Gleixner2018-12-181-6/+63
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* futex: Replace spin_is_locked() with lockdepLance Roy2018-10-091-2/+2
* futex: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-201-0/+2
* pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-061-19/+1
* futex: Fix OWNER_DEAD fixupPeter Zijlstra2018-01-241-3/+3
* futex: Prevent overflow by strengthen input validationLi Jinyue2018-01-141-0/+3
* futex: Avoid violating the 10th rule of futexPeter Zijlstra2018-01-141-16/+67
* futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby2017-12-101-2/+2
* Merge branch 'linus' into core/urgent, to pick up dependent commitsIngo Molnar2017-11-041-2/+10
|\
| * futex: futex_wake_op, do not fail on invalid opJiri Slaby2017-11-021-2/+10