aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-18s390/kexec: fix return code handlingHeiko Carstens2-2/+9
2021-11-18s390/dump: fix copying to user-space of swapped kdump oldmemAlexander Egorenkov1-2/+2
2021-11-16s390: wire up sys_futex_waitv system callVasily Gorbik1-0/+1
2021-11-16s390/vdso: filter out -mstack-guard and -mstack-sizeSven Schnelle1-2/+3
2021-11-16s390/vdso: remove -nostdlib compiler flagMasahiro Yamada2-2/+2
2021-11-16s390/setup: re-arrange memblock setupVasily Gorbik1-5/+4
2021-11-16s390/setup: avoid using memblock_enforce_memory_limitVasily Gorbik1-3/+0
2021-11-16s390/setup: avoid reserving memory above identity mappingVasily Gorbik1-9/+1
2021-11-13Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+3
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-2/+2
2021-11-08s390/cpumf: cpum_cf PMU displays invalid value after hotplug removeThomas Richter1-1/+3
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds22-275/+403
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-8/+9
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand1-1/+2
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport3-7/+7
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport1-1/+1
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+57
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds2-10/+15
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-13/+10
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman1-1/+1
2021-10-29signal/s390: Use force_sigsegv in default_trap_handlerEric W. Biederman1-1/+1
2021-10-27KVM: s390: pv: properly handle page flags for protected guestsClaudio Imbrenda1-1/+33
2021-10-26s390: support command lines longer than 896 bytesSven Schnelle3-5/+20
2021-10-26s390/kexec_file: move kernel image size checkSven Schnelle1-15/+2
2021-10-26s390/cpumf: Allow multiple processes to access /dev/hwcThomas Richter1-78/+150
2021-10-26s390: add support for BEAR enhancement facilitySven Schnelle7-16/+61
2021-10-26s390: introduce nospec_uses_trampoline()Sven Schnelle2-2/+2
2021-10-26s390: rename last_break to pgm_last_breakSven Schnelle2-2/+2
2021-10-26s390/ptrace: add last_break member to pt_regsSven Schnelle2-2/+2
2021-10-26s390/sclp: sort out physical vs virtual pointers usageAlexander Gordeev1-0/+1
2021-10-26s390/setup: convert start and end initrd pointers to virtualAlexander Gordeev1-1/+1
2021-10-26s390/setup: use physical pointers for memblock_reserve()Alexander Gordeev1-5/+2
2021-10-26s390/setup: use virtual address for STSI instructionAlexander Gordeev1-4/+2
2021-10-26s390/cpcmd: use physical address for command and responseAlexander Gordeev1-3/+3
2021-10-25KVM: s390: pv: avoid stalls when making pages secureClaudio Imbrenda1-6/+23
2021-10-25s390/uv: fully validate the VMA before calling follow_page()David Hildenbrand1-1/+1
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman1-1/+1
2021-10-19s390: make STACK_FRAME_OVERHEAD available via asm-offsets.hHeiko Carstens1-0/+1
2021-10-19s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALL supportHeiko Carstens1-6/+17
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-2/+2
2021-10-11s390/ftrace: provide separate ftrace_caller/ftrace_regs_caller implementationsHeiko Carstens1-12/+29
2021-10-11s390/jump_label: add __init_or_module annotationHeiko Carstens1-2/+3
2021-10-11s390/jump_label: rename __jump_label_transform()Heiko Carstens1-6/+6
2021-10-11s390/jump_label: make use of HAVE_JUMP_LABEL_BATCHHeiko Carstens1-0/+13
2021-10-11s390/ftrace: add missing serialization for graph caller patchingHeiko Carstens1-0/+2
2021-10-11s390/ftrace: use text_poke_sync_lock()Heiko Carstens1-6/+6
2021-10-11s390/jump_label: use text_poke_sync()Heiko Carstens1-6/+2
2021-10-11s390: introduce text_poke_sync()Heiko Carstens1-0/+20
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-5/+0
2021-10-04s390/boot: allocate amode31 section in decompressorAlexander Gordeev3-13/+11