summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: mte: Enable TCO in functions that can read beyond buffer limitsVincenzo Frascino2021-04-111-0/+22
* arm64: vmlinux.ld.S: add assertion for reserved_pg_dir offsetJoey Gouly2021-02-031-1/+1
* arm64: Move PSTATE.TCO setting to separate functionsCatalin Marinas2021-01-071-3/+13
* arm64: mte: add in-kernel tag fault handlerVincenzo Frascino2020-12-221-0/+23
* Merge branch 'for-next/misc' into for-next/coreCatalin Marinas2020-12-091-2/+2
|\
| * arm64: consistently use reserved_pg_dirMark Rutland2020-11-101-2/+2
* | arm64: uaccess: remove redundant PAN togglingMark Rutland2020-12-021-40/+19
* | arm64: uaccess: remove set_fs()Mark Rutland2020-12-021-35/+6
* | arm64: uaccess: split user/kernel routinesMark Rutland2020-12-021-26/+38
* | arm64: uaccess: refactor __{get,put}_userMark Rutland2020-12-021-17/+27
* | arm64: uaccess: rename privileged uaccess routinesMark Rutland2020-12-021-2/+2
|/
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* arm64: Reduce the number of header files pulled into vmlinux.lds.SWill Deacon2020-07-211-0/+1
* arm64: Add get_user() type annotation on the !access_ok() pathAl Viro2020-05-221-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-12-061-1/+6
|\
| * arm64: Validate tagged addresses in access_ok() called from kernel threadsCatalin Marinas2019-12-061-1/+6
* | arm64: uaccess: Remove uaccess_*_not_uao asm macrosPavel Tatashin2019-11-201-5/+22
|/
* arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas2019-08-061-1/+3
* arm64: untag user pointers in access_ok and __uaccess_mask_ptrAndrey Konovalov2019-08-061-3/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-24/+12
|\
| * Revert "arm64: uaccess: Implement unsafe accessors"Catalin Marinas2019-03-011-59/+20
| * arm64: uaccess: Implement unsafe accessorsJulien Thierry2019-01-251-20/+59
| * arm64: uaccess: Cleanup get/put_user()Julien Thierry2019-01-251-24/+12
* | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0
|/
* 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
|/