summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* s390/kasan: fix strncpy_from_user kasan checksVasily Gorbik2019-04-241-0/+2
* get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* s390: remove all code using the access register modeMartin Schwidefsky2017-11-141-20/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-3/+0
|\
| * kill {__,}{get,put}_user_unaligned()Al Viro2017-07-031-3/+0
* | kill strlen_user()Al Viro2017-05-151-17/+0
|/
* Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-011-142/+11
|\
| * s390: get rid of zeroing, switch to RAW_COPY_USERAl Viro2017-03-301-111/+9
| * s390: switch to extable.hAl Viro2017-03-281-25/+1
| * new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| * uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-2/+0
| * uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-051-3/+0
* | s390/uaccess: get_user() should zero on failure (again)Heiko Carstens2017-03-301-1/+1
|/
* s390: restore address space when returning to user spaceHeiko Carstens2017-02-231-10/+13
* s390: add missing "do {} while (0)" loop constructs to multiline macrosHeiko Carstens2017-02-171-2/+2
* s390: remove couple of unneeded semicolonsHeiko Carstens2017-01-161-2/+2
* s390/uaccess: make setfs macro return voidHeiko Carstens2016-11-231-3/+3
* Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-141-4/+4
|\
| * s390: get_user() should zero on failureAl Viro2016-09-131-4/+4
* | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-301-7/+12
|/
* s390/uaccess: fix __put_get_user_asm defineHeiko Carstens2016-06-281-2/+59
* s390/uaccess: use __builtin_expect for get_user/put_userHeiko Carstens2016-06-131-2/+2
* s390/extable: use generic search and sort routinesArd Biesheuvel2016-03-221-7/+1
* mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand2015-05-191-5/+10
* s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens2015-03-251-0/+1
* s390/uaccess: provide inline variants of get_user/put_userHeiko Carstens2014-05-201-0/+30
* s390/uaccess: rework uaccess code - fix locking issuesHeiko Carstens2014-04-031-2/+0
* s390/uaccess: remove copy_from_user_real()Heiko Carstens2014-02-241-1/+0
* s390/uaccess: consistent typesHeiko Carstens2014-02-211-10/+10
* s390/uaccess: get rid of indirect function callsHeiko Carstens2014-02-211-87/+61
* s390/uaccess: normalize order of parameters of indirect uaccess function callsHeiko Carstens2014-02-211-27/+27
* s390/uaccess: always run the kernel in home spaceMartin Schwidefsky2013-10-241-14/+4
* s390/uaccess: remove pointless access_ok() checksHeiko Carstens2013-02-281-18/+5
* s390/exceptions: switch to relative exception table entriesHeiko Carstens2012-09-261-1/+14
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-3/+1
* s390/smp: make absolute lowcore / cpu restart parameter accesses more robustHeiko Carstens2012-06-141-2/+0
* s390/uaccess: fix access_ok compile warningsHeiko Carstens2012-05-301-4/+9
* s390/kernel: Introduce memcpy_absolute() functionMichael Holzheu2012-05-301-1/+1
* Disintegrate asm/system.h for S390David Howells2012-03-281-0/+6
* [S390] uaccess: turn __access_ok() into a defineHeiko Carstens2011-05-261-5/+6
* futex: Sanitize futex ops argument typesMichel Lespinasse2011-03-111-2/+2
* futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse2011-03-111-1/+1
* [S390] uaccess: implement strict user copy checksHeiko Carstens2010-02-261-0/+12
* [S390] Use do_exception() in pagetable walk usercopy functions.Gerald Schaefer2009-12-071-0/+2
* [S390] uaccess: use might_fault() instead of might_sleep()Heiko Carstens2009-06-121-8/+8
* [S390] move include/asm-s390 to arch/s390/include/asmMartin Schwidefsky2008-08-011-0/+363