OpenCloudOS-Kernel/arch/x86/kvm/mmu
Paolo Bonzini fc471e8310 Merge branch 'kvm-late-6.1' into HEAD
x86:

* Change tdp_mmu to a read-only parameter

* Separate TDP and shadow MMU page fault paths

* Enable Hyper-V invariant TSC control

selftests:

* Use TAP interface for kvm_binary_stats_test and tsc_msrs_test

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2022-12-29 15:36:47 -05:00
..
mmu.c Merge branch 'kvm-late-6.1' into HEAD 2022-12-29 15:36:47 -05:00
mmu_internal.h KVM: x86/mmu: Rename __direct_map() to direct_map() 2022-12-29 15:33:24 -05:00
mmutrace.h KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns" 2022-05-12 09:51:42 -04:00
page_track.c KVM: use __vcalloc for very large allocations 2022-03-08 09:30:57 -05:00
paging_tmpl.h KVM: x86/mmu: Handle no-slot faults in kvm_faultin_pfn() 2022-12-29 15:33:21 -05:00
spte.c KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUs 2022-11-09 12:31:32 -05:00
spte.h kvm: x86/mmu: Remove duplicated "be split" in spte.h 2022-12-27 06:00:51 -05:00
tdp_iter.c KVM: x86/mmu: Don't bottom out on leafs when zapping collapsible SPTEs 2022-07-28 13:22:24 -04:00
tdp_iter.h KVM: x86/mmu: Don't bottom out on leafs when zapping collapsible SPTEs 2022-07-28 13:22:24 -04:00
tdp_mmu.c KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with is_tdp_mmu_page() 2022-12-29 15:33:25 -05:00
tdp_mmu.h KVM: x86/mmu: Pivot on "TDP MMU enabled" to check if active MMU is TDP MMU 2022-12-29 15:33:25 -05:00