aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/futex.c
AgeCommit message (Expand)Author
2020-04-14Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/intel-x86Bruce Ashfield
2020-03-25futex: Unbreak futex hashingThomas Gleixner
2020-03-25futex: Fix inode life-time issuePeter Zijlstra
2019-12-02Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-12-01futex: Prevent robust futex exit raceYang Tao
2019-12-01y2038: futex: Move compat implementation into futex.cArnd Bergmann
2019-11-17futex: Delay deallocation of pi_stateThomas Gleixner
2019-11-17futex: Make the futex_hash_bucket lock rawSebastian Andrzej Siewior
2019-11-17Revert "futex: workaround migrate_disable/enable in different context"Sebastian Andrzej Siewior
2019-11-17Revert "rtmutex: Handle the various new futex race conditions"Sebastian Andrzej Siewior
2019-11-17Revert "futex: Ensure lock/unlock symetry versus pi_lock and hash bucket lock"Sebastian Andrzej Siewior
2019-05-17Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-05-10locking/futex: Allow low-level atomic operations to return -EAGAINWill Deacon
2019-04-12Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-03-27futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie
2019-03-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-03-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-03-05futex: Fix (possible) missed wakeupPeter Zijlstra
2019-02-12futex: Handle early deadlock return correctlyThomas Gleixner
2019-01-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2018-12-29futex: Cure exit raceThomas Gleixner
2018-11-28rtmutex: add sleeping lock implementationThomas Gleixner
2018-11-28futex: Ensure lock/unlock symetry versus pi_lock and hash bucket lockThomas Gleixner
2018-11-28rtmutex: Handle the various new futex race conditionsThomas Gleixner
2018-11-28hrtimer: consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior
2018-11-28futex: workaround migrate_disable/enable in different contextThomas Gleixner
2018-08-20futex: Mark expected switch fall-throughsGustavo A. R. Silva
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport
2018-01-24futex: Fix OWNER_DEAD fixupPeter Zijlstra
2018-01-14futex: Prevent overflow by strengthen input validationLi Jinyue
2018-01-14futex: Avoid violating the 10th rule of futexPeter Zijlstra
2017-12-10futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby
2017-11-04Merge branch 'linus' into core/urgent, to pick up dependent commitsIngo Molnar
2017-11-02futex: futex_wake_op, do not fail on invalid opJiri Slaby
2017-11-01futex: Fix more put_pi_state() vs. exit_pi_state_list() racesPeter Zijlstra
2017-09-25futex: Fix pi_state->owner serializationPeter Zijlstra
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2017-08-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-08-09futex: Remove unnecessary warning from get_futex_keyMel Gorman
2017-08-01futex: Allow for compiling out PI supportNicolas Pitre
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-05-16mutex, futex: adjust kernel-doc markups to generate ReSTMauro Carvalho Chehab
2017-04-15futex: Clarify mark_wake_futex memory barrier usageDarren Hart (VMware)
2017-04-14futex: Fix small (and harmless looking) inconsistenciesPeter Zijlstra
2017-04-14futex: Avoid freeing an active timerThomas Gleixner
2017-04-04rtmutex: Clean upPeter Zijlstra
2017-04-04rtmutex: Deboost before waking up the top waiterXunlei Pang