summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-5/+7
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
| * fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
* | Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-06-037-58/+35
|\ \
| * | s390/stack: add union to reflect kvm stack slot usagesHeiko Carstens2022-06-012-5/+5
| * | s390/stack: merge empty stack frame slotsHeiko Carstens2022-06-012-6/+6
| * | s390/mcck: isolate SIE instruction when setting CIF_MCCK_GUEST flagAlexander Gordeev2022-06-011-1/+5
| * | s390/perf: obtain sie_block from the right addressNico Boehr2022-05-251-1/+1
| * | s390: generate register offsets into pt_regs automaticallyHeiko Carstens2022-05-253-20/+16
| * | s390: simplify early program check handlerHeiko Carstens2022-05-254-31/+8
* | | Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-291-2/+1
|\ \ \
| * | | ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu2022-05-261-2/+1
| | |/ | |/|
* | | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-5/+8
|\ \ \ | |_|/ |/| |
| * | vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-5/+8
* | | s390/entry: workaround llvm's IAS limitationsHeiko Carstens2022-05-171-2/+12
* | | s390/alternatives: remove padding generation codeHeiko Carstens2022-05-171-59/+2
* | | s390/alternatives: provide identical sized orginal/alternative sequencesHeiko Carstens2022-05-171-10/+10
* | | s390/cpumf: add new extended counter set for IBM z16Thomas Richter2022-05-161-0/+148
* | | s390/stp: clock_delta should be signedSven Schnelle2022-05-111-4/+4
* | | s390/stp: fix todoff sizeSven Schnelle2022-05-111-3/+1
* | | s390/pai: add support for cryptography countersThomas Richter2022-05-094-1/+695
* | | s390/compat: cleanup compat_linux.h header fileHeiko Carstens2022-05-061-52/+28
* | | s390/entry: remove broken and not needed codeHeiko Carstens2022-05-061-4/+1
* | | s390/ptrace: move short psw definitions to ptrace header fileHeiko Carstens2022-05-061-7/+2
* | | s390/irq: utilize RCU instead of irq_lock_sparse() in show_msi_interrupt()Pingfan Liu2022-04-271-2/+2
* | | s390/vdso: add vdso randomizationSven Schnelle2022-04-251-1/+32
* | | s390/vdso: map vdso above stackSven Schnelle2022-04-251-1/+1
* | | s390/vdso: move vdso mapping to its own functionSven Schnelle2022-04-251-5/+19
* | | s390/smp: sort out physical vs virtual CPU0 lowcore pointerAlexander Gordeev2022-04-251-1/+1
* | | s390/kexec: set end-of-ipl flag in last diag308 callAlexander Egorenkov2022-04-252-3/+10
|/ /
* | s390/kexec: silence -Warray-bounds warningHeiko Carstens2022-04-071-1/+1
* | s390: add z16 elf platformHeiko Carstens2022-04-061-0/+4
|/
* Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-04-019-64/+56
|\
| * s390/smp: use physical address for SIGP_SET_PREFIX commandAlexander Gordeev2022-03-271-1/+1
| * s390/maccess: rework absolute lowcore accessorsAlexander Gordeev2022-03-275-19/+20
| * s390/smp: cleanup control register update routinesAlexander Gordeev2022-03-271-24/+12
| * s390/smp: cleanup target CPU callback startingAlexander Gordeev2022-03-271-4/+11
| * s390/unwind: avoid duplicated unwinding entries for kretprobesVasily Gorbik2022-03-271-2/+2
| * s390/unwind: recover kretprobe modified return address in stacktraceVasily Gorbik2022-03-271-6/+2
| * s390/kprobes: enable kretprobes framepointer verificationVasily Gorbik2022-03-271-4/+4
| * s390/alternatives: use insn format for new instructionsHeiko Carstens2022-03-271-5/+5
| * s390/traps: improve panic message for translation-specification exceptionHeiko Carstens2022-03-271-3/+3
* | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+1
|\ \
| * | arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada2022-03-311-2/+1
* | | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-4/+2
|\ \ \
| * | | tracehook: Remove tracehook.hEric W. Biederman2022-03-102-2/+0
| * | | task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman2022-03-101-2/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-251-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | kasan, x86, arm64, s390: rename functions for modules shadowAndrey Konovalov2022-03-241-1/+1
* | | | Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-03-2538-374/+284
|\ \ \ \ | |/ / / |/| | |