summaryrefslogtreecommitdiffstats
path: root/kernel/futex.c
Commit message (Expand)AuthorAgeFilesLines
* futex: Avoid freeing an active timerThomas Gleixner2021-08-101-1/+3
* futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith2021-08-101-2/+14
* futex: Futex_unlock_pi() determinismPeter Zijlstra2021-08-101-13/+11
* futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra2021-08-101-22/+55
* futex: Pull rt_mutex_futex_unlock() out from under hb->lockPeter Zijlstra2021-08-101-43/+68
* futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra2021-08-101-4/+1
* futex: Cleanup refcountingPeter Zijlstra2021-08-101-4/+9
* futex: Rename free_pi_state() to put_pi_state()Thomas Gleixner2021-08-101-7/+10
* futex: fix dead code in attach_to_pi_owner()Thomas Gleixner2021-03-171-3/+3
* futex: Cure exit raceThomas Gleixner2021-03-171-6/+65
* futex: Change locking rulesPeter Zijlstra2021-03-171-26/+112
* futex: fix spin_lock() / spin_unlock_irq() imbalanceThomas Schoebel-Theuer2021-03-111-1/+1
* futex: fix irq self-deadlock and satisfy assertionThomas Schoebel-Theuer2021-03-111-0/+2
* futex: Ensure the correct return value from futex_lock_pi()Thomas Gleixner2021-03-071-12/+12
* futex: Fix OWNER_DEAD fixupPeter Zijlstra2021-03-031-4/+3
* futex: Handle faults correctly for PI futexesLee Jones2021-02-101-18/+20
* futex: Simplify fixup_pi_state_owner()Lee Jones2021-02-101-14/+27
* futex: Use pi_state_update_owner() in put_pi_state()Lee Jones2021-02-101-4/+1
* rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Lee Jones2021-02-101-1/+1
* futex: Provide and use pi_state_update_owner()Lee Jones2021-02-101-31/+33
* futex: Replace pointless printk in fixup_owner()Lee Jones2021-02-101-7/+3
* futex: Avoid violating the 10th rule of futexLee Jones2021-02-101-13/+67
* futex: Rework inconsistent rt_mutex/futex_q stateLee Jones2021-02-101-36/+14
* futex,rt_mutex: Provide futex specific rt_mutex APILee Jones2021-02-101-16/+14
* futex: Prevent exit livelockThomas Gleixner2021-02-031-15/+91
* futex: Provide distinct return value when owner is exitingThomas Gleixner2021-02-031-4/+6
* futex: Add mutex around futex exitThomas Gleixner2021-02-031-0/+16
* futex: Provide state handling for exec() as wellThomas Gleixner2021-02-031-4/+34
* futex: Sanitize exit state handlingThomas Gleixner2021-02-031-7/+10
* futex: Mark the begin of futex exit explicitlyThomas Gleixner2021-02-031-1/+36
* futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner2021-02-031-0/+1
* futex: Split futex_mm_release() for exit/execThomas Gleixner2021-02-031-1/+6
* futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2021-02-031-9/+8
* futex: Move futex exit handling into futex codeThomas Gleixner2021-02-031-2/+26
* y2038: futex: Move compat implementation into futex.cArnd Bergmann2021-02-031-3/+192
* futex: futex_wake_op, do not fail on invalid opJiri Slaby2020-04-241-2/+10
* futex: Unbreak futex hashingThomas Gleixner2020-04-021-2/+2
* futex: Fix inode life-time issuePeter Zijlstra2020-04-021-36/+53
* futex: Fix futex lock the wrong pageZhangXiaoxu2019-06-221-2/+2
* futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie2019-04-031-0/+4
* futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra2019-03-231-2/+5
* futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby2018-05-261-2/+2
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2018-05-261-0/+39
* futex: Remove unnecessary warning from get_futex_keyMel Gorman2018-05-261-2/+3
* futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman2018-04-131-7/+91
* futex: Prevent overflow by strengthen input validationLi Jinyue2018-01-231-0/+3
* futex: Replace barrier() in unqueue_me() with READ_ONCE()Jianyu Zhan2018-01-171-2/+6
* futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra2017-03-221-0/+2
* futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra2017-03-221-9/+11
* futex: Move futex_init() to core_initcallYang Yang2017-02-231-1/+1