summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/uaccess.h
AgeCommit message (Expand)Author
2024-01-30parisc: Fix random data corruption from exception handlerHelge Deller
2023-11-25parisc: Mark ex_table entries 32-bit aligned in uaccess.hHelge Deller
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-11parisc: Use SR_USER and SR_KERNEL in get_user() and put_user()Helge Deller
2022-02-25uaccess: generalize access_ok()Arnd Bergmann
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann
2022-02-14parisc: Fix some apparent put_user() failuresHelge Deller
2022-01-07parisc: Switch user access functions to signal errors in r29 instead of r8Helge Deller
2021-09-09parisc: Implement __get/put_kernel_nofault()Helge Deller
2021-09-09parisc: Drop strnlen_user() in favour of generic versionHelge Deller
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann
2020-08-12uaccess: remove segment_eqChristoph Hellwig
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-03kill {__,}{get,put}_user_unaligned()Al Viro
2017-05-15kill strlen_user()Al Viro
2017-05-10parisc: Drop per_cpu uaccess related exception_data structHelge Deller
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-04-16parisc: Fix get_user() for 64-bit value on 32-bit kernelHelge Deller
2017-04-02parisc: switch to RAW_COPY_USERAl Viro
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro
2017-03-29parisc: Clean up fixup routines for get_user()/put_user()Helge Deller
2017-03-15parisc: Avoid compiler warnings with access_ok()Helge Deller
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro
2017-02-25parisc: Define access_ok() as macroHelge Deller
2016-10-06parisc: Add hardened usercopy featureHelge Deller
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-13parisc: fix copy_from_user()Al Viro
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf
2016-05-22parisc: Add 64bit get_user() and put_user() for 32bit kernelHelge Deller
2016-05-22parisc: Simplify and speed up get_user() and put_user()Helge Deller
2016-04-08parisc: Update comment regarding relative extable supportHelge Deller
2016-04-08parisc: Unbreak handling exceptions from kernel modulesHelge Deller
2016-03-23parisc: Use generic extable search and sort routinesHelge Deller
2015-02-17parisc: macro whitespace fixesMichael S. Tsirkin
2015-02-16parisc/uaccess: fix sparse errorsMichael S. Tsirkin
2014-11-10parisc: Use BUILD_BUG() instead of undefined functionsHelge Deller
2013-11-19Revert "parisc: implement full version of access_ok()"Helge Deller
2013-11-07parisc: implement full version of access_ok()Helge Deller
2013-11-07parisc: provide macro to create exception table entriesHelge Deller
2013-04-25parisc: uaccess: fix compiler warnings caused by __put_user castingWill Deacon
2012-05-31[PARISC] update parisc to use generic strncpy_from_user()James Bottomley
2012-03-28Disintegrate asm/system.h for PA-RISCDavid Howells
2010-03-06parisc: add strict copy size checks (v2)Helge Deller
2009-06-11asm-generic: rename page.h and uaccess.hArnd Bergmann
2009-03-13parisc: fix `struct pt_regs' declared inside parameter list warningHelge Deller