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
2020-10-29KVM: x86/mmu: Commit zap of remaining invalid pages when recovering lpagesSean Christopherson
2020-07-22KVM: 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-20KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini
2020-06-20KVM: x86/mmu: Consolidate "is MMIO SPTE" codeSean Christopherson
2020-06-20kvm: x86: Fix L1TF mitigation for shadow MMUKai Huang
2020-02-14KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean 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-08-06x86: kvm: avoid constant-conversion warningArnd Bergmann
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-13KVM: x86: fix L1TF's MMIO GFN calculationSean Christopherson
2018-09-15kvm: x86: Set highest physical address bits in non-present/reserved SPTEsJunaid Shahid
2018-08-15x86/KVM/VMX: Add L1D flush logicPaolo Bonzini
2018-08-03kvm, mm: account shadow page tables to kmemcgShakeel Butt
2018-04-26Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"Sean Christopherson
2018-03-21KVM: x86: Fix device passthrough when SME is activeTom Lendacky
2018-03-08KVM: X86: Fix SMRAM accessing even if VM is shutdownWanpeng Li
2018-03-08KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini
2018-02-22KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...David Woodhouse
2018-02-16KVM MMU: check pending exception before injecting APFHaozhong Zhang
2017-12-29KVM: MMU: Fix infinite loop when there is no available mmu pageWanpeng Li
2017-12-25kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt
2017-10-10KVM: MMU: always terminate page walks at level 1Ladi Prosek
2017-10-10KVM: nVMX: update last_nonleaf_level when initializing nested EPTLadi Prosek
2017-10-04kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-08-26kvm/x86: Avoid clearing the C-bit in rsvd_bits()Brijesh Singh
2017-08-24KVM: MMU: speedup update_permission_bitmaskPaolo Bonzini
2017-08-24KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang
2017-08-24KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang
2017-08-18KVM: x86: fix use of L1 MMIO areas in nested guestsPaolo Bonzini
2017-08-18KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh
2017-08-18KVM: x86: simplify ept_misconfigPaolo Bonzini
2017-08-11KVM: MMU: Bail out immediately if there is no available mmu pageWanpeng Li
2017-08-11KVM: MMU: Fix softlockup due to mmu_lock is held too longWanpeng Li
2017-08-10kvm: nVMX: Add support for fast unprotection of nested guest page tablesPaolo Bonzini