summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
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-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman1-1/+1
2021-10-29signal/s390: Use force_sigsegv in default_trap_handlerEric W. Biederman1-1/+1
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
2021-10-25KVM: s390: pv: add macros for UVC CC valuesClaudio Imbrenda1-0/+5
2021-10-25s390/mm: optimize reset_guest_reference_bit()David Hildenbrand1-2/+12
2021-10-25s390/mm: optimize set_guest_storage_key()David Hildenbrand1-2/+12
2021-10-25s390/mm: no need for pte_alloc_map_lock() if we know the pmd is presentDavid Hildenbrand1-12/+3
2021-10-25s390/uv: fully validate the VMA before calling follow_page()David Hildenbrand1-1/+1
2021-10-25s390/mm: fix VMA and page table handling code in storage key handling functionsDavid Hildenbrand1-18/+39
2021-10-25s390/mm: validate VMA in PGSTE manipulation functionsDavid Hildenbrand1-0/+13
2021-10-25s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()David Hildenbrand1-2/+3
2021-10-25s390/gmap: validate VMA in __gmap_zap()David Hildenbrand1-0/+6
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2-7/+4
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman3-4/+2
2021-10-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+15
2021-10-20KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpuHalil Pasic1-2/+3
2021-10-20KVM: s390: clear kicked_mask before sleeping againHalil Pasic1-0/+1