aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-07KVM: s390: pci: Fix allocation size of aift kzdev elementsRafael Mendonca1-1/+1
2022-11-07KVM: s390: pv: don't allow userspace to set the clock under PVNico Boehr2-10/+17
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+0
2022-09-26KVM: remove KVM_REQ_UNHALTPaolo Bonzini1-2/+0
2022-09-21KVM: s390: pci: register pci hooks without interpretationMatthew Rosato2-5/+13
2022-09-21KVM: s390: pci: fix GAIT physical vs virtual pointers usageMatthew Rosato2-2/+2
2022-09-21KVM: s390: Pass initialized arg even if unusedJanis Schoetterl-Glausch1-3/+13
2022-09-21KVM: s390: pci: fix plain integer as NULL pointer warningsMatthew Rosato2-5/+5
2022-08-29KVM: s390: pci: Hook to access KVM lowlevel from VFIOPierre Morel1-4/+8
2022-07-20KVM: s390: resetting the Topology-Change-ReportPierre Morel1-0/+51
2022-07-20KVM: s390: guest support for topology functionPierre Morel3-4/+55
2022-07-20KVM: s390: Cleanup ipte lock access and SIIF facility checksPierre Morel3-54/+54
2022-07-19KVM: s390: pv: don't present the ecall interrupt twiceNico Boehr2-2/+17
2022-07-19KVM: s390: pv: destroy the configuration before its memoryClaudio Imbrenda1-3/+3
2022-07-19KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vmClaudio Imbrenda1-8/+8
2022-07-19KVM: s390: pv: add mmu_notifierClaudio Imbrenda3-0/+37
2022-07-13KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentationClaudio Imbrenda2-6/+31
2022-07-13KVM: s390: pv: clear the state without memsetClaudio Imbrenda1-1/+9
2022-07-13KVM: s390: pv: usage counter instead of flagClaudio Imbrenda1-5/+7
2022-07-13KVM: s390: pv: refactor s390_reset_accClaudio Imbrenda1-2/+10
2022-07-13KVM: s390: pv: leak the topmost page table when destroy failsClaudio Imbrenda1-3/+6
2022-07-13KVM: s390/pci: fix include duplicatesChristian Borntraeger1-3/+2
2022-07-11KVM: s390: drop unexpected word 'and' in the commentsJiang Jian1-1/+1
2022-07-11Merge tag 'kvm-s390-pci-5.20' into kernelorgnextChristian Borntraeger6-3/+965
2022-07-11KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devicesMatthew Rosato3-0/+103
2022-07-11KVM: s390: pci: add routines to start/stop interpretive executionMatthew Rosato3-0/+182
2022-07-11KVM: s390: pci: provide routines for enabling/disabling interrupt forwardingMatthew Rosato2-0/+248
2022-07-11KVM: s390: mechanism to enable guest zPCI InterpretationMatthew Rosato2-0/+48
2022-07-11KVM: s390: pci: enable host forwarding of Adapter Event NotificationsMatthew Rosato3-2/+89
2022-07-11KVM: s390: pci: do initial setup for AEN interpretationMatthew Rosato4-0/+234
2022-07-11KVM: s390: pci: add basic kvm_zdev structureMatthew Rosato3-0/+58
2022-07-11s390/airq: pass more TPI info to airq handlersMatthew Rosato1-1/+3
2022-06-08KVM: Move kvm_arch_vcpu_precreate() under kvm->lockZeng Guang1-2/+0
2022-06-07Merge tag 'kvm-s390-next-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini3-0/+472
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds1-7/+3
2022-06-03KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriateYury Norov1-7/+3
2022-06-01KVM: s390: Add KVM_CAP_S390_PROTECTED_DUMPJanosch Frank1-0/+20
2022-06-01KVM: s390: Add CPU dump functionalityJanosch Frank3-0/+86
2022-06-01KVM: s390: Add configuration dump functionalityJanosch Frank3-0/+279
2022-06-01KVM: s390: pv: Add query dump informationJanosch Frank1-0/+11
2022-06-01KVM: s390: pv: Add query interfaceJanosch Frank1-0/+76
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+18
2022-05-25Merge tag 'kvm-s390-next-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-4/+18
2022-05-23Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+0
2022-05-20KVM: s390: Don't indicate suppression on dirtying, failing memopJanis Schoetterl-Glausch1-4/+18
2022-05-06s390/ptrace: move short psw definitions to ptrace header fileHeiko Carstens1-1/+0
2022-05-02KVM: s390: Fix lockdep issue in vm memopJanis Schoetterl-Glausch1-1/+10
2022-04-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-8/+8
2022-04-21KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson3-8/+8
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu1-6/+1