aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic/futex.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-11futex: Fix additional regressionsGravatar Arnd Bergmann 1-1/+1
2021-11-26futex: Fix sparc32/m68k/nds32 build regressionGravatar Arnd Bergmann 1-2/+2
2021-11-25futex: Ensure futex_atomic_cmpxchg_inatomic() is presentGravatar Arnd Bergmann 1-20/+11
2020-03-27generic arch_futex_atomic_op_inuser() doesn't need access_ok()Gravatar Al Viro 1-2/+0
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeGravatar Al Viro 1-2/+2
2019-07-22futex: Cleanup generic SMP variant of arch_futex_atomic_op_inuser()Gravatar Vasily Averin 1-20/+1
2019-04-26futex: Update comments and docs about return values of arch futex codeGravatar Will Deacon 1-2/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-25futex: Remove duplicated code and fix undefined behaviourGravatar Jiri Slaby 1-41/+9
2016-04-21asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()Gravatar Romain Perier 1-2/+6
2015-05-19sched/preempt, futex: Disable preemption in UP futex_atomic_cmpxchg_inatomic(...Gravatar David Hildenbrand 1-0/+2
2015-05-19sched/preempt, futex: Disable preemption in UP futex_atomic_op_inuser() expli...Gravatar David Hildenbrand 1-2/+3
2014-12-08asm-generic: add generic futex for !CONFIG_SMPGravatar Ley Foon Tan 1-0/+114
2011-03-11futex: Sanitize futex ops argument typesGravatar Michel Lespinasse 1-4/+4
2011-03-11futex: Sanitize cmpxchg_futex_value_locked APIGravatar Michel Lespinasse 1-1/+2
2008-04-30remove __KERNEL__ tests of unexported headers under asm-generic/Gravatar Robert P. J. Day 1-3/+0
2008-04-30asm-*/futex.h should include linux/uaccess.hGravatar Jeff Dike 1-1/+1
2006-12-07[PATCH] mm: pagefault_{disable,enable}()Gravatar Peter Zijlstra 1-2/+2
2006-03-27[PATCH] lightweight robust futexes updatesGravatar Ingo Molnar 1-1/+1
2006-03-27[PATCH] lightweight robust futexes: arch defaultsGravatar Ingo Molnar 1-0/+6
2006-01-08[PATCH] consolidate asm/futex.hGravatar Jeff Dike 1-0/+53