summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-131-1/+3
|\
| * s390/cpumf: cpum_cf PMU displays invalid value after hotplug removeThomas Richter2021-11-081-1/+3
* | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-112-2/+2
|\ \ | |/ |/|
| * signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-10-291-1/+1
| * signal/s390: Use force_sigsegv in default_trap_handlerEric W. Biederman2021-10-291-1/+1
| * exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-201-1/+1
* | Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-0622-275/+403
|\ \
| * | s390: support command lines longer than 896 bytesSven Schnelle2021-10-263-5/+20
| * | s390/kexec_file: move kernel image size checkSven Schnelle2021-10-261-15/+2
| * | s390/cpumf: Allow multiple processes to access /dev/hwcThomas Richter2021-10-261-78/+150
| * | s390: add support for BEAR enhancement facilitySven Schnelle2021-10-267-16/+61
| * | s390: introduce nospec_uses_trampoline()Sven Schnelle2021-10-262-2/+2
| * | s390: rename last_break to pgm_last_breakSven Schnelle2021-10-262-2/+2
| * | s390/ptrace: add last_break member to pt_regsSven Schnelle2021-10-262-2/+2
| * | s390/sclp: sort out physical vs virtual pointers usageAlexander Gordeev2021-10-261-0/+1
| * | s390/setup: convert start and end initrd pointers to virtualAlexander Gordeev2021-10-261-1/+1
| * | s390/setup: use physical pointers for memblock_reserve()Alexander Gordeev2021-10-261-5/+2
| * | s390/setup: use virtual address for STSI instructionAlexander Gordeev2021-10-261-4/+2
| * | s390/cpcmd: use physical address for command and responseAlexander Gordeev2021-10-261-3/+3
| * | s390: make STACK_FRAME_OVERHEAD available via asm-offsets.hHeiko Carstens2021-10-191-0/+1
| * | s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALL supportHeiko Carstens2021-10-191-6/+17
| * | s390/ftrace: provide separate ftrace_caller/ftrace_regs_caller implementationsHeiko Carstens2021-10-111-12/+29
| * | s390/jump_label: add __init_or_module annotationHeiko Carstens2021-10-111-2/+3
| * | s390/jump_label: rename __jump_label_transform()Heiko Carstens2021-10-111-6/+6
| * | s390/jump_label: make use of HAVE_JUMP_LABEL_BATCHHeiko Carstens2021-10-111-0/+13
| * | s390/ftrace: add missing serialization for graph caller patchingHeiko Carstens2021-10-111-0/+2
| * | s390/ftrace: use text_poke_sync_lock()Heiko Carstens2021-10-111-6/+6
| * | s390/jump_label: use text_poke_sync()Heiko Carstens2021-10-111-6/+2
| * | s390: introduce text_poke_sync()Heiko Carstens2021-10-111-0/+20
| * | s390/boot: allocate amode31 section in decompressorAlexander Gordeev2021-10-043-13/+11
| * | s390/boot: initialize control registers in decompressorAlexander Gordeev2021-10-041-18/+0
| * | s390/kprobes: add sanity checkSven Schnelle2021-10-041-1/+47
| * | s390/ftrace: remove dead codeHeiko Carstens2021-10-041-80/+6
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-063-8/+9
|\ \
| * | memblock: allow to specify flags with memblock_add_node()David Hildenbrand2021-11-061-1/+2
| * | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-063-7/+7
| * | memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport2021-11-061-1/+1
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-021-8/+57
|\ \
| * | KVM: s390: pv: properly handle page flags for protected guestsClaudio Imbrenda2021-10-271-1/+33
| * | KVM: s390: pv: avoid stalls when making pages secureClaudio Imbrenda2021-10-251-6/+23
| * | s390/uv: fully validate the VMA before calling follow_page()David Hildenbrand2021-10-251-1/+1
| |/
* | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-022-10/+15
|\ \
| * | audit: add support for the openat2 syscallRichard Guy Briggs2021-10-012-0/+4
| * | audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs2021-10-012-10/+11
| |/
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-023-13/+10
|\ \
| * | ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-091-5/+0
| * | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-10-012-6/+6
| * | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-10-011-1/+1
| * | kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-10-011-1/+3
| |/
* / sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-2/+2
|/