aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kvm
AgeCommit message (Expand)AuthorFilesLines
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-268/+106
2025-12-02Merge tag 'kvm-s390-next-6.19-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini7-265/+104
2025-11-28KVM: s390: Use generic VIRT_XFER_TO_GUEST_WORK functionsAndrew Donnellan3-12/+32
2025-11-27KVM: s390: Enable and disable interrupts in entry codeHeiko Carstens1-5/+0
2025-11-27KVM: s390: Add signal_exits counterAndrew Donnellan1-1/+3
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens2-4/+2
2025-11-21KVM: s390: vsie: Check alignment of BSCA headerEric Farman1-1/+1
2025-11-21KVM: s390: Add capability that forwards operation exceptionsJanosch Frank2-0/+10
2025-11-17s390/kvm: Use psw32_t instead of psw_compat_tHeiko Carstens1-1/+1
2025-11-05KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()Sean Christopherson1-2/+2
2025-11-05KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatorySean Christopherson1-1/+0
2025-10-20KVM: s390: Replace sprintf with snprintf for buffer safetyJosephine Pfeiffer1-1/+1
2025-10-20KVM: s390: Remove unused return variable in kvm_arch_vcpu_ioctl_set_fpuThorsten Blum1-3/+1
2025-10-20KVM: S390: Remove sca_lockChristoph Schlameuss3-69/+20
2025-10-20KVM: s390: Use ESCA instead of BSCA at VM initChristoph Schlameuss4-203/+66
2025-10-09Merge tag 's390-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-3/+3
2025-09-30KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalentSean Christopherson1-0/+8
2025-09-30Merge tag 'loongarch-kvm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini3-21/+34
2025-09-30Merge tag 'kvm-s390-next-6.18-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-11/+9
2025-09-29s390: Remove superfluous newlines from inline assembliesHeiko Carstens1-3/+3
2025-09-09KVM: s390: Fix FOLL_*/FAULT_FLAG_* confusionClaudio Imbrenda1-12/+12
2025-09-09KVM: s390: Fix incorrect usage of mmu_notifier_register()Claudio Imbrenda1-5/+11
2025-09-09KVM: s390: Fix access to unavailable adapter indicator pages during postcopyThomas Huth1-4/+11
2025-09-08KVM: s390: improve interrupt cpu for wakeupChristian Borntraeger1-11/+9
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-22/+46
2025-07-21KVM: s390: Rework guest entry logicMark Rutland2-22/+46
2025-06-17s390: Explicitly include <linux/export.h>Heiko Carstens3-0/+4
2025-06-05KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMYLorenzo Stoakes1-4/+4
2025-05-28KVM: s390: Simplify and move pv codeClaudio Imbrenda10-176/+127
2025-05-28KVM: s390: Refactor and split some gmap helpersClaudio Imbrenda2-6/+29
2025-05-28KVM: s390: Remove unneeded srcu lockClaudio Imbrenda1-4/+2
2025-05-28s390: Remove unneeded includesClaudio Imbrenda1-0/+1
2025-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-12/+12
2025-03-31Merge tag 'kvm-s390-next-6.15-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini4-12/+12
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-11/+13
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-15/+2
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+3
2025-03-17KVM: s390: Don't use %pK through debug printingThomas Weißschuh3-10/+10
2025-03-17KVM: s390: Don't use %pK through tracepointsThomas Weißschuh1-2/+2
2025-03-14KVM: s390: pv: fix race when making a page secureClaudio Imbrenda2-107/+21
2025-03-04s390/asm-offsets: Rename __LC_PGM_INT_CODEHeiko Carstens1-2/+1
2025-03-04s390/kvm: Convert MACHINE_HAS_ESOP to machine_has_esop()Heiko Carstens1-5/+5
2025-03-04s390/tlb: Convert MACHINE_HAS_TLB_GUEST to machine_has_tlb_guest()Heiko Carstens1-1/+2
2025-03-04s390/cpufeature: Convert MACHINE_HAS_GS to cpu_has_gs()Heiko Carstens2-3/+5
2025-02-21iommu/s390: handle IOAT registration based on domainMatthew Rosato1-15/+2
2025-02-18KVM: s390: Switch to use hrtimer_setup()Nam Cao2-4/+3
2025-01-31KVM: s390: remove the last user of page->indexClaudio Imbrenda1-2/+4
2025-01-31KVM: s390: move gmap_shadow_pgt_lookup() into kvmClaudio Imbrenda2-1/+43
2025-01-31KVM: s390: move some gmap shadowing functions away from mm/gmap.cClaudio Imbrenda6-4/+238
2025-01-31KVM: s390: get rid of gmap_translate()Claudio Imbrenda2-8/+20