aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/uaccess.h
AgeCommit message (Expand)Author
2019-09-16s390/kasan: fix strncpy_from_user kasan checksVasily Gorbik
2017-11-14s390: remove all code using the access register modeMartin Schwidefsky
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-03kill {__,}{get,put}_user_unaligned()Al Viro
2017-05-15kill strlen_user()Al Viro
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-03-30s390: get rid of zeroing, switch to RAW_COPY_USERAl Viro
2017-03-30s390/uaccess: get_user() should zero on failure (again)Heiko Carstens
2017-03-28s390: switch to extable.hAl Viro
2017-03-28new helper: uaccess_kernel()Al Viro
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-23s390: restore address space when returning to user spaceHeiko Carstens
2017-02-17s390: add missing "do {} while (0)" loop constructs to multiline macrosHeiko Carstens
2017-01-16s390: remove couple of unneeded semicolonsHeiko Carstens
2016-11-23s390/uaccess: make setfs macro return voidHeiko Carstens
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-13s390: get_user() should zero on failureAl Viro
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf
2016-06-28s390/uaccess: fix __put_get_user_asm defineHeiko Carstens
2016-06-13s390/uaccess: use __builtin_expect for get_user/put_userHeiko Carstens
2016-03-22s390/extable: use generic search and sort routinesArd Biesheuvel
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand
2015-03-25s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens
2014-05-20s390/uaccess: provide inline variants of get_user/put_userHeiko Carstens
2014-04-03s390/uaccess: rework uaccess code - fix locking issuesHeiko Carstens
2014-02-24s390/uaccess: remove copy_from_user_real()Heiko Carstens
2014-02-21s390/uaccess: consistent typesHeiko Carstens
2014-02-21s390/uaccess: get rid of indirect function callsHeiko Carstens
2014-02-21s390/uaccess: normalize order of parameters of indirect uaccess function callsHeiko Carstens
2013-10-24s390/uaccess: always run the kernel in home spaceMartin Schwidefsky
2013-02-28s390/uaccess: remove pointless access_ok() checksHeiko Carstens
2012-09-26s390/exceptions: switch to relative exception table entriesHeiko Carstens
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens
2012-06-14s390/smp: make absolute lowcore / cpu restart parameter accesses more robustHeiko Carstens
2012-05-30s390/uaccess: fix access_ok compile warningsHeiko Carstens
2012-05-30s390/kernel: Introduce memcpy_absolute() functionMichael Holzheu
2012-03-28Disintegrate asm/system.h for S390David Howells
2011-05-26[S390] uaccess: turn __access_ok() into a defineHeiko Carstens
2011-03-11futex: Sanitize futex ops argument typesMichel Lespinasse
2011-03-11futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse
2010-02-26[S390] uaccess: implement strict user copy checksHeiko Carstens
2009-12-07[S390] Use do_exception() in pagetable walk usercopy functions.Gerald Schaefer
2009-06-12[S390] uaccess: use might_fault() instead of might_sleep()Heiko Carstens
2008-08-01[S390] move include/asm-s390 to arch/s390/include/asmMartin Schwidefsky