summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-10-16s390/crash: fix virtual vs physical address confusionAlexander Gordeev1-1/+1
2023-10-16s390/crash: remove unused parameterAlexander Gordeev1-2/+2
2023-09-19s390: use control register bit definesHeiko Carstens9-22/+22
2023-09-19s390/setup: make use of system_ctl_load()Heiko Carstens1-3/+3
2023-09-19s390/ctlreg: add system_ctl_load()Heiko Carstens1-18/+39
2023-09-19s390/early: use system_ctl_set_bit() instead of local_ctl_set_bit()Heiko Carstens1-6/+6
2023-09-19s390/ctlreg: allow to call system_ctl_set/clear_bit() earlyHeiko Carstens1-7/+34
2023-09-19s390/ctltreg: make initialization of control register save area explicitHeiko Carstens2-2/+12
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens7-50/+50
2023-09-19s390/kprobes,ptrace: open code struct per_regHeiko Carstens2-5/+19
2023-09-19s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()Heiko Carstens5-10/+10
2023-09-19s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens4-18/+18
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens15-67/+67
2023-09-19s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens5-7/+5
2023-09-19s390/ctlreg: move control register code to separate fileHeiko Carstens3-51/+66
2023-09-19s390/setup: use strlcat() instead of strcat()Heiko Carstens1-1/+1
2023-09-19s390/smp: keep the original lowcore for CPU 0Ilya Leoshkevich2-63/+0
2023-09-19s390/smp: disallow CPU hotplug of CPU 0Tobias Huschle1-4/+2
2023-09-19s390/smp,mcck: fix early IPI handlingHeiko Carstens2-11/+5
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2023-08-31Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-2/+3
2023-08-30s390/amode31: change type of __samode31, __eamode31, etcHeiko Carstens2-10/+10
2023-08-30s390/mm: simplify kernel mapping setupHeiko Carstens1-3/+1
2023-08-30s390: remove "noexec" optionHeiko Carstens2-3/+1
2023-08-29Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds14-65/+919
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-08-28s390/uv: UV feature check utilitySteffen Eiden1-1/+1
2023-08-23Merge branch 'vfio-ap' into featuresHeiko Carstens1-1/+2
2023-08-18s390/uv: export uv_pin_shared for direct usageJanosch Frank1-1/+2
2023-08-18s390/ipl: refactor deprecated strncpyJustin Stitt1-1/+1
2023-08-18s390/ipl: fix virtual vs physical address confusionAlexander Gordeev2-3/+3
2023-08-16s390/ipl: add common ipl parameter attribute groupSven Schnelle1-22/+6
2023-08-16s390/ipl: add missing secure/has_secure file to ipl type 'unknown'Sven Schnelle1-0/+2
2023-08-09s390: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada1-1/+1
2023-08-09s390: remove unneeded #include <asm/export.h>Masahiro Yamada1-2/+0
2023-08-09s390/smp: ensure global control register contents are in syncHeiko Carstens1-3/+12
2023-07-29s390/cert_store: fix error return code in fill_cs_keyring()Yang Yingliang1-0/+1
2023-07-29s390/mm: move pfault code to own C fileHeiko Carstens2-0/+2
2023-07-29KVM: s390: fix sthyi error handlingHeiko Carstens1-3/+3
2023-07-27s390/ftrace: use la instead of aghik in return_to_handler()Heiko Carstens1-1/+1
2023-07-27s390/ebcdic: fix typo in commentChristophe JAILLET1-1/+1
2023-07-27s390/diag: fix diagnose 8c descriptionHeiko Carstens1-1/+1
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt1-0/+1
2023-07-24s390/tracing: pass struct ftrace_regs to ftrace_trace_functionSven Schnelle2-25/+34
2023-07-24s390/mm: rework arch_get_mappable_range() callbackAlexander Gordeev1-0/+1
2023-07-24s390/kexec: make machine_kexec() depend on CONFIG_KEXEC_COREAlexander Gordeev1-2/+3
2023-07-24s390/ftrace: enable HAVE_FUNCTION_GRAPH_RETVALSven Schnelle2-2/+13
2023-07-24s390/hypfs: simplify memory allocationHeiko Carstens1-2/+22
2023-07-24s390/sthyi: enforce 4k alignment of vmalloc'ed areaHeiko Carstens1-1/+3
2023-07-24s390/diag: handle diag 204 subcode 4 address correctlyHeiko Carstens1-0/+2