aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/uaccess.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-14arm64: Re-order reserved_ttbr0 in linker scriptSteve Capper1-2/+2
2018-01-13arm64: uaccess: Add PAN helperJames Morse1-0/+12
2017-12-11arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon1-2/+2
2017-12-11arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon1-4/+17
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+12
2017-09-04Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2017-08-09arm64: uaccess: Implement *_flushcache variantsRobin Murphy1-0/+12
2017-07-20arm64: uaccess: Remove redundant __force from addr cast in __range_okWill Deacon1-1/+1
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+0
2017-07-08arm64/syscalls: Check address limit on user-mode returnThomas Garnier1-0/+3
2017-07-03kill {__,}{get,put}_user_unaligned()Al Viro1-4/+0
2017-05-15kill strlen_user()Al Viro1-1/+0
2017-05-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-6/+7
2017-05-09arm64: uaccess: suppress spurious clang warningMark Rutland1-2/+2
2017-05-09arm64: uaccess: ensure extension of access_ok() addrMark Rutland1-1/+2
2017-05-09arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko1-3/+3
2017-03-28arm64: switch to RAW_COPY_USERAl Viro1-50/+5
2017-03-28arm64: add extable.hAl Viro1-22/+1
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2017-02-08arm64: uaccess: consistently check object sizesMark Rutland1-2/+2
2016-12-26arm64: don't pull uaccess.h into *.SAl Viro1-64/+0
2016-12-12arm64: Disable PAN on uaccess_enable()Marc Zyngier1-1/+1
2016-11-21arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas1-6/+102
2016-11-21arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas1-10/+69
2016-10-20arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara1-0/+8
2016-09-15arm64: don't zero in __copy_from_user{,_inatomic}Al Viro1-4/+6
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-5/+10
2016-07-26arm64/uaccess: Enable hardened usercopyKees Cook1-7/+22
2016-06-21arm64: kasan: instrument user memory access APIYang Shi1-4/+21
2016-05-31arm64: Remove orphaned __addr_ok() definitionRobin Murphy1-13/+0
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel1-14/+16
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse1-4/+4
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse1-12/+32
2015-07-27arm64: kernel: Add support for Privileged Access NeverJames Morse1-0/+11
2015-01-13arm64: macro whitespace fixesMichael S. Tsirkin1-1/+1
2015-01-13arm64/uaccess: fix sparse errorsMichael S. Tsirkin1-1/+1
2014-03-20arm64: Fix __range_ok macroChristopher Covington1-2/+2
2013-12-19arm64: use generic strnlen_user and strncpy_from_user functionsWill Deacon1-21/+4
2013-09-25arm64: avoid multiple evaluation of ptr in get_user/put_user()AKASHI Takahiro1-4/+6
2013-05-28arm64: uaccess s/might_sleep/might_fault/Michael S. Tsirkin1-2/+2
2012-09-17arm64: User access library functionsCatalin Marinas1-0/+297