summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: vsie: Fix delivery of addressing exceptionsDavid Hildenbrand2020-04-071-0/+1
* KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checksDavid Hildenbrand2020-04-071-1/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-03206-9698/+7867
|\
| * x86/kvm: fix a missing-prototypes "vmread_error"Qian Cai2020-04-021-0/+1
| * KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=ySean Christopherson2020-03-312-5/+5
| * KVM: VMX: Add a trampoline to fix VMREAD error handlingSean Christopherson2020-03-312-7/+79
| * KVM: SVM: Annotate svm_x86_ops as __initdataSean Christopherson2020-03-311-1/+1
| * KVM: VMX: Annotate vmx_x86_ops as __initdataSean Christopherson2020-03-311-1/+1
| * KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()Sean Christopherson2020-03-312-2/+2
| * KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson2020-03-3115-257/+257
| * KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completesSean Christopherson2020-03-311-2/+2
| * KVM: VMX: Configure runtime hooks using vmx_x86_opsSean Christopherson2020-03-313-21/+24
| * KVM: VMX: Move hardware_setup() definition below vmx_x86_opsSean Christopherson2020-03-311-153/+153
| * KVM: x86: Move init-only kvm_x86_ops to separate structSean Christopherson2020-03-314-18/+36
| * KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson2020-03-317-16/+26
| * Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-03-3125-122/+205
| |\
| | * KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras2020-03-268-0/+69
| | * KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURNLaurent Dufour2020-03-241-1/+2
| | * KVM: PPC: Book3S HV: Check caller of H_SVM_* HcallsLaurent Dufour2020-03-241-11/+21
| | * KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supportedFabiano Rosas2020-03-241-0/+3
| | * KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()Greg Kurz2020-03-199-27/+0
| | * KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVMGreg Kurz2020-03-195-4/+4
| | * KVM: PPC: Book3S PR: Fix kernel crash with PR KVMGreg Kurz2020-03-192-2/+1
| | * KVM: PPC: Use fallthrough;Joe Perches2020-03-195-7/+6
| | * KVM: PPC: Book3S HV: Fix H_CEDE return code for nested guestsMichael Roth2020-03-191-0/+1
| | * KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like th...Gustavo Romero2020-03-193-7/+40
| | * KVM: PPC: Book3S HV: Use RADIX_PTE_INDEX_SIZE in Radix MMU codeMichael Ellerman2020-03-191-1/+1
| | * KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot in HPT page fault handlerPaul Mackerras2020-03-191-62/+57
| * | Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-03-31663-11702/+7583
| |\ \
| | * \ Merge tag 'kvm-arm-removal' into kvmarm-master/nextMarc Zyngier2020-03-2451-6300/+16
| | |\ \
| | | * | MAINTAINERS: RIP KVM/armMarc Zyngier2020-03-241-4/+1
| | | * | arm: Remove the ability to set HYP vectors outside of the decompressorMarc Zyngier2020-03-242-36/+8
| | | * | arm: Remove GICv3 vgic compatibility macrosMarc Zyngier2020-03-241-114/+0
| | | * | arm: Remove HYP/Stage-2 page-table supportMarc Zyngier2020-03-248-93/+1
| | | * | arm: Remove 32bit KVM host supportMarc Zyngier2020-03-2437-6046/+5
| | | * | arm: Remove KVM from config filesMarc Zyngier2020-03-241-2/+0
| | | * | arm: Unplug KVM from the build systemMarc Zyngier2020-03-243-4/+1
| | * | | Merge branch 'kvm-arm64/gic-v4.1' into kvmarm-master/nextMarc Zyngier2020-03-2417-69/+895
| | |\ \ \
| | | * | | KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfsMarc Zyngier2020-03-241-1/+13
| | | * | | KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIsMarc Zyngier2020-03-241-1/+2
| | | * | | KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disableMarc Zyngier2020-03-244-1/+14
| | | * | | KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributorMarc Zyngier2020-03-242-2/+49
| | | * | | KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interruptsMarc Zyngier2020-03-243-0/+102
| | | * | | KVM: arm64: GICv4.1: Add direct injection capability to SGI registersMarc Zyngier2020-03-242-8/+107
| | | * | | KVM: arm64: GICv4.1: Let doorbells be auto-enabledMarc Zyngier2020-03-241-1/+8
| | * | | | KVM: arm64: Use the correct timer structure to access the physical counterKarimAllah Ahmed2020-03-161-1/+1
| | | |/ / | | |/| |
| * | | | Merge tag 'kvm-s390-next-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-03-302-4/+11
| |\ \ \ \
| | * | | | s390/gmap: return proper error code on ksm unsharingChristian Borntraeger2020-03-272-4/+11
| * | | | | Merge tag 'kvm-s390-next-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-03-265-17/+20
| |\| | | |
| | * | | | KVM: s390: mark sie block as 512 byte alignedChristian Borntraeger2020-03-231-1/+1