summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2017-10-18KVM: nVMX: update last_nonleaf_level when initializing nested EPTLadi Prosek1-0/+1
2017-10-18KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exitHaozhong Zhang1-1/+1
2017-10-18KVM: MMU: always terminate page walks at level 1Ladi Prosek2-8/+9
2017-10-12kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng1-1/+1
2017-10-05KVM: VMX: use cmpxchg64Paolo Bonzini1-6/+6
2017-10-05KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interruptHaozhong Zhang1-12/+21
2017-10-05KVM: VMX: do not change SN bit in vmx_update_pi_irte()Haozhong Zhang1-5/+1
2017-10-05kvm: nVMX: Don't allow L2 to access the hardware CR8Jim Mattson1-0/+5
2017-10-05KVM: VMX: Do not BUG() on out-of-bounds guest IRQJan H. Schönherr1-2/+7
2017-10-05KVM: nVMX: fix HOST_CR3/HOST_CR4 cacheLadi Prosek1-8/+8
2017-10-05KVM: VMX: simplify and fix vmx_vcpu_pi_loadPaolo Bonzini1-33/+35
2017-10-05KVM: VMX: avoid double list add with VT-d posted interruptsPaolo Bonzini1-37/+25
2017-10-05KVM: VMX: extract __pi_post_blockPaolo Bonzini1-33/+38
2017-09-14KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guestBrijesh Singh1-1/+2
2017-09-01KVM: update to new mmu_notifier semantic v2Jérôme Glisse1-11/+0
2017-08-25KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.statePaolo Bonzini1-3/+14
2017-08-25KVM: x86: simplify handling of PKRUPaolo Bonzini4-30/+9
2017-08-25KVM: x86: block guest protection keys unless the host has them enabledPaolo Bonzini1-1/+1
2017-08-11x86/cpufeature, kvm/svm: Rename (shorten) the new "virtualized VMSAVE/VMLOAD"...Borislav Petkov1-1/+1
2017-08-03KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit"Wanpeng Li1-2/+9
2017-08-02KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack1-10/+43
2017-08-02kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardownDavid Matlack1-5/+11
2017-08-02KVM: nVMX: do not pin the VMCS12Paolo Bonzini1-17/+7
2017-08-02KVM: X86: init irq->level in kvm_pv_kick_cpu_opLongpeng(Mike)1-0/+1
2017-08-02KVM: X86: Fix loss of pending INIT due to raceWanpeng Li1-8/+11
2017-08-01KVM: nVMX: fixes to nested virt interrupt injectionPaolo Bonzini2-25/+72
2017-08-01KVM: nVMX: do not fill vm_exit_intr_error_code in prepare_vmcs12Paolo Bonzini1-18/+34
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