aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/uaccess.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-10/+3
2022-03-11parisc: Use SR_USER and SR_KERNEL in get_user() and put_user()Helge Deller1-14/+14
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-9/+3
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-1/+0
2022-02-14parisc: Fix some apparent put_user() failuresHelge Deller1-14/+15
2022-01-07parisc: Switch user access functions to signal errors in r29 instead of r8Helge Deller1-4/+8
2021-09-09parisc: Implement __get/put_kernel_nofault()Helge Deller1-61/+61
2021-09-09parisc: Drop strnlen_user() in favour of generic versionHelge Deller1-2/+1
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann1-2/+0
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
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-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2017-07-06Merge branch 'uaccess.strlen' 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-05-10parisc: Drop per_cpu uaccess related exception_data structHelge Deller1-11/+0
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-61/+8
2017-04-16parisc: Fix get_user() for 64-bit value on 32-bit kernelHelge Deller1-31/+55
2017-04-02parisc: switch to RAW_COPY_USERAl Viro1-56/+8
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.pariscAl Viro1-26/+36
2017-03-29parisc: Clean up fixup routines for get_user()/put_user()Helge Deller1-25/+34
2017-03-15parisc: Avoid compiler warnings with access_ok()Helge Deller1-1/+2
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-25parisc: Define access_ok() as macroHelge Deller1-5/+1
2016-10-06parisc: Add hardened usercopy featureHelge Deller1-14/+34
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+4
2016-09-13parisc: fix copy_from_user()Al Viro1-2/+4
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf1-10/+12
2016-05-22parisc: Add 64bit get_user() and put_user() for 32bit kernelHelge Deller1-1/+15
2016-05-22parisc: Simplify and speed up get_user() and put_user()Helge Deller1-58/+21
2016-04-08parisc: Update comment regarding relative extable supportHelge Deller1-6/+4
2016-04-08parisc: Unbreak handling exceptions from kernel modulesHelge Deller1-0/+1
2016-03-23parisc: Use generic extable search and sort routinesHelge Deller1-3/+4
2015-02-17parisc: macro whitespace fixesMichael S. Tsirkin1-58/+58
2015-02-16parisc/uaccess: fix sparse errorsMichael S. Tsirkin1-1/+1
2014-11-10parisc: Use BUILD_BUG() instead of undefined functionsHelge Deller1-11/+8
2013-11-19Revert "parisc: implement full version of access_ok()"Helge Deller1-42/+4
2013-11-07parisc: implement full version of access_ok()Helge Deller1-4/+42
2013-11-07parisc: provide macro to create exception table entriesHelge Deller1-3/+4
2013-04-25parisc: uaccess: fix compiler warnings caused by __put_user castingWill Deacon1-10/+4
2012-05-31[PARISC] update parisc to use generic strncpy_from_user()James Bottomley1-3/+2
2012-03-28Disintegrate asm/system.h for PA-RISCDavid Howells1-1/+0
2010-03-06parisc: add strict copy size checks (v2)Helge Deller1-2/+25
2009-06-11asm-generic: rename page.h and uaccess.hArnd Bergmann1-1/+1
2009-03-13parisc: fix `struct pt_regs' declared inside parameter list warningHelge Deller1-0/+1
2009-01-05parisc: fix kernel crash (protection id trap) when compiling ruby1.9Kyle McMartin1-0/+2
2008-10-10parisc: move include/asm-parisc to arch/parisc/include/asmKyle McMartin1-0/+244