开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
/
spte.c
Age
Commit message (
Expand
)
Author
2024-11-04
KVM: x86/mmu: Rename make_huge_page_split_spte() to make_small_spte()
David Matlack
2024-11-04
KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zapping
David Matlack
2024-10-30
KVM: x86/mmu: Set Dirty bit for new SPTEs, even if _hardware_ A/D bits are di...
Sean Christopherson
2024-10-30
KVM: x86/mmu: Use Accessed bit even when _hardware_ A/D bits are disabled
Sean Christopherson
2024-10-30
KVM: x86/mmu: Set shadow_dirty_mask for EPT even if A/D bits disabled
Sean Christopherson
2024-10-30
KVM: x86/mmu: Set shadow_accessed_mask for EPT even if A/D bits disabled
Sean Christopherson
2024-10-30
KVM: x86/mmu: Add a dedicated flag to track if A/D bits are globally enabled
Sean Christopherson
2024-10-30
KVM: x86/mmu: Fold all of make_spte()'s writable handling into one if-else
Sean Christopherson
2024-10-30
KVM: x86/mmu: Always set SPTE's dirty bit if it's created as writable
Sean Christopherson
2024-10-30
KVM: x86/mmu: Flush remote TLBs iff MMU-writable flag is cleared from RO SPTE
Sean Christopherson
2024-10-25
KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte()
Sean Christopherson
2024-10-25
KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying
Sean Christopherson
2024-10-25
KVM: x86/mmu: Mark new SPTE as Accessed when synchronizing existing SPTE
Sean Christopherson
2024-10-25
KVM: x86/mmu: Invert @can_unsync and renamed to @synchronizing
Sean Christopherson
2024-10-25
KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE
Sean Christopherson
2024-08-22
KVM: x86/mmu: Fixup comments missed by the REMOVED_SPTE=>FROZEN_SPTE rename
Yan Zhao
2024-07-16
KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops
Wei Wang
2024-07-16
KVM: x86/mmu: Clean up make_huge_page_split_spte() definition and intro
Sean Christopherson
2024-07-16
KVM: x86/mmu: Bug the VM if KVM tries to split a !hugepage SPTE
Sean Christopherson
2024-07-16
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-06-20
KVM: x86/tdp_mmu: Rename REMOVED_SPTE to FROZEN_SPTE
Rick Edgecombe
2024-06-03
KVM: x86: Move shadow_phys_bits into "kvm_host", as "maxphyaddr"
Sean Christopherson
2024-06-03
KVM: x86/mmu: Snapshot shadow_phys_bits when kvm.ko is loaded
Sean Christopherson
2024-04-19
KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
Sean Christopherson
2024-04-19
KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
Isaku Yamahata
2024-04-19
KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
Sean Christopherson
2024-04-11
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
2023-08-31
KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()
Sean Christopherson
2023-08-31
KVM: x86/mmu: Delete pgprintk() and all its usage
Sean Christopherson
2023-03-22
KVM: x86/mmu: Fix comment typo
Mathias Krause
2023-01-24
kvm: x86/mmu: Rename SPTE_TDP_AD_ENABLED_MASK to SPTE_TDP_AD_ENABLED
Lai Jiangshan
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-11-09
KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUs
Sean Christopherson
2022-08-10
KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap gen
Sean Christopherson
2022-08-10
KVM: SVM: Disable SEV-ES support if MMIO caching is disable
Sean Christopherson
2022-08-10
KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change
Sean Christopherson
2022-07-28
KVM: x86/mmu: Add shadow mask for effective host MTRR memtype
Sean Christopherson
2022-06-24
KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
David Matlack
2022-06-24
KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
Ben Gardon
2022-06-20
KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEs
Sean Christopherson
2022-06-08
KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page()
Sean Christopherson
2022-05-12
KVM: VMX: Include MKTME KeyID bits in shadow_zero_check
Kai Huang
2022-05-12
KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_mask
Kai Huang
2022-05-03
Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEAD
Paolo Bonzini
2022-05-03
KVM: x86/mmu: Move shadow-present check out of spte_has_volatile_bits()
Sean Christopherson
2022-04-29
KVM: x86/mmu: Use enable_mmio_caching to track if MMIO caching is enabled
Sean Christopherson
2022-04-29
KVM: x86/mmu: Check for host MMIO exclusion from mem encrypt iff necessary
Sean Christopherson
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...
David Matlack
2022-02-10
KVM: x86/mmu: Rename DEFAULT_SPTE_MMU_WRITEABLE to DEFAULT_SPTE_MMU_WRITABLE
David Matlack
2022-02-10
KVM: x86/mmu: Check SPTE writable invariants when setting leaf SPTEs
David Matlack
[next]