summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-207-25/+32
|\
| * s390/kexec: fix memory leak of ipl report bufferBaoquan He2021-11-181-0/+10
| * s390/kexec: fix return code handlingHeiko Carstens2021-11-182-2/+9
| * s390/dump: fix copying to user-space of swapped kdump oldmemAlexander Egorenkov2021-11-181-2/+2
| * s390: wire up sys_futex_waitv system callVasily Gorbik2021-11-161-0/+1
| * s390/vdso: filter out -mstack-guard and -mstack-sizeSven Schnelle2021-11-161-2/+3
| * s390/vdso: remove -nostdlib compiler flagMasahiro Yamada2021-11-162-2/+2
| * s390/setup: re-arrange memblock setupVasily Gorbik2021-11-161-5/+4
| * s390/setup: avoid using memblock_enforce_memory_limitVasily Gorbik2021-11-161-3/+0
| * s390/setup: avoid reserving memory above identity mappingVasily Gorbik2021-11-161-9/+1
* | signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-191-1/+1
|/
* 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-102-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