aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/uaccess.h
AgeCommit message (Expand)Author
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
2009-01-05parisc: fix kernel crash (protection id trap) when compiling ruby1.9Kyle McMartin
2008-10-10parisc: move include/asm-parisc to arch/parisc/include/asmKyle McMartin