aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/uaccess.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-23arm64: uaccess: simplify uaccess_mask_ptr()Mark Rutland1-11/+11
2022-06-28arm64: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO supportTong Tiangen1-47/+47
2022-04-25arm64: Add support for user sub-page fault probingCatalin Marinas1-0/+15
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-7/+4
2022-02-25arm64: simplify access_ok()Arnd Bergmann1-24/+10
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2021-11-24arm64: uaccess: avoid blocking within critical sectionsMark Rutland1-7/+41
2021-10-29Merge branch 'for-next/mte' into for-next/coreWill Deacon1-2/+2
2021-10-21arm64: extable: add a dedicated uaccess handlerMark Rutland1-15/+4
2021-10-21arm64: extable: consolidate definitionsMark Rutland1-6/+1
2021-10-07arm64: mte: Add asymmetric mode supportVincenzo Frascino1-2/+2
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann1-11/+0
2021-04-11arm64: mte: Enable TCO in functions that can read beyond buffer limitsVincenzo Frascino1-0/+22
2021-02-03arm64: vmlinux.ld.S: add assertion for reserved_pg_dir offsetJoey Gouly1-1/+1
2021-01-07arm64: Move PSTATE.TCO setting to separate functionsCatalin Marinas1-3/+13
2020-12-22arm64: mte: add in-kernel tag fault handlerVincenzo Frascino1-0/+23
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas1-2/+2
2020-12-02arm64: uaccess: remove redundant PAN togglingMark Rutland1-40/+19
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland1-35/+6
2020-12-02arm64: uaccess: split user/kernel routinesMark Rutland1-26/+38
2020-12-02arm64: uaccess: refactor __{get,put}_userMark Rutland1-17/+27
2020-12-02arm64: uaccess: rename privileged uaccess routinesMark Rutland1-2/+2
2020-11-10arm64: consistently use reserved_pg_dirMark Rutland1-2/+2
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2020-07-21arm64: Reduce the number of header files pulled into vmlinux.lds.SWill Deacon1-0/+1
2020-05-22arm64: Add get_user() type annotation on the !access_ok() pathAl Viro1-1/+1
2019-12-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+6
2019-12-06arm64: Validate tagged addresses in access_ok() called from kernel threadsCatalin Marinas1-1/+6
2019-11-20arm64: uaccess: Remove uaccess_*_not_uao asm macrosPavel Tatashin1-5/+22
2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas1-1/+3
2019-08-06arm64: untag user pointers in access_ok and __uaccess_mask_ptrAndrey Konovalov1-3/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-24/+12
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-03-01Revert "arm64: uaccess: Implement unsafe accessors"Catalin Marinas1-59/+20
2019-01-25arm64: uaccess: Implement unsafe accessorsJulien Thierry1-20/+59
2019-01-25arm64: uaccess: Cleanup get/put_user()Julien Thierry1-24/+12
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-4/+4
2018-12-28arm64: move untagged_addr macro from uaccess.h to memory.hAndrey Konovalov1-7/+0
2018-12-06arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon1-2/+1
2018-10-10Revert "arm64: uaccess: implement unsafe accessors"James Morse1-46/+15
2018-10-01arm64: remove unused asm/compiler.h header fileArd Biesheuvel1-1/+0
2018-09-10arm64: uaccess: implement unsafe accessorsJulien Thierry1-15/+46
2018-02-19arm64: uaccess: Formalise types for access_ok()Robin Murphy1-6/+6
2018-02-06arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon1-7/+22
2018-02-06arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_userWill Deacon1-22/+32
2018-02-06arm64: uaccess: Prevent speculative use of the current addr_limitWill Deacon1-0/+7
2018-02-06arm64: Use pointer masking to limit uaccess speculationRobin Murphy1-3/+23
2018-02-06arm64: Make USER_DS an inclusive limitRobin Murphy1-19/+26
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas1-3/+6