summaryrefslogtreecommitdiff
path: root/arch/s390/kvm
AgeCommit message (Expand)AuthorFilesLines
2023-05-05Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-0/+5
2023-05-04KVM: s390: pv: fix asynchronous teardown for small VMsClaudio Imbrenda1-0/+5
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-28/+35
2023-04-26Merge tag 'kvm-s390-next-6.4-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini3-24/+32
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2023-04-20KVM: s390: pci: fix virtual-physical confusion on module unload/loadNico Boehr1-1/+1
2023-04-20KVM: s390: vsie: clarifications on setting the APCBPierre Morel1-21/+29
2023-04-20KVM: s390: interrupt: fix virtual-physical confusion for next alert GISANico Boehr1-2/+2
2023-04-05kvm: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-03-31KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy1-0/+1
2023-03-28KVM: s390: pv: fix external interruption loop not always detectedNico Boehr1-8/+24
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 Bonzini4-102/+285
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-4/+8
2023-02-08KVM: s390: GISA: sort out physical vs virtual pointers usageNico Boehr1-4/+7
2023-02-07KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchgJanis Schoetterl-Glausch3-1/+167
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
2023-01-11KVM: s390: interrupt: use READ_ONCE() before cmpxchg()Heiko Carstens1-4/+8
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 Christopherson5-6/+6
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-12-19Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+4
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-83/+438
2022-12-12Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel1-2/+4
2022-11-28Merge tag 'kvm-s390-next-6.2-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini7-64/+433
2022-11-24KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) fieldThomas Huth1-1/+3
2022-11-23KVM: s390: remove unused gisa_clear_ipm_gisc() functionHeiko Carstens1-5/+0
2022-11-23KVM: s390: pv: module parameter to fence asynchronous destroyClaudio Imbrenda1-1/+7
2022-11-23KVM: s390: pv: support for Destroy fast UVCClaudio Imbrenda1-8/+53
2022-11-23KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLEClaudio Imbrenda1-0/+3
2022-11-23KVM: s390: pv: asynchronous destroy for rebootClaudio Imbrenda3-18/+329
2022-11-19iommu/s390: Make attach succeed even if the device is in error stateNiklas Schnelle1-2/+4
2022-11-09KVM: replace direct irq.h inclusionPaolo Bonzini2-19/+5
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-26KVM: s390: VSIE: sort out virtual/physical address in pin_guest_pageNico Boehr1-2/+2
2022-10-26KVM: s390: pv: sort out physical vs virtual pointers usageNico Boehr1-4/+5
2022-10-26KVM: s390: sida: sort out physical vs virtual pointers usageNico Boehr4-13/+14
2022-10-26KVM: s390: sort out physical vs virtual pointers usageNico Boehr3-22/+29
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+0