summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2017-07-20kvm: x86: hyperv: avoid livelock in oneshot SynIC timersRoman Kagan
2017-07-20KVM: VMX: Fix invalid guest state detection after task-switch emulationWanpeng Li
2017-07-19x86: add MULTIUSER dependency for KVMArnd Bergmann
2017-07-19KVM: nVMX: Disallow VM-entry in MOV-SS shadowJim Mattson
2017-07-19KVM: nVMX: track NMI blocking state separately for each VMCSPaolo Bonzini
2017-07-19KVM: x86: masking out upper bitsDan Carpenter
2017-07-14kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan
2017-07-14KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li
2017-07-14KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li
2017-07-14KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li
2017-07-14KVM: x86: Simplify kvm_x86_ops->queue_exception parameter listWanpeng Li
2017-07-13kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2Roman Kagan
2017-07-13KVM: x86: make backwards_tsc_observed a per-VM variableLadi Prosek
2017-07-12KVM: SVM: Enable Virtual VMLOAD VMSAVE featureJanakarajan Natarajan
2017-07-12KVM: SVM: Rename lbr_ctl field in the vmcb control areaJanakarajan Natarajan
2017-07-12KVM: SVM: Prepare for new bit definition in lbr_ctlJanakarajan Natarajan
2017-07-12KVM: SVM: handle singlestep exception when skipping emulated instructionsLadi Prosek
2017-07-12KVM: x86: take slots_lock in kvm_free_pitRadim Krčmář
2017-07-12kvm: vmx: Properly handle machine check during VM-entryJim Mattson
2017-07-12KVM: x86: update master clock before computing kvmclock_offsetRadim Krčmář
2017-07-12kvm: nVMX: Shadow "high" parts of shadowed 64-bit VMCS fieldsJim Mattson
2017-07-12kvm: nVMX: Fix nested_vmx_check_msr_bitmap_controlsJim Mattson
2017-07-12kvm: nVMX: Validate the I/O bitmaps on nested VM-entryJim Mattson
2017-07-12kvm: nVMX: Don't set vmcs12 to "launched" when VMLAUNCH failsJim Mattson
2017-07-10KVM: vmx: expose more information for KVM_INTERNAL_ERROR_DELIVERY_EV exitsPaolo Bonzini
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-07-04kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-03x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12Peter Feiner
2017-07-03kvm: x86: mmu: allow A/D bits to be disabled in an mmuPeter Feiner
2017-07-03x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner
2017-07-03x86: kvm: mmu: dead code thanks to access trackingPeter Feiner
2017-06-30KVM: x86: remove ignored type attributeNick Desaulniers
2017-06-30Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf
2017-06-29KVM: LAPIC: Fix lapic timer injection delayWanpeng Li
2017-06-29KVM: lapic: reorganize restart_apic_timerPaolo Bonzini
2017-06-29KVM: lapic: reorganize start_hv_timerPaolo Bonzini
2017-06-28kvm: nVMX: Check memory operand to INVVPIDJim Mattson
2017-06-27KVM: SVM: suppress unnecessary NMI singlestep on GIF=0 and nested exitLadi Prosek
2017-06-27KVM: SVM: don't NMI singlestep over event injectionLadi Prosek
2017-06-27KVM: SVM: hide TF/RF flags used by NMI singlestepLadi Prosek
2017-06-27KVM: nSVM: do not forward NMI window singlestep VM exits to L1Ladi Prosek
2017-06-27KVM: SVM: introduce disable_nmi_singlestep helperLadi Prosek
2017-06-22KVM: x86: fix singlestepping over syscallPaolo Bonzini
2017-06-22Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski
2017-06-11KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li
2017-06-08KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulationWanpeng Li
2017-06-07KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exitJim Mattson