summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/futex.h
AgeCommit message (Expand)Author
2019-07-03arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()Will Deacon
2019-05-10arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OPWill Deacon
2019-04-27arm64: futex: Restore oldval initialization to work around buggy compilersNathan Chancellor
2019-04-17arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon
2018-02-16arm64: futex: Mask __user pointers prior to dereferenceWill Deacon
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2017-05-30arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usageWill Deacon
2016-11-21arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel
2016-02-02arm64: futex.h: Add missing PAN togglingJames Morse
2015-07-27arm64: atomics: prefetch the destination word for write prior to stxrWill Deacon
2015-07-27arm64: kernel: Add support for Privileged Access NeverJames Morse
2015-05-19sched/preempt, futex: Update comments to clarify that preemption doesn't have...David Hildenbrand
2014-02-07arm64: asm: remove redundant "cc" clobbersWill Deacon
2014-02-07arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon
2013-12-19arm64: futex: ensure .fixup entries are sufficiently alignedWill Deacon
2013-02-11arm64: atomics: fix grossly inconsistent asm constraints for exclusivesWill Deacon
2012-09-17arm64: Atomic operationsCatalin Marinas