aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-04-02x86/kvm: fix a missing-prototypes "vmread_error"Qian Cai1-0/+1
2020-03-31KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=ySean Christopherson2-5/+5
2020-03-31KVM: VMX: Add a trampoline to fix VMREAD error handlingSean Christopherson2-7/+79
2020-03-31KVM: SVM: Annotate svm_x86_ops as __initdataSean Christopherson1-1/+1
2020-03-31KVM: VMX: Annotate vmx_x86_ops as __initdataSean Christopherson1-1/+1
2020-03-31KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()Sean Christopherson2-2/+2
2020-03-31KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson15-257/+257
2020-03-31KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completesSean Christopherson1-2/+2
2020-03-31KVM: VMX: Configure runtime hooks using vmx_x86_opsSean Christopherson3-21/+24
2020-03-31KVM: VMX: Move hardware_setup() definition below vmx_x86_opsSean Christopherson1-153/+153
2020-03-31KVM: x86: Move init-only kvm_x86_ops to separate structSean Christopherson4-18/+36
2020-03-31KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson7-16/+26
2020-03-31Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini25-122/+205
2020-03-31Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini663-11695/+7576
2020-03-30Merge tag 'kvm-s390-next-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini2-4/+11
2020-03-27s390/gmap: return proper error code on ksm unsharingChristian Borntraeger2-4/+11
2020-03-26Merge tag 'kvm-s390-next-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini5-17/+20
2020-03-26KVM: selftests: Fix cosmetic copy-paste error in vm_mem_region_move()Sean Christopherson1-2/+2
2020-03-26KVM: Fix out of range accesses to memslotsSean Christopherson3-0/+9
2020-03-26KVM: X86: Micro-optimize IPI fastpath delayWanpeng Li3-3/+8
2020-03-26KVM: X86: Delay read msr data iff writes ICR MSRWanpeng Li1-1/+2
2020-03-26KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras8-0/+69
2020-03-24Merge tag 'kvm-arm-removal' into kvmarm-master/nextMarc Zyngier51-6300/+16
2020-03-24Merge branch 'kvm-arm64/gic-v4.1' into kvmarm-master/nextMarc Zyngier17-69/+895
2020-03-24KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfsMarc Zyngier1-1/+13
2020-03-24KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIsMarc Zyngier1-1/+2
2020-03-24KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disableMarc Zyngier4-1/+14
2020-03-24KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributorMarc Zyngier2-2/+49
2020-03-24KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interruptsMarc Zyngier3-0/+102
2020-03-24KVM: arm64: GICv4.1: Add direct injection capability to SGI registersMarc Zyngier2-8/+107
2020-03-24KVM: arm64: GICv4.1: Let doorbells be auto-enabledMarc Zyngier1-1/+8
2020-03-24irqchip/gic-v4.1: Eagerly vmap vPEsMarc Zyngier1-10/+42
2020-03-24irqchip/gic-v4.1: Add VSGI property setupMarc Zyngier2-0/+14
2020-03-24irqchip/gic-v4.1: Add VSGI allocation/teardownMarc Zyngier2-1/+69
2020-03-24irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layerMarc Zyngier5-26/+61
2020-03-24irqchip/gic-v4.1: Plumb set_vcpu_affinity SGI callbacksMarc Zyngier2-0/+23
2020-03-24irqchip/gic-v4.1: Plumb get/set_irqchip_state SGI callbacksMarc Zyngier2-0/+91
2020-03-24irqchip/gic-v4.1: Plumb mask/unmask SGI callbacksMarc Zyngier1-0/+18
2020-03-24irqchip/gic-v4.1: Add initial SGI configurationMarc Zyngier2-2/+93
2020-03-24irqchip/gic-v4.1: Plumb skeletal VSGI irqchipMarc Zyngier3-4/+88
2020-03-24MAINTAINERS: RIP KVM/armMarc Zyngier1-4/+1
2020-03-24arm: Remove the ability to set HYP vectors outside of the decompressorMarc Zyngier2-36/+8
2020-03-24arm: Remove GICv3 vgic compatibility macrosMarc Zyngier1-114/+0
2020-03-24arm: Remove HYP/Stage-2 page-table supportMarc Zyngier8-93/+1
2020-03-24arm: Remove 32bit KVM host supportMarc Zyngier37-6046/+5
2020-03-24arm: Remove KVM from config filesMarc Zyngier1-2/+0
2020-03-24arm: Unplug KVM from the build systemMarc Zyngier3-4/+1
2020-03-24KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURNLaurent Dufour1-1/+2
2020-03-24KVM: PPC: Book3S HV: Check caller of H_SVM_* HcallsLaurent Dufour1-11/+21
2020-03-24KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supportedFabiano Rosas1-0/+3