summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Get active PCID only when writing a CR3 valueSean Christopherson2021-03-151-2/+2
* KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamicSean Christopherson2021-03-151-6/+6
* KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU properSean Christopherson2021-03-151-0/+1
* KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEsSean Christopherson2021-03-151-1/+1
* KVM: x86/mmu: Unexport MMU load/unload functionsSean Christopherson2021-03-151-0/+4
* KVM: x86: use static calls to reduce kvm_x86_ops overheadJason Baron2021-02-041-3/+3
* KVM: x86/mmu: Use boolean returns for (S)PTE accessorsSean Christopherson2021-02-041-1/+1
* KVM: x86: Add more protection against undefined behavior in rsvd_bits()Sean Christopherson2021-01-251-1/+8
* KVM: x86: fix shift out of bounds reported by UBSANPaolo Bonzini2021-01-071-1/+1
* KVM: x86: Move illegal GPA helper out of the MMU codeSean Christopherson2020-09-281-5/+0
* KVM: x86: Pull the PGD's level from the MMU instead of recalculating itSean Christopherson2020-07-301-3/+7
* KVM: x86: Add helper functions for illegal GPA checking and page fault injectionMohammed Gamal2020-07-101-0/+6
* KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_shadow_mmu()Vitaly Kuznetsov2020-07-101-1/+2
* KVM: x86/mmu: Add MMU-internal headerSean Christopherson2020-07-081-4/+1
* KVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.cSean Christopherson2020-07-081-9/+0
* KVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapperSean Christopherson2020-07-081-1/+0
* KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson2020-06-221-1/+1
* KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmuPaolo Bonzini2020-06-011-1/+1
* KVM: x86: simplify is_mmio_sptePaolo Bonzini2020-05-271-1/+1
* KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson2020-03-311-4/+4
* KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini2020-03-161-2/+2
* KVM: x86: unify callbacks to load paging rootPaolo Bonzini2020-03-161-3/+3
* KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDPSean Christopherson2020-02-121-0/+13
* kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid2019-11-041-0/+4
* KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson2019-08-221-1/+1
* kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon2019-04-161-1/+1
* Revert "KVM: MMU: fast invalidate all pages"Sean Christopherson2019-02-201-1/+0
* x86/kvm/mmu: make vcpu->mmu a pointer to the current MMUVitaly Kuznetsov2018-10-171-4/+4
* KVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and KVM_NR_PAGE_SIZES togetherWei Yang2018-10-171-5/+0
* kvm: x86: Propagate guest PCIDs to host PCIDsJunaid Shahid2018-08-061-1/+16
* kvm: x86: Add ability to skip TLB flush when switching CR3Junaid Shahid2018-08-061-1/+0
* kvm: x86: Use fast CR3 switch for nested VMXJunaid Shahid2018-08-061-1/+1
* kvm: x86: Support resetting the MMU context without resetting rootsJunaid Shahid2018-08-061-0/+1
* kvm: x86: Introduce KVM_REQ_LOAD_CR3Junaid Shahid2018-08-061-0/+7
* Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-2/+1
|\
| * KVM: SVM: limit kvm_handle_page_fault to #PF handlingPaolo Bonzini2017-10-121-2/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-081-1/+1
|\
| * KVM: x86: simplify handling of PKRUPaolo Bonzini2017-08-251-1/+1
* | KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang2017-08-241-0/+1
* | KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang2017-08-241-1/+1
* | KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang2017-08-241-0/+3
* | KVM: x86: simplify ept_misconfigPaolo Bonzini2017-08-181-17/+0
|/
* KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li2017-07-141-0/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-061-1/+1
|\
| * x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner2017-07-031-1/+1
* | KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li2017-06-111-0/+1
|/
* kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das2017-05-091-0/+1
* kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini2017-04-071-1/+2
* kvm: mmu: remove is_present_gpte()Bandan Das2016-07-141-5/+0