aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib/copy_in_user.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann1-77/+0
2021-07-15arm64: Avoid premature usercopy failureRobin Murphy1-7/+14
2020-12-02arm64: uaccess cleanup macro namingMark Rutland1-8/+8
2020-04-29arm64: Reorder the macro arguments in the copy routinesCatalin Marinas1-16/+16
2020-01-08arm64: lib: Use modern annotations for assembly functionsMark Brown1-2/+2
2019-11-20arm64: uaccess: Remove uaccess_*_not_uao asm macrosPavel Tatashin1-3/+0
2019-11-20arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess faultPavel Tatashin1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2018-12-10arm64: uaccess: use asm EXPORT_SYMBOL()Mark Rutland1-1/+3
2018-02-06arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon1-2/+3
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas1-1/+1
2017-12-11arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon1-1/+1
2017-03-28arm64: switch to RAW_COPY_USERAl Viro1-2/+2
2016-12-26arm64: don't pull uaccess.h into *.SAl Viro1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-21arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas1-8/+3
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse1-2/+2
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse1-8/+8
2015-10-07arm64: copy_to-from-in_user optimization using copy templateFeng Kan1-29/+38
2015-07-27arm64: kernel: Add support for Privileged Access NeverJames Morse1-0/+8
2015-07-27arm64: lib: use pair accessors for copy_*_user routinesWill Deacon1-6/+11
2012-09-17arm64: User access library functionsCatalin Marinas1-0/+63