summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/uaccess.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-19s390/ctlreg: move control register code to separate fileHeiko Carstens1-1/+0
2023-01-04s390/uaccess: avoid __ashlti3() callHeiko Carstens1-4/+4
2022-11-22s390/uaccess: limit number of retries for cmpxchg_user_key()Janis Schoetterl-Glausch1-8/+25
2022-11-21s390/cmpxchg: make loop condition for 1,2 byte cases preciseJanis Schoetterl-Glausch1-36/+44
2022-11-21s390/uaccess: add cmpxchg_user_key()Heiko Carstens1-0/+183
2022-08-06Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+0
2022-07-20s390/crash: move copy_to_user_real() to crash_dump.cAlexander Gordeev1-1/+0
2022-06-07No need of likely/unlikely on calls of check_copy_size()Al Viro1-2/+2
2022-06-01s390/uaccess: whitespace cleanupHeiko Carstens1-66/+66
2022-06-01s390/uaccess: use __noreturn instead of __attribute__((noreturn))Heiko Carstens1-3/+4
2022-06-01s390/uaccess: use exception handler to zero result on get_user() failureHeiko Carstens1-27/+45
2022-06-01s390/uaccess: use symbolic names for inline assembler operandsHeiko Carstens1-8/+8
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-37/+8
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+22
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik1-18/+0
2022-03-10s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch1-0/+22
2022-03-08s390/extable: add dedicated uaccess handlerHeiko Carstens1-18/+6
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens1-0/+1
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-13/+1
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2022-02-14s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch1-0/+22
2022-02-09s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev1-1/+1
2022-01-23s390/uaccess: fix compile errorHeiko Carstens1-2/+2
2022-01-17s390/uaccess: introduce bit field for OAC specifierNico Boehr1-43/+77
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann1-3/+0
2021-07-27s390: use generic strncpy/strnlen from_userHeiko Carstens1-16/+2
2021-06-18s390/uaccess: get rid of register asmHeiko Carstens1-19/+17
2021-01-19s390: convert to generic entrySven Schnelle1-1/+1
2020-11-23s390/mm: add debug user asce supportHeiko Carstens1-0/+2
2020-11-23s390/mm: remove set_fs / rework address space handlingHeiko Carstens1-20/+2
2020-10-09s390/uaccess: fix indentationHeiko Carstens1-1/+1
2020-10-09s390/uaccess: add default cases for __put_user_fn()/__get_user_fn()Heiko Carstens1-4/+9
2020-09-17s390/uaccess: add HAVE_GET_KERNEL_NOFAULT supportHeiko Carstens1-0/+111
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2020-05-08s390: Change s390_kernel_write() return type to match memcpy()Josh Poimboeuf1-1/+1
2019-10-11s390/uaccess: avoid (false positive) compiler warningsChristian Borntraeger1-2/+2
2019-04-24s390/kasan: fix strncpy_from_user kasan checksVasily Gorbik1-0/+2
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
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/k...Linus 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/...Linus 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