aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-26s390/uaccess: add missing EX_TABLE entries to __clear_user()Heiko Carstens1-3/+3
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+2
2022-10-03instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko1-1/+2
2022-08-30s390/delay: sync comment within __delay() with realityHeiko Carstens1-7/+4
2022-07-13s390/nospec: build expoline.o for modules_prepare targetVasily Gorbik3-1/+5
2022-05-17s390/alternatives: provide identical sized orginal/alternative sequencesHeiko Carstens1-2/+2
2022-04-12s390: current_stack_pointer shouldn't be a functionSven Schnelle1-1/+1
2022-03-27s390/test_unwind: verify __kretprobe_trampoline is replacedVasily Gorbik1-1/+8
2022-03-27s390/test_unwind: extend kretprobe testVasily Gorbik1-16/+33
2022-03-27s390/alternatives: use insn format for new instructionsHeiko Carstens1-2/+2
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds5-249/+222
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-18/+63
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-7/+14
2022-03-10s390/test_unwind: add kretprobe testsTobias Huschle1-0/+56
2022-03-10s390: convert ".insn" encoding to instruction namesVasily Gorbik1-6/+6
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik1-163/+7
2022-03-10s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch1-18/+63
2022-03-10s390/nospec: add an option to use thunk-externVasily Gorbik2-0/+13
2022-03-08s390/test_unwind: avoid build warning with W=1Vasily Gorbik1-5/+4
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens1-0/+1
2022-03-01s390/test_unwind: fix and extend kprobes testVasily Gorbik1-33/+50
2022-03-01s390/test_unwind: add ftrace testVasily Gorbik1-0/+59
2022-03-01s390/test_unwind: add "backtrace" module parameterVasily Gorbik1-1/+5
2022-03-01s390/test_unwind: minor cleanupVasily Gorbik1-44/+28
2022-03-01s390/test_unwind: show tests as skipped if unsupportedVasily Gorbik1-6/+3
2022-03-01Merge branch 'fixes' into featuresVasily Gorbik2-3/+3
2022-02-14s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch1-18/+63
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel1-7/+14
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens1-1/+0
2022-02-06s390/module: fix building test_modules_helpers.o with clangIlya Leoshkevich2-3/+3
2022-01-24s390/module: test loading modules with a lot of relocationsIlya Leoshkevich4-0/+101
2022-01-17s390/uaccess: introduce bit field for OAC specifierNico Boehr1-6/+18
2021-11-25s390/test_unwind: use raw opcode instead of invalid instructionIlie Halip1-2/+3
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-119/+229
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+3
2021-10-26s390/spinlock: remove incorrect kernel doc indicatorHeiko Carstens1-1/+1
2021-10-26s390/string: use generic strlcpyHeiko Carstens1-26/+0
2021-10-26s390/string: use generic strrchrHeiko Carstens1-19/+0
2021-10-26Merge branch 'fixes' into featuresVasily Gorbik1-8/+7
2021-10-12s390: fix strrchr() implementationRoberto Sassu1-8/+7
2021-10-11s390/test_unwind: convert to KUnitMete Durlu1-73/+96
2021-10-04kprobes: add testcases for s390Sven Schnelle4-0/+132
2021-09-25lib/string: Move helper functions out of string.cKees Cook1-0/+3
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann1-63/+0
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-52/+0
2021-07-27s390: use generic strncpy/strnlen from_userHeiko Carstens1-52/+0
2021-07-27s390/delay: get rid of not needed header includesHeiko Carstens1-9/+2
2021-07-08s390/lib: use call_on_stack() macroHeiko Carstens1-2/+3
2021-07-05s390/lib,string: fix strcat() inline asm constraint modifierHeiko Carstens1-1/+1
2021-07-05s390/lib,uaccess: fix copy_in_user_mvcos() inline asm clobber listHeiko Carstens1-1/+1