aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/uaccess_64.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2017-07-03kill {__,}{get,put}_user_unaligned()Al Viro1-1/+0
2017-05-15kill strlen_user()Al Viro1-1/+0
2017-04-02sparc: switch to RAW_COPY_USERAl Viro1-28/+5
2017-03-05uaccess: drop pointless ifdefsAl Viro1-6/+0
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
2016-10-24sparc64: Delete now unused user copy fixup functions.David S. Miller1-33/+3
2016-10-24sparc64: Prepare to move to more saner user copy exception handling.David S. Miller1-6/+15
2016-10-24sparc64: Delete __ret_efault.David S. Miller1-1/+0
2016-10-05sparc64: separate extable_64.h, switch elf_64.h to itAl Viro1-17/+1
2016-09-06usercopy: fold builtin_const check into inline functionKees Cook1-4/+3
2016-07-26sparc/uaccess: Enable hardened usercopyKees Cook1-2/+9
2016-01-04put the remnants of ..._user_ret() to restAl Viro1-40/+0
2015-06-25sparc64: perf: Add sanity checking on addresses in user stackDavid Ahern1-0/+22
2015-01-13sparc64: nocheck uaccess coding style tweaksMichael S. Tsirkin1-63/+37
2015-01-13sparc64: uaccess_64 macro whitespace fixesMichael S. Tsirkin1-104/+144
2015-01-13sparc64/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2014-05-18sparc: drop use of extern for prototypes in arch/sparc/include/asmSam Ravnborg1-25/+25
2014-01-04Revert "sparc64: Fix __copy_{to,from}_user_inatomic defines."Dave Kleikamp1-2/+2
2012-10-14sparc64: clear syscall_noerror on the entry to syscall, not on the exitAl Viro1-2/+2
2012-10-10sparc64: Fix deficiencies in sun4v error reporting.David S. Miller1-0/+5
2012-05-26sparc: use the new generic strnlen_user() functionDavid Miller1-4/+4
2012-05-22sparc: Add full proper error handling to strncpy_from_user().David S. Miller1-4/+0
2012-03-28Disintegrate asm/system.h for SparcDavid Howells1-1/+0
2010-08-09sparc: Kill user copy check code.David S. Miller1-18/+5
2010-01-05sparc: copy_from_user() should not return -EFAULTHeiko Carstens1-1/+1
2009-12-10sparc: Use __builtin_object_size() to validate the buffer size for copy_from_user()David S. Miller1-4/+19
2009-08-16sparc64: cheaper asm/uaccess.h inclusionAlexey Dobriyan1-1/+1
2009-06-11asm-generic: rename page.h and uaccess.hArnd Bergmann1-1/+1
2008-11-01sparc64: Fix __copy_{to,from}_user_inatomic defines.Hugh Dickins1-2/+2
2008-07-27sparc, sparc64: use arch/sparc/includeSam Ravnborg1-0/+273