aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kvm/mmu/spte.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-19kvm: x86: mmu: Always flush TLBs when enabling dirty loggingJunaid Shahid1-4/+10
2022-08-10KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap genSean Christopherson1-0/+14
2022-08-10KVM: SVM: Disable SEV-ES support if MMIO caching is disableSean Christopherson1-2/+0
2022-08-10KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks changeSean Christopherson1-0/+1
2022-07-28KVM: x86/mmu: Add shadow mask for effective host MTRR memtypeSean Christopherson1-0/+1
2022-07-14KVM: x86/mmu: Add optimized helper to retrieve an SPTE's indexSean Christopherson1-0/+6
2022-06-24KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMUDavid Matlack1-2/+2
2022-06-24KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basisBen Gardon1-1/+2
2022-06-20KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEsSean Christopherson1-15/+12
2022-06-20KVM: x86/mmu: Dedup macros for computing various page table masksSean Christopherson1-4/+3
2022-05-12KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_maskKai Huang1-0/+1
2022-05-12KVM: x86/mmu: Don't attempt fast page fault just because EPT is in useSean Christopherson1-0/+11
2022-05-03Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEADPaolo Bonzini1-1/+3
2022-05-03KVM: x86/mmu: Move shadow-present check out of spte_has_volatile_bits()Sean Christopherson1-0/+2
2022-05-03KVM: x86/mmu: Don't treat fully writable SPTEs as volatile (modulo A/D)Sean Christopherson1-1/+1
2022-04-29KVM: x86/mmu: Use enable_mmio_caching to track if MMIO caching is enabledSean Christopherson1-1/+3
2022-04-29KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDRSean Christopherson1-6/+0
2022-02-10KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is enabledDavid Matlack1-0/+1
2022-02-10KVM: x86/mmu: Move restore_acc_track_spte() to spte.hDavid Matlack1-0/+15
2022-02-10KVM: x86/mmu: Consolidate comments about {Host,MMU}-writableDavid Matlack1-49/+56
2022-02-10KVM: x86/mmu: Rename DEFAULT_SPTE_MMU_WRITEABLE to DEFAULT_SPTE_MMU_WRITABLEDavid Matlack1-4/+4
2022-02-10KVM: x86/mmu: Move is_writable_pte() to spte.hDavid Matlack1-1/+39
2022-02-10KVM: x86/mmu: Check SPTE writable invariants when setting leaf SPTEsDavid Matlack1-1/+1
2022-02-10KVM: x86/mmu: Move SPTE writable invariant checks to a helper functionDavid Matlack1-7/+13
2022-01-19KVM: x86/mmu: Document and enforce MMU-writable and Host-writable invariantsDavid Matlack1-6/+36
2021-12-08KVM: x86/mmu: Propagate memslot const qualifierBen Gardon1-1/+1
2021-10-22KVM: x86/mmu: clean up prefetch/prefault/speculative namingPaolo Bonzini1-1/+1
2021-10-18KVM: x86: avoid warning with -Wbitwise-instead-of-logicalPaolo Bonzini1-6/+1
2021-10-01KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pagesDavid Matlack1-0/+1
2021-10-01KVM: MMU: pass kvm_mmu_page struct to make_sptePaolo Bonzini1-4/+4
2021-10-01KVM: MMU: clean up make_spte return valuePaolo Bonzini1-6/+1
2021-07-14KVM: x86/mmu: Do not apply HPA (memory encryption) mask to GPAsSean Christopherson1-6/+0
2021-06-24KVM: x86/mmu: Add helpers to do full reserved SPTE checks w/ generic MMUSean Christopherson1-0/+32
2021-03-15KVM: x86/mmu: Use low available bits for removed SPTEsSean Christopherson1-4/+7
2021-03-15KVM: x86/mmu: Tweak auditing WARN for A/D bits to !PRESENT (was MMIO)Sean Christopherson1-9/+9
2021-03-15KVM: x86/mmu: Use a dedicated bit to track shadow/MMU-present SPTEsSean Christopherson1-6/+17
2021-03-15KVM: x86/mmu: Use high bits for host/mmu writable masks for EPT SPTEsSean Christopherson1-15/+33
2021-03-15KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamicSean Christopherson1-7/+6
2021-03-15KVM: x86/mmu: Document dependency bewteen TDP A/D type and saved bitsSean Christopherson1-3/+5
2021-03-15KVM: x86/mmu: Use MMIO SPTE bits 53 and 52 for the MMIO generationSean Christopherson1-4/+4
2021-03-15KVM: x86/mmu: Rename and document A/D scheme for TDP SPTEsSean Christopherson1-8/+26
2021-03-15KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEsSean Christopherson1-6/+4
2021-02-04KVM: x86/mmu: Flush TLBs after zap in TDP MMU PF handlerBen Gardon1-1/+20
2021-02-04KVM: x86/mmu: Use boolean returns for (S)PTE accessorsSean Christopherson1-8/+4
2020-12-11KVM: mmu: Fix SPTE encoding of MMIO generation upper halfMaciej S. Szmigiero1-7/+18
2020-10-30KVM: x86: replace static const variables with macrosPaolo Bonzini1-8/+8
2020-10-21KVM: mmu: extract spte.h and spte.cPaolo Bonzini1-0/+252