summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: uaccess: Implement unsafe accessorsJulien Thierry2019-01-251-20/+59
* arm64: uaccess: Cleanup get/put_user()Julien Thierry2019-01-251-24/+12
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-4/+4
* arm64: move untagged_addr macro from uaccess.h to memory.hAndrey Konovalov2018-12-281-7/+0
* arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon2018-12-061-2/+1
* Revert "arm64: uaccess: implement unsafe accessors"James Morse2018-10-101-46/+15
* arm64: remove unused asm/compiler.h header fileArd Biesheuvel2018-10-011-1/+0
* arm64: uaccess: implement unsafe accessorsJulien Thierry2018-09-101-15/+46
* arm64: uaccess: Formalise types for access_ok()Robin Murphy2018-02-191-6/+6
* arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon2018-02-061-7/+22
* arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_userWill Deacon2018-02-061-22/+32
* arm64: uaccess: Prevent speculative use of the current addr_limitWill Deacon2018-02-061-0/+7
* arm64: Use pointer masking to limit uaccess speculationRobin Murphy2018-02-061-3/+23
* arm64: Make USER_DS an inclusive limitRobin Murphy2018-02-061-19/+26
* arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas2018-01-161-3/+6
* arm64: Re-order reserved_ttbr0 in linker scriptSteve Capper2018-01-141-2/+2
* arm64: uaccess: Add PAN helperJames Morse2018-01-131-0/+12
* arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon2017-12-111-2/+2
* arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon2017-12-111-4/+17
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-051-0/+12
|\
| * arm64: uaccess: Implement *_flushcache variantsRobin Murphy2017-08-091-0/+12
* | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-041-0/+3
|\ \ | |/ |/|
| * arm64/syscalls: Check address limit on user-mode returnThomas Garnier2017-07-081-0/+3
* | arm64: uaccess: Remove redundant __force from addr cast in __range_okWill Deacon2017-07-201-1/+1
* | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-4/+0
|\ \
| * | kill {__,}{get,put}_user_unaligned()Al Viro2017-07-031-4/+0
| |/
* / kill strlen_user()Al Viro2017-05-151-1/+0
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-05-111-6/+7
|\
| * arm64: uaccess: suppress spurious clang warningMark Rutland2017-05-091-2/+2
| * arm64: uaccess: ensure extension of access_ok() addrMark Rutland2017-05-091-1/+2
| * arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko2017-05-091-3/+3
* | arm64: switch to RAW_COPY_USERAl Viro2017-03-281-50/+5
* | arm64: add extable.hAl Viro2017-03-281-22/+1
* | uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-2/+0
* | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-051-3/+0
|/
* arm64: uaccess: consistently check object sizesMark Rutland2017-02-081-2/+2
* arm64: don't pull uaccess.h into *.SAl Viro2016-12-261-64/+0
* arm64: Disable PAN on uaccess_enable()Marc Zyngier2016-12-121-1/+1
* arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas2016-11-211-6/+102
* arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas2016-11-211-10/+69
* arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara2016-10-201-0/+8
* arm64: don't zero in __copy_from_user{,_inatomic}Al Viro2016-09-151-4/+6
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-5/+10
|\
| * arm64/uaccess: Enable hardened usercopyKees Cook2016-07-261-7/+22
* | arm64: kasan: instrument user memory access APIYang Shi2016-06-211-4/+21
|/
* arm64: Remove orphaned __addr_ok() definitionRobin Murphy2016-05-311-13/+0
* arm64: switch to relative exception tablesArd Biesheuvel2016-02-241-14/+16
* arm64: kernel: Don't toggle PAN on systems with UAOJames Morse2016-02-181-4/+4
* arm64: kernel: Add support for User Access OverrideJames Morse2016-02-181-12/+32
* arm64: kernel: Add support for Privileged Access NeverJames Morse2015-07-271-0/+11