aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/futex.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-22/+37
2019-04-26arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()Will Deacon1-1/+3
2019-04-26arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OPWill Deacon1-21/+34
2019-04-26arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon1-8/+8
2019-04-18arm64: futex: Restore oldval initialization to work around buggy compilersNathan Chancellor1-1/+1
2019-04-12arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon1-8/+8
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-02-06arm64: futex: Mask __user pointers prior to dereferenceWill Deacon1-3/+6
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-22/+4
2017-05-30arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usageWill Deacon1-4/+4
2016-11-21arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas1-10/+7
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel1-8/+4
2016-02-02arm64: futex.h: Add missing PAN togglingJames Morse1-0/+2
2015-07-27arm64: atomics: prefetch the destination word for write prior to stxrWill Deacon1-0/+2
2015-07-27arm64: kernel: Add support for Privileged Access NeverJames Morse1-0/+8
2015-05-19sched/preempt, futex: Update comments to clarify that preemption doesn't have to be disabledDavid Hildenbrand1-2/+2
2014-02-07arm64: asm: remove redundant "cc" clobbersWill Deacon1-2/+2
2014-02-07arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon1-2/+4
2013-12-19arm64: futex: ensure .fixup entries are sufficiently alignedWill Deacon1-0/+1
2013-02-11arm64: atomics: fix grossly inconsistent asm constraints for exclusivesWill Deacon1-1/+1
2012-09-17arm64: Atomic operationsCatalin Marinas1-0/+136