aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-26KVM: LAPIC: Fix reentrancy issues with preempt notifiersWanpeng Li1-3/+14
2017-07-26KVM: nVMX: Fix loss of L2's NMI blocking stateWanpeng Li1-0/+2
2017-07-26KVM: nVMX: Fix posted intr delivery when vcpu is in guest modeWincy Van1-11/+11
2017-07-26KVM: x86: do mask out upper bits of PAE CR3Paolo Bonzini1-2/+2
2017-07-24KVM: VMX: remove unused fieldPaolo Bonzini1-1/+0
2017-07-20kvm: x86: hyperv: avoid livelock in oneshot SynIC timersRoman Kagan1-3/+4
2017-07-20KVM: VMX: Fix invalid guest state detection after task-switch emulationWanpeng Li1-5/+10
2017-07-19x86: add MULTIUSER dependency for KVMArnd Bergmann1-1/+1
2017-07-19KVM: nVMX: Disallow VM-entry in MOV-SS shadowJim Mattson1-0/+7
2017-07-19KVM: nVMX: track NMI blocking state separately for each VMCSPaolo Bonzini1-10/+14
2017-07-19KVM: x86: masking out upper bitsDan Carpenter1-2/+2
2017-07-14kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan3-19/+39
2017-07-14KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li3-4/+5
2017-07-14KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li3-10/+32
2017-07-14KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li4-37/+50
2017-07-14KVM: x86: Simplify kvm_x86_ops->queue_exception parameter listWanpeng Li3-10/+11
2017-07-13kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2Roman Kagan3-6/+16
2017-07-13KVM: x86: make backwards_tsc_observed a per-VM variableLadi Prosek1-4/+2
2017-07-12KVM: SVM: Enable Virtual VMLOAD VMSAVE featureJanakarajan Natarajan1-0/+24
2017-07-12KVM: SVM: Rename lbr_ctl field in the vmcb control areaJanakarajan Natarajan1-5/+5
2017-07-12KVM: SVM: Prepare for new bit definition in lbr_ctlJanakarajan Natarajan1-2/+2
2017-07-12KVM: SVM: handle singlestep exception when skipping emulated instructionsLadi Prosek1-26/+33
2017-07-12KVM: x86: take slots_lock in kvm_free_pitRadim Krčmář1-0/+2
2017-07-12kvm: vmx: Properly handle machine check during VM-entryJim Mattson1-6/+9
2017-07-12KVM: x86: update master clock before computing kvmclock_offsetRadim Krčmář1-1/+7
2017-07-12kvm: nVMX: Shadow "high" parts of shadowed 64-bit VMCS fieldsJim Mattson1-26/+34
2017-07-12kvm: nVMX: Fix nested_vmx_check_msr_bitmap_controlsJim Mattson1-11/+6
2017-07-12kvm: nVMX: Validate the I/O bitmaps on nested VM-entryJim Mattson1-0/+16
2017-07-12kvm: nVMX: Don't set vmcs12 to "launched" when VMLAUNCH failsJim Mattson1-2/+2
2017-07-10KVM: vmx: expose more information for KVM_INTERNAL_ERROR_DELIVERY_EV exitsPaolo Bonzini1-1/+7
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-208/+357
2017-07-04kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang1-2/+4
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+18
2017-07-03x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12Peter Feiner2-21/+18
2017-07-03kvm: x86: mmu: allow A/D bits to be disabled in an mmuPeter Feiner2-32/+89
2017-07-03x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner4-6/+10
2017-07-03x86: kvm: mmu: dead code thanks to access trackingPeter Feiner1-21/+9
2017-06-30KVM: x86: remove ignored type attributeNick Desaulniers1-1/+1
2017-06-30Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-2/+2
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2-0/+5
2017-06-29KVM: LAPIC: Fix lapic timer injection delayWanpeng Li2-2/+6
2017-06-29KVM: lapic: reorganize restart_apic_timerPaolo Bonzini3-50/+45
2017-06-29KVM: lapic: reorganize start_hv_timerPaolo Bonzini1-13/+27
2017-06-28kvm: nVMX: Check memory operand to INVVPIDJim Mattson1-4/+18
2017-06-27KVM: SVM: suppress unnecessary NMI singlestep on GIF=0 and nested exitLadi Prosek1-0/+6
2017-06-27KVM: SVM: don't NMI singlestep over event injectionLadi Prosek1-0/+16
2017-06-27KVM: SVM: hide TF/RF flags used by NMI singlestepLadi Prosek1-1/+14
2017-06-27KVM: nSVM: do not forward NMI window singlestep VM exits to L1Ladi Prosek1-5/+40
2017-06-27KVM: SVM: introduce disable_nmi_singlestep helperLadi Prosek1-4/+9
2017-06-22KVM: x86: fix singlestepping over syscallPaolo Bonzini2-30/+33