summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-7/+4
2021-11-07Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds62-493/+916
2021-11-07Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-24/+10
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 Rapoport4-8/+8
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport1-1/+1
2021-11-06s390: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy2-15/+0
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-75/+196
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
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 Torvalds4-14/+11
2021-11-02Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2021-11-02Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2021-11-02Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+0
2021-10-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+4
2021-10-31Merge tag 'kvm-s390-next-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini12-77/+200
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2-33/+39
2021-10-30locking: Remove spin_lock_flags() etcArnd Bergmann1-8/+0
2021-10-27KVM: s390: add debug statement for diag 318 CPNC dataCollin Walling1-0/+1
2021-10-27KVM: s390: pv: properly handle page flags for protected guestsClaudio Imbrenda4-7/+50
2021-10-27KVM: s390: Fix handle_sske page fault handlingJanis Schoetterl-Glausch1-0/+2
2021-10-26s390: make command line configurableSven Schnelle3-11/+9
2021-10-26s390: support command lines longer than 896 bytesSven Schnelle7-34/+39
2021-10-26s390/kexec_file: move kernel image size checkSven Schnelle3-18/+2
2021-10-26s390/pci: add s390_iommu_aperture kernel parameterNiklas Schnelle1-2/+23
2021-10-26s390/spinlock: remove incorrect kernel doc indicatorHeiko Carstens1-1/+1
2021-10-26s390/string: use generic strlcpyHeiko Carstens2-28/+0
2021-10-26s390/string: use generic strrchrHeiko Carstens2-21/+0
2021-10-26s390/cpumf: Allow multiple processes to access /dev/hwcThomas Richter1-78/+150
2021-10-26s390/bitops: return true/false (not 1/0) from bool functionsHuilong Deng1-1/+1
2021-10-26s390: add support for BEAR enhancement facilitySven Schnelle11-24/+87
2021-10-26s390: introduce nospec_uses_trampoline()Sven Schnelle4-5/+10
2021-10-26s390: rename last_break to pgm_last_breakSven Schnelle5-6/+6
2021-10-26s390/ptrace: add last_break member to pt_regsSven Schnelle3-2/+3
2021-10-26s390/sclp: sort out physical vs virtual pointers usageAlexander Gordeev2-0/+2
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-26s390/pgtable: use physical address for Page-Table OriginAlexander Gordeev2-8/+8
2021-10-26Merge branch 'fixes' into featuresVasily Gorbik5-16/+52
2021-10-25s390/qeth: move qdio's QAOB cache into qethJulian Wiedmann1-2/+0
2021-10-25KVM: s390: Add a routine for setting userspace CPU stateEric Farman2-3/+12
2021-10-25KVM: s390: Simplify SIGP Set Arch handlingEric Farman1-13/+1
2021-10-25KVM: s390: pv: avoid stalls when making pages secureClaudio Imbrenda2-6/+28
2021-10-25KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vmClaudio Imbrenda1-1/+1
2021-10-25KVM: s390: pv: avoid double free of sida pageClaudio Imbrenda1-10/+9