summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu/mmu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-191-7/+7
* KVM: x86/mmu: rename trace function name for asynchronous page faultMingwei Zhang2022-08-101-1/+1
* KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks changeSean Christopherson2022-08-101-0/+4
* KVM: x86: Tag kvm_mmu_x86_module_init() with __initSean Christopherson2022-08-101-1/+1
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-1/+1
|\
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-041-1/+1
* | KVM: x86/mmu: remove unused variablePaolo Bonzini2022-08-011-2/+0
* | KVM: x86/mmu: Treat NX as a valid SPTE bit for NPTSean Christopherson2022-07-281-1/+1
* | KVM: x86/mmu: Document the "rules" for using host_pfn_mapping_level()Sean Christopherson2022-07-281-7/+35
* | KVM: x86/mmu: Don't require refcounted "struct page" to create huge SPTEsSean Christopherson2022-07-281-18/+5
* | KVM: x86/mmu: Restrict mapping level based on guest MTRR iff they're usedSean Christopherson2022-07-281-7/+19
* | KVM: x86/mmu: Remove underscores from __pte_list_remove()Sean Christopherson2022-07-281-4/+4
* | KVM: x86/mmu: Rename pte_list_{destroy,remove}() to show they zap SPTEsSean Christopherson2022-07-281-8/+9
* | KVM: x86/mmu: Rename rmap zap helpers to eliminate "unmap" wrapperSean Christopherson2022-07-281-8/+8
* | KVM: x86/mmu: Rename __kvm_zap_rmaps() to align with other nomenclatureSean Christopherson2022-07-281-2/+2
* | KVM: x86/mmu: Drop the "p is for pointer" from rmap helpersSean Christopherson2022-07-281-22/+21
* | KVM: x86/mmu: Directly "destroy" PTE list when recycling rmapsSean Christopherson2022-07-281-1/+1
* | KVM: x86/mmu: Return a u64 (the old SPTE) from mmu_spte_clear_track_bits()Sean Christopherson2022-07-281-1/+1
* | KVM: x86/mmu: Fix typo and tweak comment for split_desc_cache capacitySean Christopherson2022-07-141-7/+8
* | KVM: x86/mmu: Expand quadrant comment for PG_LEVEL_4K shadow pagesSean Christopherson2022-07-141-4/+11
* | KVM: x86/mmu: Add optimized helper to retrieve an SPTE's indexSean Christopherson2022-07-141-12/+10
* | KVM: x86/mmu: Buffer nested MMU split_desc_cache only by default capacitySean Christopherson2022-06-251-7/+15
* | KVM: x86/mmu: Use "unsigned int", not "u32", for SPTEs' @access infoSean Christopherson2022-06-251-4/+6
* | KVM: x86/mmu: Avoid unnecessary flush on eager page splitPaolo Bonzini2022-06-241-12/+20
* | KVM: x86/mmu: Extend Eager Page Splitting to nested MMUsDavid Matlack2022-06-241-7/+252
* | KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page()Paolo Bonzini2022-06-241-22/+21
* | KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levelsDavid Matlack2022-06-241-7/+13
* | KVM: x86/mmu: Cache the access bits of shadowed translationsDavid Matlack2022-06-241-24/+61
* | KVM: x86/mmu: Update page stats in __rmap_add()David Matlack2022-06-241-1/+2
* | KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpuDavid Matlack2022-06-241-18/+29
* | KVM: x86/mmu: Pass const memslot to rmap_add()David Matlack2022-06-241-1/+1
* | KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()David Matlack2022-06-241-0/+10
* | KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_pa...David Matlack2022-06-241-13/+15
* | KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()David Matlack2022-06-241-6/+6
* | KVM: x86/mmu: Pass memory caches to allocate SPs separatelyDavid Matlack2022-06-241-7/+29
* | KVM: x86/mmu: Move guest PT write-protection to account_shadowed()David Matlack2022-06-241-4/+4
* | KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pagesDavid Matlack2022-06-241-6/+7
* | KVM: x86/mmu: Consolidate shadow page allocation and initializationDavid Matlack2022-06-241-22/+17
* | KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functionsDavid Matlack2022-06-241-13/+39
* | KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytesDavid Matlack2022-06-241-6/+14
* | KVM: x86/mmu: Derive shadow MMU page role from parentDavid Matlack2022-06-241-48/+66
* | KVM: x86/mmu: Stop passing "direct" to mmu_alloc_root()David Matlack2022-06-241-5/+6
* | KVM: x86/mmu: Use a bool for directDavid Matlack2022-06-241-2/+2
* | KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPsDavid Matlack2022-06-241-2/+2
* | KVM: x86/mmu: Shove refcounted page dependency into host_pfn_mapping_level()Sean Christopherson2022-06-201-3/+11
* | KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page()Sean Christopherson2022-06-201-6/+9
* | KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page()Sean Christopherson2022-06-201-2/+3
* | KVM: x86/mmu: Use common logic for computing the 32/64-bit base PA maskSean Christopherson2022-06-201-2/+0
* | KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEsSean Christopherson2022-06-201-29/+31
* | KVM: x86/mmu: Dedup macros for computing various page table masksSean Christopherson2022-06-201-9/+5