summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu/spte.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-22x86/mtrr: Remove the mtrr_bp_init() stubChristoph Hellwig1-0/+1
2021-10-22KVM: x86/mmu: clean up prefetch/prefault/speculative namingPaolo Bonzini1-4/+4
2021-10-01KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pagesDavid Matlack1-3/+7
2021-10-01KVM: MMU: pass kvm_mmu_page struct to make_sptePaolo Bonzini1-5/+6
2021-10-01KVM: MMU: clean up make_spte return valuePaolo Bonzini1-4/+4
2021-10-01KVM: MMU: mark page dirty in make_sptePaolo Bonzini1-0/+3
2021-09-30KVM: X86: Don't check unsync if the original spte is writibleLai Jiangshan1-2/+2
2021-09-30KVM: X86: Don't unsync pagetables when speculativeLai Jiangshan1-1/+1
2021-06-25KVM: x86/mmu: WARN on any reserved SPTE value when making a valid SPTESean Christopherson1-1/+4
2021-06-25KVM: x86/mmu: Rename unsync helper and update related commentsSean Christopherson1-2/+8
2021-06-25KVM: x86/mmu: Remove broken WARN that fires on 32-bit KVM w/ nested EPTSean Christopherson1-7/+0
2021-03-15KVM: x86/mmu: Use low available bits for removed SPTEsSean Christopherson1-1/+10
2021-03-15KVM: x86/mmu: Use a dedicated bit to track shadow/MMU-present SPTEsSean Christopherson1-4/+4
2021-03-15KVM: x86/mmu: Use high bits for host/mmu writable masks for EPT SPTEsSean Christopherson1-0/+3
2021-03-15KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamicSean Christopherson1-4/+9
2021-03-15KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU properSean Christopherson1-35/+27
2021-03-15KVM: x86/mmu: Co-locate code for setting various SPTE masksSean Christopherson1-0/+19
2021-03-15KVM: x86/mmu: Use MMIO SPTE bits 53 and 52 for the MMIO generationSean Christopherson1-1/+0
2021-03-15KVM: x86/mmu: Rename and document A/D scheme for TDP SPTEsSean Christopherson1-5/+12
2021-03-15KVM: x86/mmu: Add module param to disable MMIO caching (for testing)Sean Christopherson1-0/+6
2021-03-15KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEsSean Christopherson1-5/+6
2021-03-15KVM: x86/mmu: Rename 'mask' to 'spte' in MMIO SPTE helpersSean Christopherson1-5/+5
2021-03-15KVM: x86/mmu: Don't install bogus MMIO SPTEs if MMIO caching is disabledSean Christopherson1-1/+6
2021-03-15KVM: x86/mmu: Disable MMIO caching if MMIO value collides with L1TFSean Christopherson1-1/+12
2021-02-04KVM: x86: use static calls to reduce kvm_x86_ops overheadJason Baron1-1/+1
2020-12-12KVM: mmu: Fix SPTE encoding of MMIO generation upper halfMaciej S. Szmigiero1-2/+2
2020-10-30KVM: x86: replace static const variables with macrosPaolo Bonzini1-8/+8
2020-10-22KVM: mmu: extract spte.h and spte.cPaolo Bonzini1-0/+318