summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-051-3/+0
* arm64: uaccess: consistently check object sizesMark Rutland2017-02-081-2/+2
* arm64: don't pull uaccess.h into *.SAl Viro2016-12-261-64/+0
* arm64: Disable PAN on uaccess_enable()Marc Zyngier2016-12-121-1/+1
* arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas2016-11-211-6/+102
* arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas2016-11-211-10/+69
* arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara2016-10-201-0/+8
* arm64: don't zero in __copy_from_user{,_inatomic}Al Viro2016-09-151-4/+6
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-5/+10
|\
| * arm64/uaccess: Enable hardened usercopyKees Cook2016-07-261-7/+22
* | arm64: kasan: instrument user memory access APIYang Shi2016-06-211-4/+21
|/
* arm64: Remove orphaned __addr_ok() definitionRobin Murphy2016-05-311-13/+0
* arm64: switch to relative exception tablesArd Biesheuvel2016-02-241-14/+16
* arm64: kernel: Don't toggle PAN on systems with UAOJames Morse2016-02-181-4/+4
* arm64: kernel: Add support for User Access OverrideJames Morse2016-02-181-12/+32
* arm64: kernel: Add support for Privileged Access NeverJames Morse2015-07-271-0/+11
* arm64: macro whitespace fixesMichael S. Tsirkin2015-01-131-1/+1
* arm64/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-1/+1
* arm64: Fix __range_ok macroChristopher Covington2014-03-201-2/+2
* arm64: use generic strnlen_user and strncpy_from_user functionsWill Deacon2013-12-191-21/+4
* arm64: avoid multiple evaluation of ptr in get_user/put_user()AKASHI Takahiro2013-09-251-4/+6
* arm64: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-2/+2
* arm64: User access library functionsCatalin Marinas2012-09-171-0/+297