index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
futex.c
Age
Commit message (
Expand
)
Author
2021-03-17
futex: fix dead code in attach_to_pi_owner()
Thomas Gleixner
2021-03-17
futex: Cure exit race
Thomas Gleixner
2021-03-17
futex: Change locking rules
Peter Zijlstra
2021-03-11
futex: fix spin_lock() / spin_unlock_irq() imbalance
Thomas Schoebel-Theuer
2021-03-11
futex: fix irq self-deadlock and satisfy assertion
Thomas Schoebel-Theuer
2021-03-07
futex: Ensure the correct return value from futex_lock_pi()
Thomas Gleixner
2021-03-03
futex: Fix OWNER_DEAD fixup
Peter Zijlstra
2021-02-10
futex: Handle faults correctly for PI futexes
Lee Jones
2021-02-10
futex: Simplify fixup_pi_state_owner()
Lee Jones
2021-02-10
futex: Use pi_state_update_owner() in put_pi_state()
Lee Jones
2021-02-10
rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
Lee Jones
2021-02-10
futex: Provide and use pi_state_update_owner()
Lee Jones
2021-02-10
futex: Replace pointless printk in fixup_owner()
Lee Jones
2021-02-10
futex: Avoid violating the 10th rule of futex
Lee Jones
2021-02-10
futex: Rework inconsistent rt_mutex/futex_q state
Lee Jones
2021-02-10
futex,rt_mutex: Provide futex specific rt_mutex API
Lee Jones
2021-02-03
futex: Prevent exit livelock
Thomas Gleixner
2021-02-03
futex: Provide distinct return value when owner is exiting
Thomas Gleixner
2021-02-03
futex: Add mutex around futex exit
Thomas Gleixner
2021-02-03
futex: Provide state handling for exec() as well
Thomas Gleixner
2021-02-03
futex: Sanitize exit state handling
Thomas Gleixner
2021-02-03
futex: Mark the begin of futex exit explicitly
Thomas Gleixner
2021-02-03
futex: Set task::futex_state to DEAD right after handling futex exit
Thomas Gleixner
2021-02-03
futex: Split futex_mm_release() for exit/exec
Thomas Gleixner
2021-02-03
futex: Replace PF_EXITPIDONE with a state
Thomas Gleixner
2021-02-03
futex: Move futex exit handling into futex code
Thomas Gleixner
2021-02-03
y2038: futex: Move compat implementation into futex.c
Arnd Bergmann
2020-04-24
futex: futex_wake_op, do not fail on invalid op
Jiri Slaby
2020-04-02
futex: Unbreak futex hashing
Thomas Gleixner
2020-04-02
futex: Fix inode life-time issue
Peter Zijlstra
2019-06-22
futex: Fix futex lock the wrong page
ZhangXiaoxu
2019-04-03
futex: Ensure that futex address is aligned in handle_futex_death()
Chen Jie
2019-03-23
futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()
Peter Zijlstra
2018-05-26
futex: futex_wake_op, fix sign_extend32 sign bits
Jiri Slaby
2018-05-26
futex: Remove duplicated code and fix undefined behaviour
Jiri Slaby
2018-05-26
futex: Remove unnecessary warning from get_futex_key
Mel Gorman
2018-04-13
futex: Remove requirement for lock_page() in get_futex_key()
Mel Gorman
2018-01-23
futex: Prevent overflow by strengthen input validation
Li Jinyue
2018-01-17
futex: Replace barrier() in unqueue_me() with READ_ONCE()
Jianyu Zhan
2017-03-22
futex: Add missing error handling to FUTEX_REQUEUE_PI
Peter Zijlstra
2017-03-22
futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
Peter Zijlstra
2017-02-23
futex: Move futex_init() to core_initcall
Yang Yang
2016-05-04
futex: Acknowledge a new waiter in counter before plist
Davidlohr Bueso
2016-05-04
futex: Handle unlock_pi race gracefully
Sebastian Andrzej Siewior
2016-02-25
futex: Drop refcount if requeue_pi() acquired the rtmutex
Thomas Gleixner
2016-02-25
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
2015-11-04
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2015-10-04
debugfs: Pass bool pointer to debugfs_create_bool()
Viresh Kumar
2015-09-22
futex: Force hot variables into a single cache line
Rasmus Villemoes
2015-07-20
futex: Make should_fail_futex() static
kbuild test robot
[next]