summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/futex.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-071-22/+37
|\
| * arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()Will Deacon2019-04-261-1/+3
| * arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OPWill Deacon2019-04-261-21/+34
| * arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon2019-04-261-8/+8
* | arm64: futex: Restore oldval initialization to work around buggy compilersNathan Chancellor2019-04-181-1/+1
* | arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon2019-04-121-8/+8
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-1/+1
* arm64: futex: Mask __user pointers prior to dereferenceWill Deacon2018-02-061-3/+6
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-22/+4Star
* arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usageWill Deacon2017-05-301-4/+4
* arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas2016-11-211-10/+7Star
* arm64: switch to relative exception tablesArd Biesheuvel2016-02-241-8/+4Star
* arm64: futex.h: Add missing PAN togglingJames Morse2016-02-021-0/+2
* arm64: atomics: prefetch the destination word for write prior to stxrWill Deacon2015-07-271-0/+2
* arm64: kernel: Add support for Privileged Access NeverJames Morse2015-07-271-0/+8
* sched/preempt, futex: Update comments to clarify that preemption doesn't have...David Hildenbrand2015-05-191-2/+2
* arm64: asm: remove redundant "cc" clobbersWill Deacon2014-02-071-2/+2
* arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon2014-02-071-2/+4
* arm64: futex: ensure .fixup entries are sufficiently alignedWill Deacon2013-12-191-0/+1
* arm64: atomics: fix grossly inconsistent asm constraints for exclusivesWill Deacon2013-02-111-1/+1
* arm64: Atomic operationsCatalin Marinas2012-09-171-0/+136