summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/uaccess.h
AgeCommit message (Expand)Author
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
2017-12-11arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon
2017-12-11arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-09-04Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-08-09arm64: uaccess: Implement *_flushcache variantsRobin Murphy
2017-07-20arm64: uaccess: Remove redundant __force from addr cast in __range_okWill Deacon
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-08arm64/syscalls: Check address limit on user-mode returnThomas Garnier
2017-07-03kill {__,}{get,put}_user_unaligned()Al Viro
2017-05-15kill strlen_user()Al Viro
2017-05-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-05-09arm64: uaccess: suppress spurious clang warningMark Rutland
2017-05-09arm64: uaccess: ensure extension of access_ok() addrMark Rutland
2017-05-09arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko
2017-03-28arm64: switch to RAW_COPY_USERAl Viro
2017-03-28arm64: add extable.hAl Viro
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro
2017-02-08arm64: uaccess: consistently check object sizesMark Rutland
2016-12-26arm64: don't pull uaccess.h into *.SAl Viro
2016-12-12arm64: Disable PAN on uaccess_enable()Marc Zyngier
2016-11-21arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas
2016-11-21arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas
2016-10-20arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara