index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
/
mmu.c
Age
Commit message (
Expand
)
Author
2021-06-11
KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMU
Sean Christopherson
2021-05-07
KVM: x86: Prevent KVM SVM from loading on kernels with 5-level paging
Sean Christopherson
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-04-26
Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-04-19
KVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fast returns
Ben Gardon
2021-04-19
KVM: x86/mmu: Fast invalidation for TDP MMU
Ben Gardon
2021-04-19
KVM: x86/mmu: Allow enabling/disabling dirty logging under MMU read lock
Ben Gardon
2021-04-19
KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU read lock
Ben Gardon
2021-04-19
KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock
Ben Gardon
2021-04-19
KVM: x86/mmu: Merge TDP MMU put and free root
Ben Gardon
2021-04-19
KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU
Ben Gardon
2021-04-19
KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptes
Ben Gardon
2021-04-17
KVM: Move x86's MMU notifier memslot walkers to generic code
Sean Christopherson
2021-04-17
KVM: constify kvm_arch_flush_remote_tlbs_memslot
Paolo Bonzini
2021-04-17
KVM: MMU: protect TDP MMU pages only down to required level
Paolo Bonzini
2021-04-17
KVM: x86/mmu: Drop trace_kvm_age_page() tracepoint
Sean Christopherson
2021-04-17
KVM: x86/mmu: Pass address space ID to __kvm_tdp_mmu_zap_gfn_range()
Sean Christopherson
2021-04-17
KVM: x86/mmu: Coalesce TLB flushes across address spaces for gfn range zap
Sean Christopherson
2021-04-17
KVM: x86/mmu: Coalesce TLB flushes when zapping collapsible SPTEs
Sean Christopherson
2021-04-17
KVM: x86/mmu: Move flushing for "slot" handlers to caller for legacy MMU
Sean Christopherson
2021-04-17
KVM: MMU: load PDPTRs outside mmu_lock
Paolo Bonzini
2021-04-08
KVM: x86/mmu: preserve pending TLB flush across calls to kvm_tdp_mmu_zap_sp
Paolo Bonzini
2021-04-02
Merge branch 'kvm-tdp-fix-flushes' into HEAD
Paolo Bonzini
2021-03-30
KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pages
Sean Christopherson
2021-03-30
KVM: x86/mmu: Ensure TLBs are flushed for TDP MMU during NX zapping
Sean Christopherson
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
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: Make Host-writable and MMU-writable bit locations dynamic
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: 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: 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: Bail from fast_page_fault() if SPTE is not shadow-present
Sean Christopherson
2021-03-15
KVM: x86/mmu: Add typedefs for rmap/iter handlers
Sean Christopherson
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
[next]