summaryrefslogtreecommitdiffstats
path: root/arch/s390/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+2
|\
| * instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko2022-10-031-1/+2
* | s390/delay: sync comment within __delay() with realityHeiko Carstens2022-08-301-7/+4
|/
* s390/nospec: build expoline.o for modules_prepare targetVasily Gorbik2022-07-133-1/+5
* s390/alternatives: provide identical sized orginal/alternative sequencesHeiko Carstens2022-05-171-2/+2
* s390: current_stack_pointer shouldn't be a functionSven Schnelle2022-04-121-1/+1
* s390/test_unwind: verify __kretprobe_trampoline is replacedVasily Gorbik2022-03-271-1/+8
* s390/test_unwind: extend kretprobe testVasily Gorbik2022-03-271-16/+33
* s390/alternatives: use insn format for new instructionsHeiko Carstens2022-03-271-2/+2
* Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-03-255-249/+222
|\
| * s390/test_unwind: add kretprobe testsTobias Huschle2022-03-101-0/+56
| * s390: convert ".insn" encoding to instruction namesVasily Gorbik2022-03-101-6/+6
| * s390: raise minimum supported machine generation to z10Vasily Gorbik2022-03-101-163/+7
| * s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch2022-03-101-18/+63
| * s390/nospec: add an option to use thunk-externVasily Gorbik2022-03-102-0/+13
| * s390/test_unwind: avoid build warning with W=1Vasily Gorbik2022-03-081-5/+4
| * s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens2022-03-081-0/+1
| * s390/test_unwind: fix and extend kprobes testVasily Gorbik2022-03-011-33/+50
| * s390/test_unwind: add ftrace testVasily Gorbik2022-03-011-0/+59
| * s390/test_unwind: add "backtrace" module parameterVasily Gorbik2022-03-011-1/+5
| * s390/test_unwind: minor cleanupVasily Gorbik2022-03-011-44/+28
| * s390/test_unwind: show tests as skipped if unsupportedVasily Gorbik2022-03-011-6/+3
| * Merge branch 'fixes' into featuresVasily Gorbik2022-03-012-3/+3
| |\
| * | s390: remove invalid email address of Heiko CarstensHeiko Carstens2022-02-061-1/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-241-18/+63
|\ \ \
| * | | s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch2022-02-141-18/+63
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-211-7/+14
|\ \ \ | |_|/ |/| |
| * | lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel2022-02-111-7/+14
* | | s390/module: fix building test_modules_helpers.o with clangIlya Leoshkevich2022-02-062-3/+3
| |/ |/|
* | s390/module: test loading modules with a lot of relocationsIlya Leoshkevich2022-01-244-0/+101
|/
* s390/uaccess: introduce bit field for OAC specifierNico Boehr2022-01-171-6/+18
* s390/test_unwind: use raw opcode instead of invalid instructionIlie Halip2021-11-251-2/+3
* Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-067-119/+229
|\
| * s390/spinlock: remove incorrect kernel doc indicatorHeiko Carstens2021-10-261-1/+1
| * s390/string: use generic strlcpyHeiko Carstens2021-10-261-26/+0
| * s390/string: use generic strrchrHeiko Carstens2021-10-261-19/+0
| * Merge branch 'fixes' into featuresVasily Gorbik2021-10-261-8/+7
| |\
| * | s390/test_unwind: convert to KUnitMete Durlu2021-10-111-73/+96
| * | kprobes: add testcases for s390Sven Schnelle2021-10-044-0/+132
* | | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-0/+3
|\ \ \ | |_|/ |/| |
| * | lib/string: Move helper functions out of string.cKees Cook2021-09-251-0/+3
| |/
* / s390: fix strrchr() implementationRoberto Sassu2021-10-121-8/+7
|/
* arch: remove compat_alloc_user_spaceArnd Bergmann2021-09-081-63/+0
* Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-011-52/+0
|\
| * s390: use generic strncpy/strnlen from_userHeiko Carstens2021-07-271-52/+0
* | s390/delay: get rid of not needed header includesHeiko Carstens2021-07-271-9/+2
|/
* s390/lib: use call_on_stack() macroHeiko Carstens2021-07-081-2/+3
* s390/lib,string: fix strcat() inline asm constraint modifierHeiko Carstens2021-07-051-1/+1
* s390/lib,uaccess: fix copy_in_user_mvcos() inline asm clobber listHeiko Carstens2021-07-051-1/+1
* s390/lib,string: get rid of register asmHeiko Carstens2021-06-281-56/+75