summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: Fix size checks in vmx_set_nested_stateJim Mattson2019-05-011-2/+2
* KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointerSean Christopherson2019-04-302-4/+2
* x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov2019-04-301-0/+1
* KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson2019-04-301-2/+19
* KVM: VMX: Move RSB stuffing to before the first RET after VM-ExitRick Edgecombe2019-04-272-3/+12
* KVM: lapic: Convert guest TSC to host time domain if necessarySean Christopherson2019-04-181-3/+21
* KVM: lapic: Allow user to disable adaptive tuning of timer advancementSean Christopherson2019-04-183-5/+17
* KVM: lapic: Track lapic timer advance per vCPUSean Christopherson2019-04-185-25/+28
* KVM: lapic: Disable timer advancement if adaptive tuning goes haywireSean Christopherson2019-04-181-0/+4
* x86: kvm: hyper-v: deal with buggy TLB flush requests from WS2012Vitaly Kuznetsov2019-04-181-1/+10
* KVM: x86: Consider LAPIC TSC-Deadline timer expired if deadline too shortLiran Alon2019-04-181-3/+6
* KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracingVitaly Kuznetsov2019-04-161-2/+2
* KVM: fix spectrev1 gadgetsPaolo Bonzini2019-04-161-1/+3
* KVM: x86: fix warning Using plain integer as NULL pointerHariprasad Kelam2019-04-161-1/+1
* KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernelsSean Christopherson2019-04-162-4/+16
* KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson2019-04-161-10/+11
* KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson2019-04-163-16/+10
* KVM: x86: Open code kvm_set_hflagsSean Christopherson2019-04-162-18/+18
* KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson2019-04-164-90/+86
* KVM: nVMX: Expose RDPMC-exiting only when guest supports PMULiran Alon2019-04-161-0/+25
* KVM: x86: Raise #GP when guest vCPU do not support PMULiran Alon2019-04-161-0/+4
* x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao2019-04-164-6/+12
* KVM: x86: svm: make sure NMI is injected after nmi_singlestepVitaly Kuznetsov2019-04-161-0/+3
* svm/avic: Fix invalidate logical APIC id entrySuthikulpanit, Suravee2019-04-161-1/+2
* Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee2019-04-161-4/+15
* kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon2019-04-163-10/+9
* KVM: nVMX: always use early vmcs check when EPT is disabledPaolo Bonzini2019-04-161-2/+20
* KVM: nVMX: allow tests to use bad virtual-APIC page addressPaolo Bonzini2019-04-163-10/+19
* KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptesSean Christopherson2019-04-151-1/+1
* KVM: x86: nVMX: fix x2APIC VTPR read interceptMarc Orr2019-04-051-1/+1
* KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)Marc Orr2019-04-051-28/+44
* KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflowDavid Rientjes2019-04-051-3/+9
* kvm: svm: fix potential get_num_contig_pages overflowDavid Rientjes2019-04-051-5/+5
* KVM: x86: update %rip after emulating IOSean Christopherson2019-03-281-10/+26
* x86/kvm/hyper-v: avoid spurious pending stimer on vCPU initVitaly Kuznetsov2019-03-281-2/+7
* kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrsXiaoyao Li2019-03-281-1/+2
* KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-03-283-14/+12
* kvm: mmu: Used range based flushing in slot_handle_level_rangeBen Gardon2019-03-281-2/+5
* KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()Wei Yang2019-03-282-7/+3
* kvm: nVMX: Add a vmentry check for HOST_SYSENTER_ESP and HOST_SYSENTER_EIP fi...Krish Sadhukhan2019-03-281-0/+5
* KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh2019-03-283-3/+43
* KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'Sean Christopherson2019-03-282-16/+26
* KVM: nVMX: Do not inherit quadrant and invalid for the root shadow EPTSean Christopherson2019-03-281-4/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-1518-574/+618
|\
| * kvm: vmx: fix formatting of a commentPaolo Bonzini2019-03-151-5/+5
| * Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"Ben Gardon2019-03-151-13/+3
| * KVM: x86/mmu: Consolidate kvm_mmu_zap_all() and kvm_mmu_zap_mmio_sptes()Sean Christopherson2019-02-201-23/+10
| * KVM: x86/mmu: WARN if zapping a MMIO spte results in zapping childrenSean Christopherson2019-02-201-2/+5
| * KVM: x86/mmu: Differentiate between nr zapped and list unstableSean Christopherson2019-02-201-10/+26
| * Revert "KVM: MMU: fast invalidate all pages"Sean Christopherson2019-02-202-98/+1