summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: update to new mmu_notifier semantic v2Jérôme Glisse2017-08-311-11/+0
* KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.statePaolo Bonzini2017-08-251-3/+14
* KVM: x86: simplify handling of PKRUPaolo Bonzini2017-08-254-30/+9
* KVM: x86: block guest protection keys unless the host has them enabledPaolo Bonzini2017-08-251-1/+1
* x86/cpufeature, kvm/svm: Rename (shorten) the new "virtualized VMSAVE/VMLOAD"...Borislav Petkov2017-08-111-1/+1
* KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit"Wanpeng Li2017-08-031-2/+9
* KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack2017-08-021-10/+43
* kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardownDavid Matlack2017-08-021-5/+11
* KVM: nVMX: do not pin the VMCS12Paolo Bonzini2017-08-021-17/+7
* KVM: X86: init irq->level in kvm_pv_kick_cpu_opLongpeng(Mike)2017-08-021-0/+1
* KVM: X86: Fix loss of pending INIT due to raceWanpeng Li2017-08-021-8/+11
* KVM: nVMX: fixes to nested virt interrupt injectionPaolo Bonzini2017-08-012-25/+72
* KVM: nVMX: do not fill vm_exit_intr_error_code in prepare_vmcs12Paolo Bonzini2017-08-011-18/+34
* KVM: LAPIC: Fix reentrancy issues with preempt notifiersWanpeng Li2017-07-261-3/+14
* KVM: nVMX: Fix loss of L2's NMI blocking stateWanpeng Li2017-07-261-0/+2
* KVM: nVMX: Fix posted intr delivery when vcpu is in guest modeWincy Van2017-07-261-11/+11
* KVM: x86: do mask out upper bits of PAE CR3Paolo Bonzini2017-07-261-2/+2
* KVM: VMX: remove unused fieldPaolo Bonzini2017-07-241-1/+0
* kvm: x86: hyperv: avoid livelock in oneshot SynIC timersRoman Kagan2017-07-201-3/+4
* KVM: VMX: Fix invalid guest state detection after task-switch emulationWanpeng Li2017-07-201-5/+10
* x86: add MULTIUSER dependency for KVMArnd Bergmann2017-07-191-1/+1
* KVM: nVMX: Disallow VM-entry in MOV-SS shadowJim Mattson2017-07-191-0/+7
* KVM: nVMX: track NMI blocking state separately for each VMCSPaolo Bonzini2017-07-191-10/+14
* KVM: x86: masking out upper bitsDan Carpenter2017-07-191-2/+2
* kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan2017-07-143-19/+39
* KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li2017-07-143-4/+5
* KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li2017-07-143-10/+32
* KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li2017-07-144-37/+50
* KVM: x86: Simplify kvm_x86_ops->queue_exception parameter listWanpeng Li2017-07-143-10/+11
* kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2Roman Kagan2017-07-133-6/+16
* KVM: x86: make backwards_tsc_observed a per-VM variableLadi Prosek2017-07-131-4/+2
* KVM: SVM: Enable Virtual VMLOAD VMSAVE featureJanakarajan Natarajan2017-07-121-0/+24
* KVM: SVM: Rename lbr_ctl field in the vmcb control areaJanakarajan Natarajan2017-07-121-5/+5
* KVM: SVM: Prepare for new bit definition in lbr_ctlJanakarajan Natarajan2017-07-121-2/+2
* KVM: SVM: handle singlestep exception when skipping emulated instructionsLadi Prosek2017-07-121-26/+33
* KVM: x86: take slots_lock in kvm_free_pitRadim Krčmář2017-07-121-0/+2
* kvm: vmx: Properly handle machine check during VM-entryJim Mattson2017-07-121-6/+9
* KVM: x86: update master clock before computing kvmclock_offsetRadim Krčmář2017-07-121-1/+7
* kvm: nVMX: Shadow "high" parts of shadowed 64-bit VMCS fieldsJim Mattson2017-07-121-26/+34
* kvm: nVMX: Fix nested_vmx_check_msr_bitmap_controlsJim Mattson2017-07-121-11/+6
* kvm: nVMX: Validate the I/O bitmaps on nested VM-entryJim Mattson2017-07-121-0/+16
* kvm: nVMX: Don't set vmcs12 to "launched" when VMLAUNCH failsJim Mattson2017-07-121-2/+2
* KVM: vmx: expose more information for KVM_INTERNAL_ERROR_DELIVERY_EV exitsPaolo Bonzini2017-07-101-1/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-0610-208/+357
|\
| * kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang2017-07-041-2/+4
| * x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12Peter Feiner2017-07-032-21/+18
| * kvm: x86: mmu: allow A/D bits to be disabled in an mmuPeter Feiner2017-07-032-32/+89
| * x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner2017-07-034-6/+10
| * x86: kvm: mmu: dead code thanks to access trackingPeter Feiner2017-07-031-21/+9
| * KVM: x86: remove ignored type attributeNick Desaulniers2017-06-301-1/+1
OpenPOWER on IntegriCloud