summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: don't zero in __copy_from_user{,_inatomic}Al Viro2016-09-161-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/+0Star
* 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/+4Star
* 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