summaryrefslogtreecommitdiff
path: root/kernel/futex.c (follow)
Commit message (Expand)AuthorAge
* futex: fix dead code in attach_to_pi_owner()Thomas Gleixner2021-03-17
* futex: Cure exit raceThomas Gleixner2021-03-17
* futex: Change locking rulesPeter Zijlstra2021-03-17
* futex: fix spin_lock() / spin_unlock_irq() imbalanceThomas Schoebel-Theuer2021-03-11
* futex: fix irq self-deadlock and satisfy assertionThomas Schoebel-Theuer2021-03-11
* futex: Ensure the correct return value from futex_lock_pi()Thomas Gleixner2021-03-07
* futex: Fix OWNER_DEAD fixupPeter Zijlstra2021-03-03
* futex: Handle faults correctly for PI futexesLee Jones2021-02-10
* futex: Simplify fixup_pi_state_owner()Lee Jones2021-02-10
* futex: Use pi_state_update_owner() in put_pi_state()Lee Jones2021-02-10
* rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Lee Jones2021-02-10
* futex: Provide and use pi_state_update_owner()Lee Jones2021-02-10
* futex: Replace pointless printk in fixup_owner()Lee Jones2021-02-10
* futex: Avoid violating the 10th rule of futexLee Jones2021-02-10
* futex: Rework inconsistent rt_mutex/futex_q stateLee Jones2021-02-10
* futex,rt_mutex: Provide futex specific rt_mutex APILee Jones2021-02-10
* futex: Prevent exit livelockThomas Gleixner2021-02-03
* futex: Provide distinct return value when owner is exitingThomas Gleixner2021-02-03
* futex: Add mutex around futex exitThomas Gleixner2021-02-03
* futex: Provide state handling for exec() as wellThomas Gleixner2021-02-03
* futex: Sanitize exit state handlingThomas Gleixner2021-02-03
* futex: Mark the begin of futex exit explicitlyThomas Gleixner2021-02-03
* futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner2021-02-03
* futex: Split futex_mm_release() for exit/execThomas Gleixner2021-02-03
* futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2021-02-03
* futex: Move futex exit handling into futex codeThomas Gleixner2021-02-03
* y2038: futex: Move compat implementation into futex.cArnd Bergmann2021-02-03
* futex: futex_wake_op, do not fail on invalid opJiri Slaby2020-04-24
* futex: Unbreak futex hashingThomas Gleixner2020-04-02
* futex: Fix inode life-time issuePeter Zijlstra2020-04-02
* futex: Fix futex lock the wrong pageZhangXiaoxu2019-06-22
* futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie2019-04-03
* futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra2019-03-23
* futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby2018-05-26
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2018-05-26
* futex: Remove unnecessary warning from get_futex_keyMel Gorman2018-05-26
* futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman2018-04-13
* futex: Prevent overflow by strengthen input validationLi Jinyue2018-01-23
* futex: Replace barrier() in unqueue_me() with READ_ONCE()Jianyu Zhan2018-01-17
* futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra2017-03-22
* futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra2017-03-22
* futex: Move futex_init() to core_initcallYang Yang2017-02-23
* futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso2016-05-04
* futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior2016-05-04
* futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner2016-02-25
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-02-25
* Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-04
|\
| * debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-04
* | futex: Force hot variables into a single cache lineRasmus Villemoes2015-09-22
|/
* futex: Make should_fail_futex() statickbuild test robot2015-07-20