summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/uaccess.h
AgeCommit message (Expand)Author
2018-11-23arm64: uaccess: suppress spurious clang warningMark Rutland
2018-04-20arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userMark Rutland
2018-04-20arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_userMark Rutland
2018-04-20arm64: uaccess: Prevent speculative use of the current addr_limitMark Rutland
2018-04-20arm64: Use pointer masking to limit uaccess speculationMark Rutland
2018-04-20arm64: Make USER_DS an inclusive limitMark Rutland
2017-06-14arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko
2017-05-25arm64: uaccess: ensure extension of access_ok() addrMark Rutland
2016-10-20arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara
2016-09-15arm64: don't zero in __copy_from_user{,_inatomic}Al Viro
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2016-07-26arm64/uaccess: Enable hardened usercopyKees Cook
2016-06-21arm64: kasan: instrument user memory access APIYang Shi
2016-05-31arm64: Remove orphaned __addr_ok() definitionRobin Murphy
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse
2015-07-27arm64: kernel: Add support for Privileged Access NeverJames Morse
2015-01-13arm64: macro whitespace fixesMichael S. Tsirkin
2015-01-13arm64/uaccess: fix sparse errorsMichael S. Tsirkin
2014-03-20arm64: Fix __range_ok macroChristopher Covington
2013-12-19arm64: use generic strnlen_user and strncpy_from_user functionsWill Deacon
2013-09-25arm64: avoid multiple evaluation of ptr in get_user/put_user()AKASHI Takahiro
2013-05-28arm64: uaccess s/might_sleep/might_fault/Michael S. Tsirkin
2012-09-17arm64: User access library functionsCatalin Marinas