aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2021-09-03KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUsSean Christopherson
2021-08-12KVM: x86/mmu: Fix per-cpu counter corruption on 32-bit buildsSean Christopherson
2020-10-29KVM: x86/mmu: Commit zap of remaining invalid pages when recovering lpagesSean Christopherson
2020-08-26KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon
2020-07-16KVM: x86: bit 8 of non-leaf PDPEs is not reservedPaolo Bonzini
2020-06-30KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson
2020-06-25KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson
2020-06-25kvm: x86: Fix reserved bits related calculation errors caused by MKTMEKai Huang
2020-06-25kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.cKai Huang
2020-06-22KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini
2020-06-22KVM: x86/mmu: Consolidate "is MMIO SPTE" codeSean Christopherson
2020-06-22kvm: x86: Fix L1TF mitigation for shadow MMUKai Huang
2020-02-11KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson
2020-02-11KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson
2019-12-01KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson
2019-11-12kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid
2019-11-12kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini
2019-11-12KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini
2019-11-12KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ONPaolo Bonzini
2019-11-12KVM: x86: remove now unneeded hugepage gfn adjustmentPaolo Bonzini
2019-11-12KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini
2019-11-12kvm: mmu: Do not release the page inside mmu_set_spte()Junaid Shahid
2019-11-12kvm: Convert kvm_lock to a mutexJunaid Shahid
2019-09-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon
2019-08-06x86: kvm: avoid constant-conversion warningArnd Bergmann
2019-07-03KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPTSean Christopherson
2019-03-23KVM: x86/mmu: Detect MMIO generation wrap in any address spaceSean Christopherson
2019-03-23KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson
2018-12-05kvm: mmu: Fix race in emulated page table writesJunaid Shahid
2018-10-01KVM: x86: fix L1TF's MMIO GFN calculationSean Christopherson
2018-09-20KVM/MMU: Fix comment in walk_shadow_page_lockless_end()Tianyu Lan
2018-09-20KVM: x86: don't reset root in kvm_mmu_setup()Wei Yang
2018-09-07Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/...Radim Krčmář
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier
2018-08-30KVM: x86: Do not re-{try,execute} after failed emulation in L2Sean Christopherson
2018-08-30KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_faultSean Christopherson
2018-08-30KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTESean Christopherson
2018-08-30KVM: x86: Invert emulation re-execute behavior to make it opt-inSean Christopherson
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-08-14kvm: x86: Set highest physical address bits in non-present/reserved SPTEsJunaid Shahid
2018-08-06KVM: x86: Skip pae_root shadow allocation if tdp enabledLiang Chen
2018-08-06KVM/MMU: Combine flushing remote tlb in mmu_set_spte()Tianyu Lan
2018-08-06KVM/MMU: Simplify __kvm_sync_page() functionTianyu Lan
2018-08-06kvm: x86: Add multi-entry LRU cache for previous CR3sJunaid Shahid
2018-08-06kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*Junaid Shahid
2018-08-06kvm: x86: Skip shadow page resync on CR3 switch when indicated by guestJunaid Shahid
2018-08-06kvm: x86: Support selectively freeing either current or previous MMU rootJunaid Shahid
2018-08-06kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()Junaid Shahid
2018-08-06kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guestJunaid Shahid
2018-08-06kvm: vmx: Support INVPCID in shadow paging modeJunaid Shahid