linux/arch/x86/kvm/mmu
Christoph Hellwig 4d5cff69fb x86/mtrr: Remove the mtrr_bp_init() stub
Add an IS_ENABLED() check in setup_arch() and call pat_disable()
directly if MTRRs are not supported. This allows to remove the
<asm/memtype.h> include in <asm/mtrr.h>, which pull in lowlevel x86
headers that should not be included for UML builds and will cause build
warnings with a following patch.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20211215165612.554426-2-hch@lst.de
2021-12-22 19:50:26 +01:00
..
mmu_audit.c KVM: x86/mmu: Rename __gfn_to_rmap to gfn_to_rmap 2021-08-06 07:52:58 -04:00
mmu_internal.h KVM: x86/mmu: clean up prefetch/prefault/speculative naming 2021-10-22 05:19:26 -04:00
mmu.c Merge branch 'kvm-5.16-fixes' into kvm-master 2021-11-18 02:11:57 -05:00
mmutrace.h KVM: MMU: change tracepoints arguments to kvm_page_fault 2021-10-01 03:44:52 -04:00
page_track.c KVM: cleanup allocation of rmaps and page tracking data 2021-10-22 05:19:25 -04:00
paging_tmpl.h KVM: x86/mmu: clean up prefetch/prefault/speculative naming 2021-10-22 05:19:26 -04:00
paging.h KVM: x86/mmu: Do not apply HPA (memory encryption) mask to GPAs 2021-07-14 12:17:56 -04:00
spte.c x86/mtrr: Remove the mtrr_bp_init() stub 2021-12-22 19:50:26 +01:00
spte.h KVM: x86/mmu: clean up prefetch/prefault/speculative naming 2021-10-22 05:19:26 -04:00
tdp_iter.c KVM: x86/mmu: Store the address space ID in the TDP iterator 2021-03-16 14:16:34 -04:00
tdp_iter.h KVM: x86/mmu: Store the address space ID in the TDP iterator 2021-03-16 14:16:34 -04:00
tdp_mmu.c KVM: x86/mmu: Properly dereference rcu-protected TDP MMU sptep iterator 2021-11-11 10:56:20 -05:00
tdp_mmu.h KVM: cleanup allocation of rmaps and page tracking data 2021-10-22 05:19:25 -04:00