index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
/
spte.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86/mmu: Fixup comments missed by the REMOVED_SPTE=>FROZEN_SPTE rename
Yan Zhao
2024-08-22
1
-3
/
+3
*
KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops
Wei Wang
2024-07-16
1
-2
/
+2
*
KVM: x86/mmu: Clean up make_huge_page_split_spte() definition and intro
Sean Christopherson
2024-07-16
1
-5
/
+3
*
KVM: x86/mmu: Bug the VM if KVM tries to split a !hugepage SPTE
Sean Christopherson
2024-07-16
1
-5
/
+1
*
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
1
-4
/
+22
|
\
|
*
KVM: x86: Move shadow_phys_bits into "kvm_host", as "maxphyaddr"
Sean Christopherson
2024-06-03
1
-3
/
+21
|
*
KVM: x86/mmu: Snapshot shadow_phys_bits when kvm.ko is loaded
Sean Christopherson
2024-06-03
1
-3
/
+3
*
|
KVM: x86/tdp_mmu: Rename REMOVED_SPTE to FROZEN_SPTE
Rick Edgecombe
2024-06-21
1
-1
/
+1
|
/
*
KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
Sean Christopherson
2024-04-19
1
-2
/
+2
*
KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
Isaku Yamahata
2024-04-19
1
-2
/
+4
*
KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
Sean Christopherson
2024-04-19
1
-7
/
+7
*
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
2024-04-11
1
-16
/
+0
*
KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()
Sean Christopherson
2023-08-31
1
-2
/
+2
*
KVM: x86/mmu: Delete pgprintk() and all its usage
Sean Christopherson
2023-08-31
1
-2
/
+0
*
KVM: x86/mmu: Fix comment typo
Mathias Krause
2023-03-22
1
-1
/
+1
*
kvm: x86/mmu: Rename SPTE_TDP_AD_ENABLED_MASK to SPTE_TDP_AD_ENABLED
Lai Jiangshan
2023-01-24
1
-3
/
+3
*
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-29
1
-2
/
+2
*
KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUs
Sean Christopherson
2022-11-09
1
-0
/
+12
*
KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap gen
Sean Christopherson
2022-08-10
1
-0
/
+8
*
KVM: SVM: Disable SEV-ES support if MMIO caching is disable
Sean Christopherson
2022-08-10
1
-0
/
+1
*
KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change
Sean Christopherson
2022-08-10
1
-0
/
+19
*
KVM: x86/mmu: Add shadow mask for effective host MTRR memtype
Sean Christopherson
2022-07-28
1
-3
/
+18
*
KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
David Matlack
2022-06-24
1
-8
/
+7
*
KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
Ben Gardon
2022-06-24
1
-3
/
+4
*
KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEs
Sean Christopherson
2022-06-20
1
-1
/
+1
*
KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page()
Sean Christopherson
2022-06-08
1
-0
/
+2
*
KVM: VMX: Include MKTME KeyID bits in shadow_zero_check
Kai Huang
2022-05-12
1
-19
/
+0
*
KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_mask
Kai Huang
2022-05-12
1
-6
/
+17
*
Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEAD
Paolo Bonzini
2022-05-03
1
-0
/
+28
|
\
|
*
KVM: x86/mmu: Move shadow-present check out of spte_has_volatile_bits()
Sean Christopherson
2022-05-03
1
-0
/
+28
*
|
KVM: x86/mmu: Use enable_mmio_caching to track if MMIO caching is enabled
Sean Christopherson
2022-04-29
1
-1
/
+4
*
|
KVM: x86/mmu: Check for host MMIO exclusion from mem encrypt iff necessary
Sean Christopherson
2022-04-29
1
-1
/
+1
|
/
*
KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...
David Matlack
2022-02-10
1
-0
/
+59
*
KVM: x86/mmu: Rename DEFAULT_SPTE_MMU_WRITEABLE to DEFAULT_SPTE_MMU_WRITABLE
David Matlack
2022-02-10
1
-2
/
+2
*
KVM: x86/mmu: Check SPTE writable invariants when setting leaf SPTEs
David Matlack
2022-02-10
1
-8
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-01-22
1
-0
/
+1
|
\
|
*
KVM: x86/mmu: Clear MMU-writable during changed_pte notifier
David Matlack
2022-01-19
1
-0
/
+1
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-01-16
1
-3
/
+3
|
\
|
|
*
KVM: x86/mmu: Propagate memslot const qualifier
Ben Gardon
2021-12-08
1
-1
/
+1
|
*
KVM: x86/mmu: Remove need for a vcpu from mmu_try_to_unsync_pages
Ben Gardon
2021-12-08
1
-1
/
+1
|
*
KVM: x86/mmu: Use shadow page role to detect PML-unfriendly pages for L2
Sean Christopherson
2021-12-08
1
-1
/
+1
*
|
x86/mtrr: Remove the mtrr_bp_init() stub
Christoph Hellwig
2021-12-22
1
-0
/
+1
|
/
*
KVM: x86/mmu: clean up prefetch/prefault/speculative naming
Paolo Bonzini
2021-10-22
1
-4
/
+4
*
KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
David Matlack
2021-10-01
1
-3
/
+7
*
KVM: MMU: pass kvm_mmu_page struct to make_spte
Paolo Bonzini
2021-10-01
1
-5
/
+6
*
KVM: MMU: clean up make_spte return value
Paolo Bonzini
2021-10-01
1
-4
/
+4
*
KVM: MMU: mark page dirty in make_spte
Paolo Bonzini
2021-10-01
1
-0
/
+3
*
KVM: X86: Don't check unsync if the original spte is writible
Lai Jiangshan
2021-09-30
1
-2
/
+2
*
KVM: X86: Don't unsync pagetables when speculative
Lai Jiangshan
2021-09-30
1
-1
/
+1
*
KVM: x86/mmu: WARN on any reserved SPTE value when making a valid SPTE
Sean Christopherson
2021-06-25
1
-1
/
+4
[next]