summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kvm: Disable objtool frame pointer checking for vmenter.SJosh Poimboeuf2020-04-201-0/+4
* kvm: Handle reads of SandyBridge RAPL PMU MSRs rather than injecting #GPVenkatesh Srinivas2020-04-171-0/+11
* KVM: Remove CREATE_IRQCHIP/SET_PIT2 raceSteve Rutherford2020-04-171-2/+8
* KVM: SVM: Fix __svm_vcpu_run declaration.Uros Bizjak2020-04-151-1/+1
* KVM: SVM: Do not setup frame pointer in __svm_vcpu_runUros Bizjak2020-04-151-1/+0
* KVM: SVM: Fix build error due to missing release_pages() includeBorislav Petkov2020-04-151-0/+1
* KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARDUros Bizjak2020-04-151-1/+0
* kvm: nVMX: match comment with return type for nested_vmx_exit_reflectedOliver Upton2020-04-151-1/+1
* kvm: nVMX: reflect MTF VM-exits if injected by L1Oliver Upton2020-04-151-1/+18
* KVM: s390: Return last valid slot if approx index is out-of-boundsSean Christopherson2020-04-141-0/+3
* KVM: Check validity of resolved slot when searching memslotsSean Christopherson2020-04-141-1/+1
* KVM: VMX: Enable machine check support for 32bit targetsUros Bizjak2020-04-141-1/+1
* KVM: SVM: move more vmentry code to assemblyPaolo Bonzini2020-04-143-28/+9
* KVM: SVM: fix compilation with modular PSP and non-modular KVMPaolo Bonzini2020-04-141-1/+4
* KVM: VMX: fix crash cleanup when KVM wasn't usedVitaly Kuznetsov2020-04-071-5/+7
* KVM: X86: Filter out the broadcast dest for IPI fastpathWanpeng Li2020-04-073-4/+5
* Merge tag 'kvm-s390-master-5.7-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2020-04-072-1/+7
|\
| * KVM: s390: vsie: Fix possible race when shadowing region 3 tablesDavid Hildenbrand2020-04-071-0/+1
| * 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
* | KVM: nVMX: don't clear mtf_pending when nested events are blockedOliver Upton2020-04-071-1/+2
* | KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenterUros Bizjak2020-04-071-6/+2
* | KVM: SVM: Split svm_vcpu_run inline assembly to separate fileUros Bizjak2020-04-033-90/+166
* | KVM: SVM: Move SEV code to separate fileJoerg Roedel2020-04-034-1221/+1257
* | KVM: SVM: Move AVIC code to separate fileJoerg Roedel2020-04-034-1050/+1091
* | KVM: SVM: Move Nested SVM Implementation to nested.cJoerg Roedel2020-04-034-1145/+1216
* | kVM SVM: Move SVM related files to own sub-directoryJoerg Roedel2020-04-033-1/+1
|/
* 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