summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-02-154-102/+285
|\
| * KVM: s390: GISA: sort out physical vs virtual pointers usageNico Boehr2023-02-081-4/+7
| * KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchgJanis Schoetterl-Glausch2023-02-073-1/+167
| * KVM: s390: Refactor vcpu mem_op functionJanis Schoetterl-Glausch2023-02-071-19/+17
| * KVM: s390: Refactor absolute vm mem_op functionJanis Schoetterl-Glausch2023-02-071-25/+18
| * KVM: s390: Dispatch to implementing function at top level of vm mem_opJanis Schoetterl-Glausch2023-02-071-14/+24
| * KVM: s390: Move common code of mem_op functions into functionJanis Schoetterl-Glausch2023-02-071-28/+24
| * KVM: s390: disable migration mode when dirty tracking is disabledNico Boehr2023-02-071-13/+30
* | Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-02-151-4/+8
|\ \
| * | KVM: s390: interrupt: use READ_ONCE() before cmpxchg()Heiko Carstens2023-01-111-4/+8
| |/
* | KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson2022-12-291-6/+0
* | KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson2022-12-291-6/+1
* | KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson2022-12-291-10/+0
* | KVM: s390: Mark __kvm_s390_init() and its descendants as __initSean Christopherson2022-12-295-6/+6
* | KVM: s390: Do s390 specific init without bouncing through kvm_init()Sean Christopherson2022-12-291-4/+25
* | KVM: Drop arch hardware (un)setup hooksSean Christopherson2022-12-291-10/+0
* | KVM: s390: Move hardware setup/unsetup to init/exitSean Christopherson2022-12-291-10/+13
* | KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step failsSean Christopherson2022-12-291-7/+14
|/
* Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-191-2/+4
|\
| *---. Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel2022-12-121-2/+4
| |\ \ \
| | | * | iommu/s390: Make attach succeed even if the device is in error stateNiklas Schnelle2022-11-191-2/+4
| | |/ /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-158-83/+438
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'kvm-s390-next-6.2-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2022-11-287-64/+433
| |\ \ \
| | * | | KVM: s390: remove unused gisa_clear_ipm_gisc() functionHeiko Carstens2022-11-231-5/+0
| | * | | KVM: s390: pv: module parameter to fence asynchronous destroyClaudio Imbrenda2022-11-231-1/+7
| | * | | KVM: s390: pv: support for Destroy fast UVCClaudio Imbrenda2022-11-231-8/+53
| | * | | KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLEClaudio Imbrenda2022-11-231-0/+3
| | * | | KVM: s390: pv: asynchronous destroy for rebootClaudio Imbrenda2022-11-233-18/+329
| | * | | KVM: s390: VSIE: sort out virtual/physical address in pin_guest_pageNico Boehr2022-10-261-2/+2
| | * | | KVM: s390: pv: sort out physical vs virtual pointers usageNico Boehr2022-10-261-4/+5
| | * | | KVM: s390: sida: sort out physical vs virtual pointers usageNico Boehr2022-10-264-13/+14
| | * | | KVM: s390: sort out physical vs virtual pointers usageNico Boehr2022-10-263-22/+29
| | |/ /
| * | / KVM: replace direct irq.h inclusionPaolo Bonzini2022-11-092-19/+5
| | |/ | |/|
* / | KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) fieldThomas Huth2022-11-241-1/+3
|/ /
* | KVM: s390: pci: Fix allocation size of aift kzdev elementsRafael Mendonca2022-11-071-1/+1
* | KVM: s390: pv: don't allow userspace to set the clock under PVNico Boehr2022-11-072-10/+17
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-091-2/+0
|\
| * KVM: remove KVM_REQ_UNHALTPaolo Bonzini2022-09-261-2/+0
* | KVM: s390: pci: register pci hooks without interpretationMatthew Rosato2022-09-212-5/+13
* | KVM: s390: pci: fix GAIT physical vs virtual pointers usageMatthew Rosato2022-09-212-2/+2
* | KVM: s390: Pass initialized arg even if unusedJanis Schoetterl-Glausch2022-09-211-3/+13
* | KVM: s390: pci: fix plain integer as NULL pointer warningsMatthew Rosato2022-09-212-5/+5
* | KVM: s390: pci: Hook to access KVM lowlevel from VFIOPierre Morel2022-08-291-4/+8
|/
* KVM: s390: resetting the Topology-Change-ReportPierre Morel2022-07-201-0/+51
* KVM: s390: guest support for topology functionPierre Morel2022-07-203-4/+55
* KVM: s390: Cleanup ipte lock access and SIIF facility checksPierre Morel2022-07-203-54/+54
* KVM: s390: pv: don't present the ecall interrupt twiceNico Boehr2022-07-192-2/+17
* KVM: s390: pv: destroy the configuration before its memoryClaudio Imbrenda2022-07-191-3/+3
* KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vmClaudio Imbrenda2022-07-191-8/+8
* KVM: s390: pv: add mmu_notifierClaudio Imbrenda2022-07-193-0/+37