summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)Author
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-06-03Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-06-01s390/stack: add union to reflect kvm stack slot usagesHeiko Carstens
2022-06-01s390/stack: merge empty stack frame slotsHeiko Carstens
2022-06-01s390/mcck: isolate SIE instruction when setting CIF_MCCK_GUEST flagAlexander Gordeev
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-26ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu
2022-05-25s390/perf: obtain sie_block from the right addressNico Boehr
2022-05-25s390: generate register offsets into pt_regs automaticallyHeiko Carstens
2022-05-25s390: simplify early program check handlerHeiko Carstens
2022-05-17s390/entry: workaround llvm's IAS limitationsHeiko Carstens
2022-05-17s390/alternatives: remove padding generation codeHeiko Carstens
2022-05-17s390/alternatives: provide identical sized orginal/alternative sequencesHeiko Carstens
2022-05-16s390/cpumf: add new extended counter set for IBM z16Thomas Richter
2022-05-11s390/stp: clock_delta should be signedSven Schnelle
2022-05-11s390/stp: fix todoff sizeSven Schnelle
2022-05-09s390/pai: add support for cryptography countersThomas Richter
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2022-05-06s390/compat: cleanup compat_linux.h header fileHeiko Carstens
2022-05-06s390/entry: remove broken and not needed codeHeiko Carstens
2022-05-06s390/ptrace: move short psw definitions to ptrace header fileHeiko Carstens
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)
2022-04-27s390/irq: utilize RCU instead of irq_lock_sparse() in show_msi_interrupt()Pingfan Liu
2022-04-25s390/vdso: add vdso randomizationSven Schnelle
2022-04-25s390/vdso: map vdso above stackSven Schnelle
2022-04-25s390/vdso: move vdso mapping to its own functionSven Schnelle
2022-04-25s390/smp: sort out physical vs virtual CPU0 lowcore pointerAlexander Gordeev
2022-04-25s390/kexec: set end-of-ipl flag in last diag308 callAlexander Egorenkov
2022-04-07s390/kexec: silence -Warray-bounds warningHeiko Carstens
2022-04-06s390: add z16 elf platformHeiko Carstens
2022-04-01Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-27s390/smp: use physical address for SIGP_SET_PREFIX commandAlexander Gordeev
2022-03-27s390/maccess: rework absolute lowcore accessorsAlexander Gordeev
2022-03-27s390/smp: cleanup control register update routinesAlexander Gordeev
2022-03-27s390/smp: cleanup target CPU callback startingAlexander Gordeev
2022-03-27s390/unwind: avoid duplicated unwinding entries for kretprobesVasily Gorbik
2022-03-27s390/unwind: recover kretprobe modified return address in stacktraceVasily Gorbik
2022-03-27s390/kprobes: enable kretprobes framepointer verificationVasily Gorbik
2022-03-27s390/alternatives: use insn format for new instructionsHeiko Carstens
2022-03-27s390/traps: improve panic message for translation-specification exceptionHeiko Carstens
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-03-24kasan, x86, arm64, s390: rename functions for modules shadowAndrey Konovalov
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand
2022-03-10tracehook: Remove tracehook.hEric W. Biederman