aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/sparc/include/asm/uaccess_32.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-13/+0
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-14/+4
2021-01-03sparc32: switch to generic extablesAl Viro1-33/+0
2021-01-03sparc32: kill lookup_fault()Al Viro1-5/+0
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-01-04Fix access_ok() fallout for sparc32 and powerpcLinus Torvalds1-2/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-15kill strlen_user()Al Viro1-1/+0
2017-04-02sparc: switch to RAW_COPY_USERAl Viro1-25/+4
2017-03-28sparc32: kill __ret_efault()Al Viro1-2/+0
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
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-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+3
2016-09-13sparc32: fix copy_from_user()Al Viro1-1/+3
2016-09-06usercopy: fold builtin_const check into inline functionKees Cook1-6/+3
2016-07-26sparc/uaccess: Enable hardened usercopyKees Cook1-4/+10
2016-01-04put the remnants of ..._user_ret() to restAl Viro1-65/+0
2015-01-13sparc32: nocheck uaccess coding style tweaksMichael S. Tsirkin1-61/+35
2015-01-13sparc32: uaccess_32 macro whitespace fixesMichael S. Tsirkin1-138/+227
2015-01-13sparc32/uaccess: fix sparse errorsMichael S. Tsirkin1-4/+4
2014-05-18sparc: drop use of extern for prototypes in arch/sparc/include/asmSam Ravnborg1-7/+7
2012-05-26sparc: use the new generic strnlen_user() functionDavid Miller1-18/+4
2012-05-22sparc: Add full proper error handling to strncpy_from_user().David S. Miller1-10/+0
2012-05-11sparc32: Kill asm/vac-ops.hDavid S. Miller1-1/+0
2010-08-09sparc: Kill user copy check code.David S. Miller1-15/+0
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-0/+15
2009-06-12module: trim exception table on init free.Rusty Russell1-0/+3
2008-07-27sparc, sparc64: use arch/sparc/includeSam Ravnborg1-0/+336