summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated permission faultsSean Christopherson2023-04-101-1/+25
* KVM: x86: Add helpers to query individual CR0/CR4 bitsBinbin Wu2023-03-221-1/+1
* KVM: x86/mmu: Change tdp_mmu to a read-only parameterDavid Matlack2022-12-291-3/+3
* KVM: SVM: Disable SEV-ES support if MMIO caching is disableSean Christopherson2022-08-101-0/+2
* KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEsSean Christopherson2022-06-201-5/+0
* KVM: x86/mmu: Dedup macros for computing various page table masksSean Christopherson2022-06-201-2/+2
* KVM: x86/mmu: Bury 32-bit PSE paging helpers in paging_tmpl.hSean Christopherson2022-06-201-5/+0
* KVM: VMX: Include MKTME KeyID bits in shadow_zero_checkKai Huang2022-05-121-0/+19
* KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_maskKai Huang2022-05-121-0/+1
* KVM: x86/mmu: Make all page fault handlers internal to the MMUSean Christopherson2022-05-121-87/+0
* KVM: x86/mmu: replace shadow_root_level with root_role.levelPaolo Bonzini2022-04-291-1/+1
* KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDRSean Christopherson2022-04-291-0/+24
* KVM: X86: Handle implicit supervisor access with SMAPLai Jiangshan2022-04-021-13/+11
* KVM: X86: Rename variable smap to not_smap in permission_fault()Lai Jiangshan2022-04-021-2/+2
* KVM: X86: Change the type of access u32 to u64Lai Jiangshan2022-04-021-3/+5
* KVM: x86/mmu: Zap only obsolete roots if a root shadow page is zappedSean Christopherson2022-03-011-0/+1
* KVM: x86: use struct kvm_mmu_root_info for mmu->rootPaolo Bonzini2022-02-251-2/+2
* KVM: x86: Reinitialize context if host userspace toggles EFER.LMEPaolo Bonzini2022-02-251-0/+1
* KVM: x86/mmu: Move is_writable_pte() to spte.hDavid Matlack2022-02-101-38/+0
* KVM: X86: Add parameter huge_page_level to kvm_init_shadow_ept_mmu()Lai Jiangshan2021-12-081-1/+2
* KVM: X86: Remove mmu->translate_gpaLai Jiangshan2021-12-081-0/+13
* KVM: X86: Don't unload MMU in kvm_vcpu_flush_tlb_guest()Lai Jiangshan2021-10-221-0/+1
* KVM: X86: Don't reset mmu context when toggling X86_CR4_PGELai Jiangshan2021-10-221-3/+2
* KVM: x86/mmu: clean up prefetch/prefault/speculative namingPaolo Bonzini2021-10-221-3/+3
* KVM: cleanup allocation of rmaps and page tracking dataDavid Stevens2021-10-221-5/+17
* KVM: x86/mmu: Pass the memslot around via struct kvm_page_faultDavid Matlack2021-10-011-0/+3
* KVM: MMU: change kvm_mmu_hugepage_adjust() arguments to kvm_page_faultPaolo Bonzini2021-10-011-2/+33
* KVM: MMU: change kvm_faultin_pfn() arguments to kvm_page_faultPaolo Bonzini2021-10-011-0/+5
* KVM: MMU: change page_fault_handle_page_track() arguments to kvm_page_faultPaolo Bonzini2021-10-011-0/+3
* KVM: MMU: change direct_page_fault() arguments to kvm_page_faultPaolo Bonzini2021-10-011-0/+5
* KVM: MMU: change mmu->page_fault() arguments to kvm_page_faultPaolo Bonzini2021-10-011-4/+3
* KVM: MMU: Introduce struct kvm_page_faultPaolo Bonzini2021-10-011-3/+31
* KVM: x86/mmu: Add detailed page size statsMingwei Zhang2021-08-201-0/+4
* KVM: X86: Introduce kvm_mmu_slot_lpages() helpersPeter Xu2021-08-201-0/+21
* KVM: x86/mmu: Get CR0.WP from MMU, not vCPU, in shadow page faultSean Christopherson2021-06-241-5/+0
* KVM: x86/mmu: Move nested NPT reserved bit calculation into MMU properSean Christopherson2021-06-241-3/+0
* KVM: x86: Read and pass all CR0/CR4 role bits to shadow MMU helperSean Christopherson2021-06-241-0/+6
* KVM: x86: Fix sizes used to pass around CR0, CR4, and EFERSean Christopherson2021-06-241-2/+2
* KVM: x86: Drop pointless @reset_roots from kvm_init_mmu()Sean Christopherson2021-06-171-1/+1
* KVM: x86/mmu: Lazily allocate memslot rmapsBen Gardon2021-06-171-1/+6
* KVM: x86/mmu: Skip rmap operations if rmaps not allocatedBen Gardon2021-06-171-0/+5
* 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