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