summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu/mmu_internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/mmu: Drop non-PA bits when getting GFN for guest's PGDBinbin Wu2023-11-291-0/+1
* KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson2023-11-141-0/+1
* KVM: x86/mmu: Handle page fault for private memoryChao Peng2023-11-141-0/+1
* KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson2023-09-231-8/+7
* KVM: x86/mmu: Use dummy root, backed by zero page, for !visible guest rootsSean Christopherson2023-08-311-0/+10
* KVM: x86/mmu: Use BUILD_BUG_ON_INVALID() for KVM_MMU_WARN_ON() stubSean Christopherson2023-08-311-1/+1
* KVM: x86/mmu: Replace MMU_DEBUG with proper KVM_PROVE_MMU KconfigSean Christopherson2023-08-311-3/+1
* KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()Sean Christopherson2023-08-311-1/+1
* KVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON()Sean Christopherson2023-08-311-2/+2
* KVM: x86/mmu: Delete the "dbg" module paramSean Christopherson2023-08-311-2/+0
* KVM: x86/mmu: Delete rmap_printk() and all its usageSean Christopherson2023-08-311-2/+0
* KVM: x86/mmu: Delete pgprintk() and all its usageSean Christopherson2023-08-311-2/+0
* KVM: Allow range-based TLB invalidation from common codeDavid Matlack2023-08-171-3/+0
* KVM: x86/mmu: Use gfn_t in kvm_flush_remote_tlbs_range()David Matlack2023-03-171-1/+2
* KVM: x86/mmu: Rename kvm_flush_remote_tlbs_with_address()David Matlack2023-03-171-4/+3
* KVM: x86/mmu: Use EMULTYPE flag to track write #PFs to shadow pagesSean Christopherson2023-03-141-1/+11
* KVM: x86/mmu: Fix wrong gfn range of tlb flushing in kvm_set_pte_rmapp()Hou Wenlong2023-01-241-0/+9
* KVM: x86/mmu: Move round_gfn_for_level() helper into mmu_internal.hHou Wenlong2023-01-241-0/+5
* KVM: x86/mmu: Rename __direct_map() to direct_map()David Matlack2022-12-291-1/+1
* KVM: x86/mmu: Initialize fault.{gfn,slot} earlier for direct MMUsDavid Matlack2022-12-291-0/+5
* KVM: x86/mmu: Grab mmu_invalidate_seq in kvm_faultin_pfn()David Matlack2022-12-291-0/+1
* KVM: x86/mmu: Add helper to convert SPTE value to its shadow pageSean Christopherson2022-11-091-12/+0
* KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTESean Christopherson2022-11-091-3/+2
* KVM: x86/mmu: Rename NX huge pages fields/functions for consistencySean Christopherson2022-11-091-8/+14
* KVM: x86/mmu: Tag disallowed NX huge pages even if they're not trackedSean Christopherson2022-11-091-1/+9
* KVM: x86/mmu: Don't require refcounted "struct page" to create huge SPTEsSean Christopherson2022-07-281-1/+1
* KVM: x86/mmu: Cache the access bits of shadowed translationsDavid Matlack2022-06-241-2/+15
* KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basisBen Gardon2022-06-241-3/+4
* KVM: x86/mmu: Dedup macros for computing various page table masksSean Christopherson2022-06-201-0/+14
* KVM: x86/mmu: Expand and clean up page fault statsSean Christopherson2022-05-121-2/+26
* KVM: x86/mmu: Use IS_ENABLED() to avoid RETPOLINE for TDP page faultsSean Christopherson2022-05-121-3/+3
* KVM: x86/mmu: Make all page fault handlers internal to the MMUSean Christopherson2022-05-121-1/+89
* KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"Sean Christopherson2022-05-121-1/+8
* KVM: x86/mmu: Zap invalidated roots via asynchronous workerPaolo Bonzini2022-03-081-1/+7
* KVM: x86/mmu: Zap only the target TDP MMU shadow page in NX recoverySean Christopherson2022-03-081-1/+6
* KVM: x86/mmu: Propagate memslot const qualifierBen Gardon2021-12-081-1/+1
* KVM: x86/mmu: Remove need for a vcpu from mmu_try_to_unsync_pagesBen Gardon2021-12-081-1/+1
* KVM: x86/mmu: Use shadow page role to detect PML-unfriendly pages for L2Sean Christopherson2021-12-081-4/+3
* KVM: x86/mmu: clean up prefetch/prefault/speculative namingPaolo Bonzini2021-10-221-1/+1
* KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pagesDavid Matlack2021-10-011-2/+2
* KVM: MMU: clean up make_spte return valuePaolo Bonzini2021-10-011-5/+0
* KVM: MMU: change disallowed_hugepage_adjust() arguments to kvm_page_faultPaolo Bonzini2021-10-011-2/+1
* KVM: MMU: change kvm_mmu_hugepage_adjust() arguments to kvm_page_faultPaolo Bonzini2021-10-011-10/+2
* KVM: X86: Don't unsync pagetables when speculativeLai Jiangshan2021-09-301-1/+2
* KVM: x86/mmu: Move lpage_disallowed_link further "down" in kvm_mmu_pageSean Christopherson2021-09-061-1/+5
* KVM: x86/mmu: Relocate kvm_mmu_page.tdp_mmu_page for better cache localitySean Christopherson2021-09-061-2/+1
* KVM: x86/mmu: Remove unused field mmio_cached in struct kvm_mmu_pageJia He2021-09-061-1/+0
* KVM: X86: Introduce mmu_rmaps_stat per-vm debugfs filePeter Xu2021-08-201-0/+1
* KVM: const-ify all relevant uses of struct kvm_memory_slotHamza Mahfooz2021-08-031-2/+2
* KVM: x86/mmu: Fix use of enums in trace_fast_page_faultDavid Matlack2021-08-021-0/+3