summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* s390/ctlreg: move control register code to separate fileHeiko Carstens2023-09-191-1/+0
* s390/uaccess: avoid __ashlti3() callHeiko Carstens2023-01-041-4/+4
* s390/uaccess: limit number of retries for cmpxchg_user_key()Janis Schoetterl-Glausch2022-11-221-8/+25
* s390/cmpxchg: make loop condition for 1,2 byte cases preciseJanis Schoetterl-Glausch2022-11-211-36/+44
* s390/uaccess: add cmpxchg_user_key()Heiko Carstens2022-11-211-0/+183
* Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-08-061-1/+0
|\
| * s390/crash: move copy_to_user_real() to crash_dump.cAlexander Gordeev2022-07-201-1/+0
* | No need of likely/unlikely on calls of check_copy_size()Al Viro2022-06-071-2/+2
|/
* s390/uaccess: whitespace cleanupHeiko Carstens2022-06-011-66/+66
* s390/uaccess: use __noreturn instead of __attribute__((noreturn))Heiko Carstens2022-06-011-3/+4
* s390/uaccess: use exception handler to zero result on get_user() failureHeiko Carstens2022-06-011-27/+45
* s390/uaccess: use symbolic names for inline assembler operandsHeiko Carstens2022-06-011-8/+8
* Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-03-251-37/+8
|\
| * s390: raise minimum supported machine generation to z10Vasily Gorbik2022-03-101-18/+0
| * s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch2022-03-101-0/+22
| * s390/extable: add dedicated uaccess handlerHeiko Carstens2022-03-081-18/+6
| * s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens2022-03-081-0/+1
| * s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev2022-02-091-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-241-0/+22
|\ \
| * | s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch2022-02-141-0/+22
| |/
* | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-13/+1
* | uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-2/+0
|/
* s390/uaccess: fix compile errorHeiko Carstens2022-01-231-2/+2
* s390/uaccess: introduce bit field for OAC specifierNico Boehr2022-01-171-43/+77
* arch: remove compat_alloc_user_spaceArnd Bergmann2021-09-081-3/+0
* s390: use generic strncpy/strnlen from_userHeiko Carstens2021-07-271-16/+2
* s390/uaccess: get rid of register asmHeiko Carstens2021-06-181-19/+17
* s390: convert to generic entrySven Schnelle2021-01-191-1/+1
* s390/mm: add debug user asce supportHeiko Carstens2020-11-231-0/+2
* s390/mm: remove set_fs / rework address space handlingHeiko Carstens2020-11-231-20/+2
* s390/uaccess: fix indentationHeiko Carstens2020-10-091-1/+1
* s390/uaccess: add default cases for __put_user_fn()/__get_user_fn()Heiko Carstens2020-10-091-4/+9
* s390/uaccess: add HAVE_GET_KERNEL_NOFAULT supportHeiko Carstens2020-09-171-0/+111
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* s390: Change s390_kernel_write() return type to match memcpy()Josh Poimboeuf2020-05-081-1/+1
* s390/uaccess: avoid (false positive) compiler warningsChristian Borntraeger2019-10-111-2/+2
* 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