index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
Age
Commit message (
Expand
)
Author
2022-07-14
KVM: x86/mmu: Fix typo and tweak comment for split_desc_cache capacity
Sean Christopherson
2022-07-14
KVM: x86/mmu: Expand quadrant comment for PG_LEVEL_4K shadow pages
Sean Christopherson
2022-07-14
KVM: x86/mmu: Add optimized helper to retrieve an SPTE's index
Sean Christopherson
2022-07-12
KVM: x86/mmu: Replace UNMAPPED_GVA with INVALID_GPA for gva_to_gpa()
Hou Wenlong
2022-06-25
KVM: x86/mmu: Buffer nested MMU split_desc_cache only by default capacity
Sean Christopherson
2022-06-25
KVM: x86/mmu: Use "unsigned int", not "u32", for SPTEs' @access info
Sean Christopherson
2022-06-24
KVM: x86/mmu: Avoid unnecessary flush on eager page split
Paolo Bonzini
2022-06-24
KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs
David Matlack
2022-06-24
KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page()
Paolo Bonzini
2022-06-24
KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels
David Matlack
2022-06-24
KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
David Matlack
2022-06-24
KVM: x86/mmu: Cache the access bits of shadowed translations
David Matlack
2022-06-24
KVM: x86/mmu: Update page stats in __rmap_add()
David Matlack
2022-06-24
KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
David Matlack
2022-06-24
KVM: x86/mmu: Pass const memslot to rmap_add()
David Matlack
2022-06-24
KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()
David Matlack
2022-06-24
KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_pa...
David Matlack
2022-06-24
KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()
David Matlack
2022-06-24
KVM: x86/mmu: Pass memory caches to allocate SPs separately
David Matlack
2022-06-24
KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
David Matlack
2022-06-24
KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
David Matlack
2022-06-24
KVM: x86/mmu: Consolidate shadow page allocation and initialization
David Matlack
2022-06-24
KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
David Matlack
2022-06-24
KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes
David Matlack
2022-06-24
KVM: x86/mmu: Derive shadow MMU page role from parent
David Matlack
2022-06-24
KVM: x86/mmu: Stop passing "direct" to mmu_alloc_root()
David Matlack
2022-06-24
KVM: x86/mmu: Use a bool for direct
David Matlack
2022-06-24
KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
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: Shove refcounted page dependency into host_pfn_mapping_level()
Sean Christopherson
2022-06-20
KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page()
Sean Christopherson
2022-06-20
KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page()
Sean Christopherson
2022-06-20
KVM: x86/mmu: Use common logic for computing the 32/64-bit base PA mask
Sean Christopherson
2022-06-20
KVM: x86/mmu: Truncate paging32's PT_BASE_ADDR_MASK to 32 bits
Sean Christopherson
2022-06-20
KVM: x86/mmu: Use common macros to compute 32/64-bit paging masks
Paolo Bonzini
2022-06-20
KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEs
Sean Christopherson
2022-06-20
KVM: x86/mmu: Dedup macros for computing various page table masks
Sean Christopherson
2022-06-20
KVM: x86/mmu: Bury 32-bit PSE paging helpers in paging_tmpl.h
Sean Christopherson
2022-06-15
KVM: x86/mmu: Use try_cmpxchg64 in fast_pf_fix_direct_spte
Uros Bizjak
2022-06-15
KVM: x86/mmu: Use try_cmpxchg64 in tdp_mmu_set_spte_atomic
Uros Bizjak
2022-06-15
KVM: x86/mmu: Drop unused CMPXCHG macro from paging_tmpl.h
Sean Christopherson
2022-06-15
KVM: X86/MMU: Remove useless mmu_topup_memory_caches() in kvm_mmu_pte_write()
Lai Jiangshan
2022-06-15
KVM: X86/MMU: Remove unused PT32_DIR_BASE_ADDR_MASK from mmu.c
Lai Jiangshan
2022-06-09
Merge branch 'kvm-5.20-early'
Paolo Bonzini
2022-06-09
KVM: x86/mmu: Set memory encryption "value", not "mask", in shadow PDPTRs
Yuan Yao
2022-06-09
Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
2022-06-08
KVM: x86/mmu: Comment FNAME(sync_page) to document TLB flushing logic
Sean Christopherson
2022-06-08
KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page()
Sean Christopherson
2022-06-07
Merge branch 'kvm-5.19-early-fixes' into HEAD
Paolo Bonzini
2022-06-07
KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty logging
Ben Gardon
[next]