summaryrefslogtreecommitdiffstats
path: root/kernel/futex.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-6/+6
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-07-111-1/+1
* Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")Thomas Gleixner2021-05-221-2/+1
* kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-241-2/+1
* futex: Handle faults correctly for PI futexesThomas Gleixner2021-01-301-36/+20
* futex: Simplify fixup_pi_state_owner()Thomas Gleixner2021-01-301-27/+26
* futex: Use pi_state_update_owner() in put_pi_state()Thomas Gleixner2021-01-301-7/+1
* rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Thomas Gleixner2021-01-301-1/+1
* futex: Provide and use pi_state_update_owner()Thomas Gleixner2021-01-301-33/+33
* futex: Replace pointless printk in fixup_owner()Thomas Gleixner2021-01-301-7/+3
* futex: Ensure the correct return value from futex_lock_pi()Thomas Gleixner2021-01-301-16/+16
* futex: Prevent exit livelockThomas Gleixner2021-01-301-15/+91
* futex: Provide distinct return value when owner is exitingThomas Gleixner2021-01-301-7/+9
* futex: Add mutex around futex exitThomas Gleixner2021-01-301-0/+16
* futex: Provide state handling for exec() as wellThomas Gleixner2021-01-301-4/+34
* futex: Sanitize exit state handlingThomas Gleixner2021-01-301-7/+10
* futex: Mark the begin of futex exit explicitlyThomas Gleixner2021-01-301-1/+36
* futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner2021-01-301-0/+1
* futex: Split futex_mm_release() for exit/execThomas Gleixner2021-01-301-1/+6
* futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2021-01-301-12/+13
* futex: Move futex exit handling into futex codeThomas Gleixner2021-01-301-4/+29
* futex: Don't enable IRQs unconditionally in put_pi_state()Dan Carpenter2020-11-181-2/+3
* futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith2020-11-101-2/+14
* futex: Fix incorrect should_fail_futex() handlingMateusz Nosek2020-11-051-1/+3
* futex: Unbreak futex hashingThomas Gleixner2020-03-251-2/+2
* futex: Fix inode life-time issuePeter Zijlstra2020-03-251-36/+53
* futex: Prevent robust futex exit raceYang Tao2019-12-011-7/+51
* y2038: futex: Move compat implementation into futex.cArnd Bergmann2019-12-011-3/+192
* locking/futex: Allow low-level atomic operations to return -EAGAINWill Deacon2019-05-101-71/+117
* futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie2019-03-271-0/+4
* futex: Fix (possible) missed wakeupPeter Zijlstra2019-03-051-5/+8
* futex: Handle early deadlock return correctlyThomas Gleixner2019-02-121-10/+18
* futex: Cure exit raceThomas Gleixner2018-12-291-6/+63
* 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
* | futex: Fix more put_pi_state() vs. exit_pi_state_list() racesPeter Zijlstra2017-11-011-3/+20
|/
* futex: Fix pi_state->owner serializationPeter Zijlstra2017-09-251-11/+22
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-0/+39
* Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-101-2/+3
|\
| * futex: Remove unnecessary warning from get_futex_keyMel Gorman2017-08-091-2/+3
* | futex: Allow for compiling out PI supportNicolas Pitre2017-08-011-0/+22
|/
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-2/+2
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-2/+2
* | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-031-20/+20
|\ \