summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-29KVM: x86/mmu: Commit zap of remaining invalid pages when recovering lpagesSean Christopherson1-0/+1
2020-07-22KVM: x86: bit 8 of non-leaf PDPEs is not reservedPaolo Bonzini1-1/+1
2020-06-30KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson1-2/+2
2020-06-25KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson1-18/+9
2020-06-25kvm: x86: Fix reserved bits related calculation errors caused by MKTMEKai Huang1-6/+27
2020-06-25kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.cKai Huang1-0/+31
2020-06-20KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini1-9/+10
2020-06-20KVM: x86/mmu: Consolidate "is MMIO SPTE" codeSean Christopherson1-8/+8
2020-06-20kvm: x86: Fix L1TF mitigation for shadow MMUKai Huang1-5/+13
2020-02-15KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson1-3/+3
2019-12-01KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson1-4/+4
2019-11-12kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid1-0/+129
2019-11-12kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini1-6/+135
2019-11-12KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini1-7/+7
2019-11-12KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ONPaolo Bonzini1-3/+9
2019-11-12KVM: x86: remove now unneeded hugepage gfn adjustmentPaolo Bonzini1-6/+3
2019-11-12KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini1-28/+25
2019-11-12kvm: mmu: Do not release the page inside mmu_set_spte()Junaid Shahid1-11/+7
2019-11-12kvm: Convert kvm_lock to a mutexJunaid Shahid1-2/+2
2019-08-06x86: kvm: avoid constant-conversion warningArnd Bergmann1-3/+3
2019-03-23KVM: x86/mmu: Detect MMIO generation wrap in any address spaceSean Christopherson1-2/+19
2019-03-23KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson1-2/+2
2018-12-05kvm: mmu: Fix race in emulated page table writesJunaid Shahid1-18/+9
2018-10-13KVM: x86: fix L1TF's MMIO GFN calculationSean Christopherson1-4/+20
2018-09-15kvm: x86: Set highest physical address bits in non-present/reserved SPTEsJunaid Shahid1-5/+38
2018-08-15x86/KVM/VMX: Add L1D flush logicPaolo Bonzini1-0/+1
2018-08-03kvm, mm: account shadow page tables to kmemcgShakeel Butt1-1/+1
2018-04-26Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"Sean Christopherson1-1/+1
2018-03-21KVM: x86: Fix device passthrough when SME is activeTom Lendacky1-1/+3
2018-03-09KVM: X86: Fix SMRAM accessing even if VM is shutdownWanpeng Li1-1/+1
2018-03-09KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini1-49/+46
2018-02-22KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...David Woodhouse1-5/+5
2018-02-16KVM MMU: check pending exception before injecting APFHaozhong Zhang1-1/+2
2017-12-29KVM: MMU: Fix infinite loop when there is no available mmu pageWanpeng Li1-4/+4
2017-12-25kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt1-2/+2
2017-10-10KVM: MMU: always terminate page walks at level 1Ladi Prosek1-7/+7
2017-10-10KVM: nVMX: update last_nonleaf_level when initializing nested EPTLadi Prosek1-0/+1
2017-10-04kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng1-1/+1
2017-09-09Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-94/+173
2017-08-26kvm/x86: Avoid clearing the C-bit in rsvd_bits()Brijesh Singh1-3/+27
2017-08-24KVM: MMU: speedup update_permission_bitmaskPaolo Bonzini1-51/+70
2017-08-24KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang1-14/+29
2017-08-24KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang1-18/+18
2017-08-18KVM: x86: fix use of L1 MMIO areas in nested guestsPaolo Bonzini1-1/+8
2017-08-18KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh1-0/+6
2017-08-18KVM: x86: simplify ept_misconfigPaolo Bonzini1-1/+18
2017-08-11KVM: MMU: Bail out immediately if there is no available mmu pageWanpeng Li1-9/+27
2017-08-11KVM: MMU: Fix softlockup due to mmu_lock is held too longWanpeng Li1-3/+1
2017-08-10kvm: nVMX: Add support for fast unprotection of nested guest page tablesPaolo Bonzini1-4/+1
2017-08-10KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guestBrijesh Singh1-1/+2