summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| * KVM: x86/mmu: Voluntarily reschedule as needed when zapping all sptesSean Christopherson2019-02-201-1/+2
| * KVM: x86/mmu: skip over invalid root pages when zapping all sptesSean Christopherson2019-02-201-1/+4
| * Revert "KVM: x86: use the fast way to invalidate all pages"Sean Christopherson2019-02-202-1/+16
| * Revert "KVM: MMU: show mmu_valid_gen in shadow page related tracepoints"Sean Christopherson2019-02-201-12/+9
| * Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"Sean Christopherson2019-02-202-22/+0
| * Revert "KVM: MMU: zap pages in batch"Sean Christopherson2019-02-201-11/+24
| * Revert "KVM: MMU: collapse TLB flushes when zap all pages"Sean Christopherson2019-02-201-28/+3
| * Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson2019-02-202-18/+4
| * KVM: x86/mmu: Remove is_obsolete() callSean Christopherson2019-02-201-5/+1
| * KVM: x86/mmu: Voluntarily reschedule as needed when zapping MMIO sptesSean Christopherson2019-02-201-1/+2
| * Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"Sean Christopherson2019-02-201-1/+21
| * KVM: x86/mmu: Zap only the relevant pages when removing a memslotSean Christopherson2019-02-201-1/+32
| * KVM: x86/mmu: Split remote_flush+zap case out of kvm_mmu_flush_or_zap()Sean Christopherson2019-02-201-6/+16
| * KVM: x86/mmu: Move slot_level_*() helper functions up a few linesSean Christopherson2019-02-201-69/+70
| * KVM: Move the memslot update in-progress flag to bit 63Sean Christopherson2019-02-201-19/+12
| * KVM: x86: Refactor the MMIO SPTE generation handlingSean Christopherson2019-02-201-33/+43
| * KVM: x86: Use a u64 when passing the MMIO gen aroundSean Christopherson2019-02-201-7/+7
| * KVM: Explicitly define the "memslot update in-progress" bitSean Christopherson2019-02-201-1/+1
| * KVM: x86/mmu: Do not cache MMIO accesses while memslots are in fluxSean Christopherson2019-02-201-1/+6
| * KVM: x86/mmu: Detect MMIO generation wrap in any address spaceSean Christopherson2019-02-201-2/+19
| * KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-202-4/+4
| * kvm: vmx: Add memcg accounting to KVM allocationsBen Gardon2019-02-203-13/+27
| * kvm: svm: Add memcg accounting to KVM allocationsBen Gardon2019-02-201-21/+25
| * kvm: x86: Add memcg accounting to KVM allocationsBen Gardon2019-02-208-18/+21
| * KVM: nVMX: do not start the preemption timer hrtimer unnecessarilyPaolo Bonzini2019-02-201-4/+9
| * kvm: vmx: Fix typos in vmentry/vmexit control settingYu Zhang2019-02-201-3/+5