aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-20s390/crash: support multi-segment iteratorsAlexander Gordeev1-106/+22
2022-07-20s390/crash: use static swap buffer for copy_to_user_real()Alexander Gordeev1-14/+12
2022-07-20s390/crash: move copy_to_user_real() to crash_dump.cAlexander Gordeev1-0/+26
2022-07-20s390/crash: fix incorrect number of bytes to copy to user spaceAlexander Gordeev1-1/+1
2022-07-20s390/crash: remove redundant panic() on save area allocation failureAlexander Gordeev1-1/+1
2022-06-23s390/crash: make copy_oldmem_page() return number of bytes copiedAlexander Gordeev1-3/+4
2022-06-23s390/crash: add missing iterator advance in copy_oldmem_page()Alexander Gordeev1-0/+7
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-5/+7
2022-06-03Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-58/+35
2022-06-01s390/stack: add union to reflect kvm stack slot usagesHeiko Carstens2-5/+5
2022-06-01s390/stack: merge empty stack frame slotsHeiko Carstens2-6/+6
2022-06-01s390/mcck: isolate SIE instruction when setting CIF_MCCK_GUEST flagAlexander Gordeev1-1/+5
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+1
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+8
2022-05-26ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu1-2/+1
2022-05-25s390/perf: obtain sie_block from the right addressNico Boehr1-1/+1
2022-05-25s390: generate register offsets into pt_regs automaticallyHeiko Carstens3-20/+16
2022-05-25s390: simplify early program check handlerHeiko Carstens4-31/+8
2022-05-17s390/entry: workaround llvm's IAS limitationsHeiko Carstens1-2/+12
2022-05-17s390/alternatives: remove padding generation codeHeiko Carstens1-59/+2
2022-05-17s390/alternatives: provide identical sized orginal/alternative sequencesHeiko Carstens1-10/+10
2022-05-16s390/cpumf: add new extended counter set for IBM z16Thomas Richter1-0/+148
2022-05-11s390/stp: clock_delta should be signedSven Schnelle1-4/+4
2022-05-11s390/stp: fix todoff sizeSven Schnelle1-3/+1
2022-05-09s390/pai: add support for cryptography countersThomas Richter4-1/+695
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-05-06s390/compat: cleanup compat_linux.h header fileHeiko Carstens1-52/+28
2022-05-06s390/entry: remove broken and not needed codeHeiko Carstens1-4/+1
2022-05-06s390/ptrace: move short psw definitions to ptrace header fileHeiko Carstens1-7/+2
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)1-5/+8
2022-04-27s390/irq: utilize RCU instead of irq_lock_sparse() in show_msi_interrupt()Pingfan Liu1-2/+2
2022-04-25s390/vdso: add vdso randomizationSven Schnelle1-1/+32
2022-04-25s390/vdso: map vdso above stackSven Schnelle1-1/+1
2022-04-25s390/vdso: move vdso mapping to its own functionSven Schnelle1-5/+19
2022-04-25s390/smp: sort out physical vs virtual CPU0 lowcore pointerAlexander Gordeev1-1/+1
2022-04-25s390/kexec: set end-of-ipl flag in last diag308 callAlexander Egorenkov2-3/+10
2022-04-07s390/kexec: silence -Warray-bounds warningHeiko Carstens1-1/+1
2022-04-06s390: add z16 elf platformHeiko Carstens1-0/+4
2022-04-01Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds9-64/+56
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada1-2/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-4/+2
2022-03-27s390/smp: use physical address for SIGP_SET_PREFIX commandAlexander Gordeev1-1/+1
2022-03-27s390/maccess: rework absolute lowcore accessorsAlexander Gordeev5-19/+20
2022-03-27s390/smp: cleanup control register update routinesAlexander Gordeev1-24/+12
2022-03-27s390/smp: cleanup target CPU callback startingAlexander Gordeev1-4/+11
2022-03-27s390/unwind: avoid duplicated unwinding entries for kretprobesVasily Gorbik1-2/+2
2022-03-27s390/unwind: recover kretprobe modified return address in stacktraceVasily Gorbik1-6/+2
2022-03-27s390/kprobes: enable kretprobes framepointer verificationVasily Gorbik1-4/+4