summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)Author
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman
2021-10-29signal/s390: Use force_sigsegv in default_trap_handlerEric W. Biederman
2021-10-27KVM: s390: pv: properly handle page flags for protected guestsClaudio Imbrenda
2021-10-26s390: support command lines longer than 896 bytesSven Schnelle
2021-10-26s390/kexec_file: move kernel image size checkSven Schnelle
2021-10-26s390/cpumf: Allow multiple processes to access /dev/hwcThomas Richter
2021-10-26s390: add support for BEAR enhancement facilitySven Schnelle
2021-10-26s390: introduce nospec_uses_trampoline()Sven Schnelle
2021-10-26s390: rename last_break to pgm_last_breakSven Schnelle
2021-10-26s390/ptrace: add last_break member to pt_regsSven Schnelle
2021-10-26s390/sclp: sort out physical vs virtual pointers usageAlexander Gordeev
2021-10-26s390/setup: convert start and end initrd pointers to virtualAlexander Gordeev
2021-10-26s390/setup: use physical pointers for memblock_reserve()Alexander Gordeev
2021-10-26s390/setup: use virtual address for STSI instructionAlexander Gordeev
2021-10-26s390/cpcmd: use physical address for command and responseAlexander Gordeev
2021-10-25KVM: s390: pv: avoid stalls when making pages secureClaudio Imbrenda
2021-10-25s390/uv: fully validate the VMA before calling follow_page()David Hildenbrand
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman
2021-10-19s390: make STACK_FRAME_OVERHEAD available via asm-offsets.hHeiko Carstens
2021-10-19s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALL supportHeiko Carstens
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-10-11s390/ftrace: provide separate ftrace_caller/ftrace_regs_caller implementationsHeiko Carstens
2021-10-11s390/jump_label: add __init_or_module annotationHeiko Carstens
2021-10-11s390/jump_label: rename __jump_label_transform()Heiko Carstens
2021-10-11s390/jump_label: make use of HAVE_JUMP_LABEL_BATCHHeiko Carstens
2021-10-11s390/ftrace: add missing serialization for graph caller patchingHeiko Carstens
2021-10-11s390/ftrace: use text_poke_sync_lock()Heiko Carstens
2021-10-11s390/jump_label: use text_poke_sync()Heiko Carstens
2021-10-11s390: introduce text_poke_sync()Heiko Carstens
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang
2021-10-04s390/boot: allocate amode31 section in decompressorAlexander Gordeev
2021-10-04s390/boot: initialize control registers in decompressorAlexander Gordeev
2021-10-04s390/kprobes: add sanity checkSven Schnelle
2021-10-04s390/ftrace: remove dead codeHeiko Carstens
2021-10-01audit: add support for the openat2 syscallRichard Guy Briggs
2021-10-01audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu
2021-09-09Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-09-08compat: remove some compat entry pointsArnd Bergmann
2021-09-08s390/ftrace: remove incorrect __va usageHeiko Carstens
2021-09-07s390/cpum_cf: move array from header to C fileHeiko Carstens
2021-09-07s390/topology: fix topology information when calling cpu hotplug notifiersSven Schnelle
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan