summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu/spte.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/mmu: Fixup comments missed by the REMOVED_SPTE=>FROZEN_SPTE renameYan Zhao2024-08-221-3/+3
* KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_opsWei Wang2024-07-161-2/+2
* KVM: x86/mmu: Clean up make_huge_page_split_spte() definition and introSean Christopherson2024-07-161-5/+3
* KVM: x86/mmu: Bug the VM if KVM tries to split a !hugepage SPTESean Christopherson2024-07-161-5/+1
* Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-4/+22
|\
| * KVM: x86: Move shadow_phys_bits into "kvm_host", as "maxphyaddr"Sean Christopherson2024-06-031-3/+21
| * KVM: x86/mmu: Snapshot shadow_phys_bits when kvm.ko is loadedSean Christopherson2024-06-031-3/+3
* | KVM: x86/tdp_mmu: Rename REMOVED_SPTE to FROZEN_SPTERick Edgecombe2024-06-211-1/+1
|/
* KVM: x86/mmu: Track shadow MMIO value on a per-VM basisSean Christopherson2024-04-191-2/+2
* KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_maskIsaku Yamahata2024-04-191-2/+4
* KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTESean Christopherson2024-04-191-7/+7
* KVM: delete .change_pte MMU notifier callbackPaolo Bonzini2024-04-111-16/+0
* KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()Sean Christopherson2023-08-311-2/+2
* KVM: x86/mmu: Delete pgprintk() and all its usageSean Christopherson2023-08-311-2/+0
* KVM: x86/mmu: Fix comment typoMathias Krause2023-03-221-1/+1
* kvm: x86/mmu: Rename SPTE_TDP_AD_ENABLED_MASK to SPTE_TDP_AD_ENABLEDLai Jiangshan2023-01-241-3/+3
* KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson2022-12-291-2/+2
* KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUsSean Christopherson2022-11-091-0/+12
* KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap genSean Christopherson2022-08-101-0/+8
* KVM: SVM: Disable SEV-ES support if MMIO caching is disableSean Christopherson2022-08-101-0/+1
* KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks changeSean Christopherson2022-08-101-0/+19
* KVM: x86/mmu: Add shadow mask for effective host MTRR memtypeSean Christopherson2022-07-281-3/+18
* KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMUDavid Matlack2022-06-241-8/+7
* KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basisBen Gardon2022-06-241-3/+4
* KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEsSean Christopherson2022-06-201-1/+1
* KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page()Sean Christopherson2022-06-081-0/+2
* KVM: VMX: Include MKTME KeyID bits in shadow_zero_checkKai Huang2022-05-121-19/+0
* KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_maskKai Huang2022-05-121-6/+17
* Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEADPaolo Bonzini2022-05-031-0/+28
|\
| * KVM: x86/mmu: Move shadow-present check out of spte_has_volatile_bits()Sean Christopherson2022-05-031-0/+28
* | KVM: x86/mmu: Use enable_mmio_caching to track if MMIO caching is enabledSean Christopherson2022-04-291-1/+4
* | KVM: x86/mmu: Check for host MMIO exclusion from mem encrypt iff necessarySean Christopherson2022-04-291-1/+1
|/
* KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...David Matlack2022-02-101-0/+59
* KVM: x86/mmu: Rename DEFAULT_SPTE_MMU_WRITEABLE to DEFAULT_SPTE_MMU_WRITABLEDavid Matlack2022-02-101-2/+2
* KVM: x86/mmu: Check SPTE writable invariants when setting leaf SPTEsDavid Matlack2022-02-101-8/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-221-0/+1
|\
| * KVM: x86/mmu: Clear MMU-writable during changed_pte notifierDavid Matlack2022-01-191-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-161-3/+3
|\|
| * 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-1/+1
* | x86/mtrr: Remove the mtrr_bp_init() stubChristoph Hellwig2021-12-221-0/+1
|/
* KVM: x86/mmu: clean up prefetch/prefault/speculative namingPaolo Bonzini2021-10-221-4/+4
* KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pagesDavid Matlack2021-10-011-3/+7
* KVM: MMU: pass kvm_mmu_page struct to make_sptePaolo Bonzini2021-10-011-5/+6
* KVM: MMU: clean up make_spte return valuePaolo Bonzini2021-10-011-4/+4
* KVM: MMU: mark page dirty in make_sptePaolo Bonzini2021-10-011-0/+3
* KVM: X86: Don't check unsync if the original spte is writibleLai Jiangshan2021-09-301-2/+2
* KVM: X86: Don't unsync pagetables when speculativeLai Jiangshan2021-09-301-1/+1
* KVM: x86/mmu: WARN on any reserved SPTE value when making a valid SPTESean Christopherson2021-06-251-1/+4