summaryrefslogtreecommitdiff
path: root/arch/s390/lib
AgeCommit message (Expand)Author
2023-12-11s390/nmi: implement and use local_mcck_save() / local_mcck_restore()Heiko Carstens
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens
2023-09-19s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens
2023-09-19s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens
2023-09-19s390/ctlreg: move control register code to separate fileHeiko Carstens
2023-08-09s390: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-07-03s390: include linux/io.h instead of asm/io.hHeiko Carstens
2023-05-15s390: select ARCH_SUPPORTS_INT128Heiko Carstens
2023-04-19s390/lib: use SYM* macros instead of ENTRY(), etc.Heiko Carstens
2023-04-19s390/kasan: remove override of mem*() functionsHeiko Carstens
2023-04-04s390/uaccess: remove extra blank lineHeiko Carstens
2023-04-04s390/uaccess: get rid of not needed local variableHeiko Carstens
2023-04-04s390/uaccess: rename tmp1 and tmp2 variablesHeiko Carstens
2023-04-04s390/uaccess: sort EX_TABLE list for inline assembliesHeiko Carstens
2023-04-04s390/uaccess: rename/sort labels in inline assembliesHeiko Carstens
2023-04-04s390/uaccess: remove unused label in inline assembliesHeiko Carstens
2023-04-04s390/uaccess: use symbolic names for inline assembly operandsHeiko Carstens
2023-03-27s390/uaccess: add missing earlyclobber annotations to __clear_user()Heiko Carstens
2023-01-22s390/kprobes: replace kretprobe with rethookVasily Gorbik
2022-10-26s390/uaccess: add missing EX_TABLE entries to __clear_user()Heiko Carstens
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko
2022-08-30s390/delay: sync comment within __delay() with realityHeiko Carstens
2022-07-13s390/nospec: build expoline.o for modules_prepare targetVasily Gorbik
2022-05-17s390/alternatives: provide identical sized orginal/alternative sequencesHeiko Carstens
2022-04-12s390: current_stack_pointer shouldn't be a functionSven Schnelle
2022-03-27s390/test_unwind: verify __kretprobe_trampoline is replacedVasily Gorbik
2022-03-27s390/test_unwind: extend kretprobe testVasily Gorbik
2022-03-27s390/alternatives: use insn format for new instructionsHeiko Carstens
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-10s390/test_unwind: add kretprobe testsTobias Huschle
2022-03-10s390: convert ".insn" encoding to instruction namesVasily Gorbik
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik
2022-03-10s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch
2022-03-10s390/nospec: add an option to use thunk-externVasily Gorbik
2022-03-08s390/test_unwind: avoid build warning with W=1Vasily Gorbik
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens
2022-03-01s390/test_unwind: fix and extend kprobes testVasily Gorbik
2022-03-01s390/test_unwind: add ftrace testVasily Gorbik
2022-03-01s390/test_unwind: add "backtrace" module parameterVasily Gorbik
2022-03-01s390/test_unwind: minor cleanupVasily Gorbik
2022-03-01s390/test_unwind: show tests as skipped if unsupportedVasily Gorbik
2022-03-01Merge branch 'fixes' into featuresVasily Gorbik
2022-02-14s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens
2022-02-06s390/module: fix building test_modules_helpers.o with clangIlya Leoshkevich