summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-11-07Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds22-275/+403
2021-11-07Merge 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-02Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-10/+15
2021-11-02Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds3-13/+10
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-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-09ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-5/+0
2021-10-04s390/boot: allocate amode31 section in decompressorAlexander Gordeev3-13/+11
2021-10-04s390/boot: initialize control registers in decompressorAlexander Gordeev1-18/+0
2021-10-04s390/kprobes: add sanity checkSven Schnelle1-1/+47
2021-10-04s390/ftrace: remove dead codeHeiko Carstens1-80/+6
2021-10-01audit: add support for the openat2 syscallRichard Guy Briggs2-0/+4
2021-10-01audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs2-10/+11
2021-10-01kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2-6/+6
2021-10-01kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-1/+1
2021-10-01kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu1-1/+3
2021-09-09Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-15/+33
2021-09-09compat: remove some compat entry pointsArnd Bergmann1-5/+5
2021-09-08s390/ftrace: remove incorrect __va usageHeiko Carstens1-2/+2
2021-09-07s390/cpum_cf: move array from header to C fileHeiko Carstens1-0/+8
2021-09-07s390/topology: fix topology information when calling cpu hotplug notifiersSven Schnelle2-8/+14
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+8