summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2021-09-03KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUsSean Christopherson
2021-08-12KVM: x86/mmu: Fix per-cpu counter corruption on 32-bit buildsSean Christopherson
2021-05-19KVM: x86/mmu: Remove the defunct update_pte() paging hookSean Christopherson
2020-12-21KVM: mmu: Fix SPTE encoding of MMIO generation upper halfMaciej S. Szmigiero
2020-10-29KVM: x86/mmu: Commit zap of remaining invalid pages when recovering lpagesSean Christopherson
2020-08-26KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon
2020-07-16KVM: x86: bit 8 of non-leaf PDPEs is not reservedPaolo Bonzini
2020-06-30KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson
2020-06-17KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson
2020-06-17KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini
2020-02-11KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson
2020-02-11KVM: x86: fix overlap between SPTE_MMIO_MASK and generationPaolo Bonzini
2020-02-11KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson
2020-02-11KVM: x86: use CPUID to locate host page table reserved bitsPaolo Bonzini
2020-02-11KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVMSean Christopherson
2019-11-14KVM: x86/mmu: Take slots_lock when using kvm_mmu_zap_all_fast()Sean Christopherson
2019-11-13kvm: x86: disable shattered huge page recovery for PREEMPT_RT.Paolo Bonzini
2019-11-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-11-12KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson
2019-11-04kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid
2019-11-04kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini
2019-09-27KVM: x86: fix nested guest live migration with PMLPaolo Bonzini
2019-09-27KVM: x86: assign two bits to track SPTE kindsPaolo Bonzini
2019-09-24KVM: x86/mmu: Skip invalid pages during zapping iff root_count is zeroSean Christopherson
2019-09-24KVM: x86/mmu: Explicitly track only a single invalid mmu generationSean Christopherson
2019-09-24KVM: x86/mmu: Revert "KVM: x86/mmu: Remove is_obsolete() call"Sean Christopherson
2019-09-24KVM: x86/mmu: Revert "Revert "KVM: MMU: collapse TLB flushes when zap all pag...Sean Christopherson
2019-09-24KVM: x86/mmu: Revert "Revert "KVM: MMU: zap pages in batch""Sean Christopherson
2019-09-24KVM: x86/mmu: Revert "Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate...Sean Christopherson
2019-09-24KVM: x86/mmu: Use fast invalidate mechanism to zap MMIO sptesSean Christopherson
2019-09-24KVM: x86/mmu: Treat invalid shadow pages as obsoleteSean Christopherson
2019-09-24KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}Sean Christopherson
2019-09-24KVM: x86: Relocate MMIO exit stats countingSean Christopherson
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-09-14KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson
2019-09-11kvm: Nested KVM MMUs need PAE root tooJiří Paleček
2019-08-22KVM: x86/mmu: Consolidate "is MMIO SPTE" codeSean Christopherson
2019-08-22KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson
2019-08-21Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"Paolo Bonzini
2019-07-24Documentation: move Documentation/virtual to Documentation/virtChristoph Hellwig
2019-07-15x86: kvm: avoid constant-conversion warningArnd Bergmann
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-12mm: lift the x86_32 PAE version of gup_get_pte to common codeChristoph Hellwig
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2019-07-05KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini
2019-07-05KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ONPaolo Bonzini
2019-07-05KVM: x86: remove now unneeded hugepage gfn adjustmentPaolo Bonzini
2019-07-05KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini
2019-07-05kvm: x86: Do not release the page inside mmu_set_spte()Junaid Shahid
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds