index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
futex.c
Age
Commit message (
Expand
)
Author
2021-07-11
mm, futex: fix shared futex pgoff on shmem huge page
Hugh Dickins
2021-05-22
Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")
Thomas Gleixner
2021-03-30
futex: Handle transient "ownerless" rtmutex state correctly
Mike Galbraith
2021-03-30
futex: Fix incorrect should_fail_futex() handling
Mateusz Nosek
2021-03-30
futex: Prevent robust futex exit race
Yang Tao
2021-03-30
locking/futex: Allow low-level atomic operations to return -EAGAIN
Will Deacon
2021-03-30
futex: Fix (possible) missed wakeup
Peter Zijlstra
2021-03-30
futex: Handle early deadlock return correctly
Thomas Gleixner
2021-03-30
futex: Avoid freeing an active timer
Thomas Gleixner
2021-03-30
futex: Drop hb->lock before enqueueing on the rtmutex
Peter Zijlstra
2021-03-30
futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()
Peter Zijlstra
2021-03-30
futex,rt_mutex: Introduce rt_mutex_init_waiter()
Peter Zijlstra
2021-03-30
futex: Use smp_store_release() in mark_wake_futex()
Peter Zijlstra
2021-03-24
kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()
Oleg Nesterov
2021-03-07
futex: Don't enable IRQs unconditionally in put_pi_state()
Ben Hutchings
2021-03-07
futex: Fix more put_pi_state() vs. exit_pi_state_list() races
Ben Hutchings
2021-03-07
futex: Fix pi_state->owner serialization
Ben Hutchings
2021-03-07
futex: Futex_unlock_pi() determinism
Ben Hutchings
2021-03-07
futex: Pull rt_mutex_futex_unlock() out from under hb->lock
Ben Hutchings
2021-03-07
futex: Cleanup refcounting
Ben Hutchings
2021-03-07
futex: Cleanup variable names for futex_top_waiter()
Ben Hutchings
2021-03-03
futex: fix dead code in attach_to_pi_owner()
Thomas Gleixner
2021-03-03
futex: Fix OWNER_DEAD fixup
Peter Zijlstra
2021-02-23
futex: Cure exit race
Thomas Gleixner
2021-02-23
futex: Change locking rules
Peter Zijlstra
2021-02-23
futex: Ensure the correct return value from futex_lock_pi()
Thomas Gleixner
2021-02-10
futex: Handle faults correctly for PI futexes
Thomas Gleixner
2021-02-10
futex: Simplify fixup_pi_state_owner()
Thomas Gleixner
2021-02-10
futex: Use pi_state_update_owner() in put_pi_state()
Thomas Gleixner
2021-02-10
rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
Thomas Gleixner
2021-02-10
futex: Provide and use pi_state_update_owner()
Thomas Gleixner
2021-02-10
futex: Replace pointless printk in fixup_owner()
Thomas Gleixner
2021-02-10
futex: Avoid violating the 10th rule of futex
Peter Zijlstra
2021-02-10
futex: Rework inconsistent rt_mutex/futex_q state
Peter Zijlstra
2021-02-10
futex,rt_mutex: Provide futex specific rt_mutex API
Peter Zijlstra
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-02
futex: Unbreak futex hashing
Thomas Gleixner
2020-04-02
futex: Fix inode life-time issue
Peter Zijlstra
2019-03-27
futex: Ensure that futex address is aligned in handle_futex_death()
Chen Jie
2019-03-13
futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()
Peter Zijlstra
[next]