aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/uaccess.h
AgeCommit message (Expand)Author
2022-04-25arm64: Add support for user sub-page fault probingCatalin Marinas
2022-02-25uaccess: generalize access_ok()Arnd Bergmann
2022-02-25arm64: simplify access_ok()Arnd Bergmann
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann
2021-11-24arm64: uaccess: avoid blocking within critical sectionsMark Rutland
2021-10-29Merge branch 'for-next/mte' into for-next/coreWill Deacon
2021-10-21arm64: extable: add a dedicated uaccess handlerMark Rutland
2021-10-21arm64: extable: consolidate definitionsMark Rutland
2021-10-07arm64: mte: Add asymmetric mode supportVincenzo Frascino
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann
2021-04-11arm64: mte: Enable TCO in functions that can read beyond buffer limitsVincenzo Frascino
2021-02-03arm64: vmlinux.ld.S: add assertion for reserved_pg_dir offsetJoey Gouly
2021-01-07arm64: Move PSTATE.TCO setting to separate functionsCatalin Marinas
2020-12-22arm64: mte: add in-kernel tag fault handlerVincenzo Frascino
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas
2020-12-02arm64: uaccess: remove redundant PAN togglingMark Rutland
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland
2020-12-02arm64: uaccess: split user/kernel routinesMark Rutland
2020-12-02arm64: uaccess: refactor __{get,put}_userMark Rutland
2020-12-02arm64: uaccess: rename privileged uaccess routinesMark Rutland
2020-11-10arm64: consistently use reserved_pg_dirMark Rutland
2020-08-12uaccess: remove segment_eqChristoph Hellwig
2020-07-21arm64: Reduce the number of header files pulled into vmlinux.lds.SWill Deacon
2020-05-22arm64: Add get_user() type annotation on the !access_ok() pathAl Viro
2019-12-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-12-06arm64: Validate tagged addresses in access_ok() called from kernel threadsCatalin Marinas
2019-11-20arm64: uaccess: Remove uaccess_*_not_uao asm macrosPavel Tatashin
2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas
2019-08-06arm64: untag user pointers in access_ok and __uaccess_mask_ptrAndrey Konovalov
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-03-01Revert "arm64: uaccess: Implement unsafe accessors"Catalin Marinas
2019-01-25arm64: uaccess: Implement unsafe accessorsJulien Thierry
2019-01-25arm64: uaccess: Cleanup get/put_user()Julien Thierry
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-28arm64: move untagged_addr macro from uaccess.h to memory.hAndrey Konovalov
2018-12-06arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon
2018-10-10Revert "arm64: uaccess: implement unsafe accessors"James Morse
2018-10-01arm64: remove unused asm/compiler.h header fileArd Biesheuvel
2018-09-10arm64: uaccess: implement unsafe accessorsJulien Thierry
2018-02-19arm64: uaccess: Formalise types for access_ok()Robin Murphy
2018-02-06arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon
2018-02-06arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_userWill Deacon
2018-02-06arm64: uaccess: Prevent speculative use of the current addr_limitWill Deacon
2018-02-06arm64: Use pointer masking to limit uaccess speculationRobin Murphy
2018-02-06arm64: Make USER_DS an inclusive limitRobin Murphy
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas
2018-01-14arm64: Re-order reserved_ttbr0 in linker scriptSteve Capper
2018-01-13arm64: uaccess: Add PAN helperJames Morse