summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.h
AgeCommit message (Expand)Author
2023-11-28KVM: x86: Use KVM-governed feature framework to track "LAM enabled"Binbin Wu
2023-11-28KVM: x86: Virtualize LAM for user pointerRobert Hoo
2023-10-09KVM: x86/mmu: Add helpers to return if KVM honors guest MTRRsYan Zhao
2023-08-31KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEsSean Christopherson
2023-04-10KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated permission faultsSean Christopherson
2023-03-22KVM: x86: Add helpers to query individual CR0/CR4 bitsBinbin Wu
2022-12-29KVM: x86/mmu: Change tdp_mmu to a read-only parameterDavid Matlack
2022-08-10KVM: SVM: Disable SEV-ES support if MMIO caching is disableSean Christopherson
2022-06-20KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEsSean Christopherson
2022-06-20KVM: x86/mmu: Dedup macros for computing various page table masksSean Christopherson
2022-06-20KVM: x86/mmu: Bury 32-bit PSE paging helpers in paging_tmpl.hSean Christopherson
2022-05-12KVM: VMX: Include MKTME KeyID bits in shadow_zero_checkKai Huang
2022-05-12KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_maskKai Huang
2022-05-12KVM: x86/mmu: Make all page fault handlers internal to the MMUSean Christopherson
2022-04-29KVM: x86/mmu: replace shadow_root_level with root_role.levelPaolo Bonzini
2022-04-29KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDRSean Christopherson
2022-04-02KVM: X86: Handle implicit supervisor access with SMAPLai Jiangshan
2022-04-02KVM: X86: Rename variable smap to not_smap in permission_fault()Lai Jiangshan
2022-04-02KVM: X86: Change the type of access u32 to u64Lai Jiangshan
2022-03-01KVM: x86/mmu: Zap only obsolete roots if a root shadow page is zappedSean Christopherson
2022-02-25KVM: x86: use struct kvm_mmu_root_info for mmu->rootPaolo Bonzini
2022-02-25KVM: x86: Reinitialize context if host userspace toggles EFER.LMEPaolo Bonzini
2022-02-10KVM: x86/mmu: Move is_writable_pte() to spte.hDavid Matlack
2021-12-08KVM: X86: Add parameter huge_page_level to kvm_init_shadow_ept_mmu()Lai Jiangshan
2021-12-08KVM: X86: Remove mmu->translate_gpaLai Jiangshan
2021-10-22KVM: X86: Don't unload MMU in kvm_vcpu_flush_tlb_guest()Lai Jiangshan
2021-10-22KVM: X86: Don't reset mmu context when toggling X86_CR4_PGELai Jiangshan
2021-10-22KVM: x86/mmu: clean up prefetch/prefault/speculative namingPaolo Bonzini
2021-10-22KVM: cleanup allocation of rmaps and page tracking dataDavid Stevens
2021-10-01KVM: x86/mmu: Pass the memslot around via struct kvm_page_faultDavid Matlack
2021-10-01KVM: MMU: change kvm_mmu_hugepage_adjust() arguments to kvm_page_faultPaolo Bonzini
2021-10-01KVM: MMU: change kvm_faultin_pfn() arguments to kvm_page_faultPaolo Bonzini
2021-10-01KVM: MMU: change page_fault_handle_page_track() arguments to kvm_page_faultPaolo Bonzini
2021-10-01KVM: MMU: change direct_page_fault() arguments to kvm_page_faultPaolo Bonzini
2021-10-01KVM: MMU: change mmu->page_fault() arguments to kvm_page_faultPaolo Bonzini
2021-10-01KVM: MMU: Introduce struct kvm_page_faultPaolo Bonzini
2021-08-20KVM: x86/mmu: Add detailed page size statsMingwei Zhang
2021-08-20KVM: X86: Introduce kvm_mmu_slot_lpages() helpersPeter Xu
2021-06-24KVM: x86/mmu: Get CR0.WP from MMU, not vCPU, in shadow page faultSean Christopherson
2021-06-24KVM: x86/mmu: Move nested NPT reserved bit calculation into MMU properSean Christopherson
2021-06-24KVM: x86: Read and pass all CR0/CR4 role bits to shadow MMU helperSean Christopherson
2021-06-24KVM: x86: Fix sizes used to pass around CR0, CR4, and EFERSean Christopherson
2021-06-17KVM: x86: Drop pointless @reset_roots from kvm_init_mmu()Sean Christopherson
2021-06-17KVM: x86/mmu: Lazily allocate memslot rmapsBen Gardon
2021-06-17KVM: x86/mmu: Skip rmap operations if rmaps not allocatedBen Gardon
2021-03-15KVM: x86: Get active PCID only when writing a CR3 valueSean Christopherson
2021-03-15KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamicSean Christopherson
2021-03-15KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU properSean Christopherson
2021-03-15KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEsSean Christopherson
2021-03-15KVM: x86/mmu: Unexport MMU load/unload functionsSean Christopherson