index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
Age
Commit message (
Expand
)
Author
2021-03-15
KVM: x86/mmu: Mark the PAE roots as decrypted for shadow paging
Sean Christopherson
2021-03-15
KVM: x86/mmu: Use '0' as the one and only value for an invalid PAE root
Sean Christopherson
2021-03-15
KVM: x86/mmu: Dump reserved bits if they're detected on non-MMIO SPTE
Sean Christopherson
2021-03-15
KVM: x86/mmu: Use low available bits for removed SPTEs
Sean Christopherson
2021-03-15
KVM: x86/mmu: Use is_removed_spte() instead of open coded equivalents
Sean Christopherson
2021-03-15
KVM: x86/mmu: Tweak auditing WARN for A/D bits to !PRESENT (was MMIO)
Sean Christopherson
2021-03-15
KVM: x86/mmu: Use a dedicated bit to track shadow/MMU-present SPTEs
Sean Christopherson
2021-03-15
KVM: x86/mmu: Use high bits for host/mmu writable masks for EPT SPTEs
Sean Christopherson
2021-03-15
KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamic
Sean Christopherson
2021-03-15
KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU proper
Sean Christopherson
2021-03-15
KVM: x86/mmu: Co-locate code for setting various SPTE masks
Sean Christopherson
2021-03-15
KVM: x86/mmu: Move initial kvm_mmu_set_mask_ptes() call into MMU proper
Sean Christopherson
2021-03-15
KVM: x86/mmu: Document dependency bewteen TDP A/D type and saved bits
Sean Christopherson
2021-03-15
KVM: x86/mmu: Use MMIO SPTE bits 53 and 52 for the MMIO generation
Sean Christopherson
2021-03-15
KVM: x86/mmu: Rename and document A/D scheme for TDP SPTEs
Sean Christopherson
2021-03-15
KVM: x86/mmu: Add module param to disable MMIO caching (for testing)
Sean Christopherson
2021-03-15
KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEs
Sean Christopherson
2021-03-15
KVM: x86/mmu: Rename 'mask' to 'spte' in MMIO SPTE helpers
Sean Christopherson
2021-03-15
KVM: x86/mmu: Drop redundant trace_kvm_mmu_set_spte() in the TDP MMU
Sean Christopherson
2021-03-15
KVM: x86/mmu: Handle MMIO SPTEs directly in mmu_set_spte()
Sean Christopherson
2021-03-15
KVM: x86/mmu: Don't install bogus MMIO SPTEs if MMIO caching is disabled
Sean Christopherson
2021-03-15
KVM: x86/mmu: Retry page faults that hit an invalid memslot
Sean Christopherson
2021-03-15
KVM: x86/mmu: Disable MMIO caching if MMIO value collides with L1TF
Sean Christopherson
2021-03-15
KVM: x86/mmu: Bail from fast_page_fault() if SPTE is not shadow-present
Sean Christopherson
2021-03-15
KVM: x86/mmu: Check for shadow-present SPTE before querying A/D status
Sean Christopherson
2021-03-15
KVM: x86/mmu: Add convenience wrapper for acting on single hva in TDP MMU
Sean Christopherson
2021-03-15
KVM: x86/mmu: Add typedefs for rmap/iter handlers
Sean Christopherson
2021-03-15
KVM: x86/mmu: Use 'end' param in TDP MMU's test_age_gfn()
Sean Christopherson
2021-03-15
KVM: x86/mmu: WARN if TDP MMU's set_tdp_spte() sees multiple GFNs
Sean Christopherson
2021-03-15
KVM: x86/mmu: Remove spurious TLB flush from TDP MMU's change_pte() hook
Sean Christopherson
2021-03-15
KVM: x86: mmu: initialize fault.async_page_fault in walk_addr_generic
Maxim Levitsky
2021-03-15
KVM: nSVM: Set the shadow root level to the TDP level for nested NPT
Sean Christopherson
2021-03-15
KVM: x86/mmu: WARN on NULL pae_root or lm_root, or bad shadow root level
Sean Christopherson
2021-03-15
KVM: x86/mmu: Sync roots after MMU load iff load as successful
Sean Christopherson
2021-03-15
KVM: x86/mmu: Unexport MMU load/unload functions
Sean Christopherson
2021-03-15
KVM: x86/mmu: Set the C-bit in the PDPTRs and LM pseudo-PDPTRs
Sean Christopherson
2021-03-15
KVM: x86/mmu: Fix and unconditionally enable WARNs to detect PAE leaks
Sean Christopherson
2021-03-15
KVM: x86/mmu: Check PDPTRs before allocating PAE roots
Sean Christopherson
2021-03-15
KVM: x86/mmu: Ensure MMU pages are available when allocating roots
Sean Christopherson
2021-03-15
KVM: x86/mmu: Allocate pae_root and lm_root pages in dedicated helper
Sean Christopherson
2021-03-15
KVM: x86/mmu: Allocate the lm_root before allocating PAE roots
Sean Christopherson
2021-03-15
KVM: x86/mmu: Capture 'mmu' in a local variable when allocating roots
Sean Christopherson
2021-03-15
KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with 64-bit
Sean Christopherson
2021-03-12
KVM: x86/mmu: Skip !MMU-present SPTEs when removing SP in exclusive mode
Sean Christopherson
2021-02-26
KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled
Sean Christopherson
2021-02-22
KVM: x86/mmu: Consider the hva in mmu_notifier retry
David Stevens
2021-02-22
KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page fault
Sean Christopherson
2021-02-19
KVM: x86/mmu: Remove a variety of unnecessary exports
Sean Christopherson
2021-02-19
KVM: x86: Fold "write-protect large" use case into generic write-protect
Sean Christopherson
2021-02-19
KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PML
Sean Christopherson
[prev]
[next]