summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu/mmu.c
AgeCommit message (Expand)Author
2021-06-11KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMUSean Christopherson
2021-05-07KVM: x86: Prevent KVM SVM from loading on kernels with 5-level pagingSean Christopherson
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-19KVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fast returnsBen Gardon
2021-04-19KVM: x86/mmu: Fast invalidation for TDP MMUBen Gardon
2021-04-19KVM: x86/mmu: Allow enabling/disabling dirty logging under MMU read lockBen Gardon
2021-04-19KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU read lockBen Gardon
2021-04-19KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lockBen Gardon
2021-04-19KVM: x86/mmu: Merge TDP MMU put and free rootBen Gardon
2021-04-19KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMUBen Gardon
2021-04-19KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptesBen Gardon
2021-04-17KVM: Move x86's MMU notifier memslot walkers to generic codeSean Christopherson
2021-04-17KVM: constify kvm_arch_flush_remote_tlbs_memslotPaolo Bonzini
2021-04-17KVM: MMU: protect TDP MMU pages only down to required levelPaolo Bonzini
2021-04-17KVM: x86/mmu: Drop trace_kvm_age_page() tracepointSean Christopherson
2021-04-17KVM: x86/mmu: Pass address space ID to __kvm_tdp_mmu_zap_gfn_range()Sean Christopherson
2021-04-17KVM: x86/mmu: Coalesce TLB flushes across address spaces for gfn range zapSean Christopherson
2021-04-17KVM: x86/mmu: Coalesce TLB flushes when zapping collapsible SPTEsSean Christopherson
2021-04-17KVM: x86/mmu: Move flushing for "slot" handlers to caller for legacy MMUSean Christopherson
2021-04-17KVM: MMU: load PDPTRs outside mmu_lockPaolo Bonzini
2021-04-08KVM: x86/mmu: preserve pending TLB flush across calls to kvm_tdp_mmu_zap_spPaolo Bonzini
2021-04-02Merge branch 'kvm-tdp-fix-flushes' into HEADPaolo Bonzini
2021-03-30KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pagesSean Christopherson
2021-03-30KVM: x86/mmu: Ensure TLBs are flushed for TDP MMU during NX zappingSean Christopherson
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-03-15KVM: x86/mmu: Mark the PAE roots as decrypted for shadow pagingSean Christopherson
2021-03-15KVM: x86/mmu: Use '0' as the one and only value for an invalid PAE rootSean Christopherson
2021-03-15KVM: x86/mmu: Dump reserved bits if they're detected on non-MMIO SPTESean Christopherson
2021-03-15KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamicSean Christopherson
2021-03-15KVM: x86/mmu: Co-locate code for setting various SPTE masksSean Christopherson
2021-03-15KVM: x86/mmu: Move initial kvm_mmu_set_mask_ptes() call into MMU properSean Christopherson
2021-03-15KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEsSean Christopherson
2021-03-15KVM: x86/mmu: Rename 'mask' to 'spte' in MMIO SPTE helpersSean Christopherson
2021-03-15KVM: x86/mmu: Handle MMIO SPTEs directly in mmu_set_spte()Sean Christopherson
2021-03-15KVM: x86/mmu: Don't install bogus MMIO SPTEs if MMIO caching is disabledSean Christopherson
2021-03-15KVM: x86/mmu: Retry page faults that hit an invalid memslotSean Christopherson
2021-03-15KVM: x86/mmu: Bail from fast_page_fault() if SPTE is not shadow-presentSean Christopherson
2021-03-15KVM: x86/mmu: Add typedefs for rmap/iter handlersSean Christopherson
2021-03-15KVM: nSVM: Set the shadow root level to the TDP level for nested NPTSean Christopherson
2021-03-15KVM: x86/mmu: WARN on NULL pae_root or lm_root, or bad shadow root levelSean Christopherson
2021-03-15KVM: x86/mmu: Sync roots after MMU load iff load as successfulSean Christopherson
2021-03-15KVM: x86/mmu: Unexport MMU load/unload functionsSean Christopherson
2021-03-15KVM: x86/mmu: Set the C-bit in the PDPTRs and LM pseudo-PDPTRsSean Christopherson
2021-03-15KVM: x86/mmu: Fix and unconditionally enable WARNs to detect PAE leaksSean Christopherson
2021-03-15KVM: x86/mmu: Check PDPTRs before allocating PAE rootsSean Christopherson
2021-03-15KVM: x86/mmu: Ensure MMU pages are available when allocating rootsSean Christopherson
2021-03-15KVM: x86/mmu: Allocate pae_root and lm_root pages in dedicated helperSean Christopherson
2021-03-15KVM: x86/mmu: Allocate the lm_root before allocating PAE rootsSean Christopherson
2021-03-15KVM: x86/mmu: Capture 'mmu' in a local variable when allocating rootsSean Christopherson