summaryrefslogtreecommitdiff
path: root/arch/s390/kvm/kvm-s390.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-28KVM: s390: interrupt: Fix single-stepping into interrupt handlersIlya Leoshkevich1-2/+2
2023-07-06Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+1
2023-07-03s390: fix various typosHeiko Carstens1-1/+1
2023-06-13KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holesNico Boehr1-0/+4
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+3
2023-03-31KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy1-0/+1
2023-03-16KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth1-2/+1
2023-03-16KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()Thomas Huth1-2/+2
2023-02-15Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-98/+166
2023-02-07KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchgJanis Schoetterl-Glausch1-1/+55
2023-02-07KVM: s390: Refactor vcpu mem_op functionJanis Schoetterl-Glausch1-19/+17
2023-02-07KVM: s390: Refactor absolute vm mem_op functionJanis Schoetterl-Glausch1-25/+18
2023-02-07KVM: s390: Dispatch to implementing function at top level of vm mem_opJanis Schoetterl-Glausch1-14/+24
2023-02-07KVM: s390: Move common code of mem_op functions into functionJanis Schoetterl-Glausch1-28/+24
2023-02-07KVM: s390: disable migration mode when dirty tracking is disabledNico Boehr1-13/+30
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson1-6/+0
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson1-6/+1
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson1-10/+0
2022-12-29KVM: s390: Mark __kvm_s390_init() and its descendants as __initSean Christopherson1-2/+2
2022-12-29KVM: s390: Do s390 specific init without bouncing through kvm_init()Sean Christopherson1-4/+25
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson1-10/+0
2022-12-29KVM: s390: Move hardware setup/unsetup to init/exitSean Christopherson1-10/+13
2022-12-29KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step failsSean Christopherson1-7/+14
2022-11-28Merge tag 'kvm-s390-next-6.2-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-31/+80
2022-11-23KVM: s390: pv: module parameter to fence asynchronous destroyClaudio Imbrenda1-1/+7
2022-11-23KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLEClaudio Imbrenda1-0/+3
2022-11-23KVM: s390: pv: asynchronous destroy for rebootClaudio Imbrenda1-8/+41
2022-11-09KVM: replace direct irq.h inclusionPaolo Bonzini1-0/+5
2022-11-07KVM: s390: pv: don't allow userspace to set the clock under PVNico Boehr1-9/+17
2022-10-26KVM: s390: sida: sort out physical vs virtual pointers usageNico Boehr1-4/+5
2022-10-26KVM: s390: sort out physical vs virtual pointers usageNico Boehr1-19/+25
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 Rosato1-2/+2
2022-07-20KVM: s390: resetting the Topology-Change-ReportPierre Morel1-0/+51
2022-07-20KVM: s390: guest support for topology functionPierre Morel1-0/+31
2022-07-19KVM: s390: pv: add mmu_notifierClaudio Imbrenda1-0/+10
2022-07-13KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentationClaudio Imbrenda1-6/+30
2022-07-11Merge tag 'kvm-s390-pci-5.20' into kernelorgnextChristian Borntraeger1-1/+82
2022-07-11KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devicesMatthew Rosato1-0/+16
2022-07-11KVM: s390: pci: add routines to start/stop interpretive executionMatthew Rosato1-0/+15
2022-07-11KVM: s390: mechanism to enable guest zPCI InterpretationMatthew Rosato1-0/+38
2022-07-11KVM: s390: pci: enable host forwarding of Adapter Event NotificationsMatthew Rosato1-1/+2
2022-07-11KVM: s390: pci: do initial setup for AEN interpretationMatthew Rosato1-0/+11
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...Paolo Bonzini1-0/+269
2022-06-05Merge 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 Frank1-0/+69