summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2019-11-21KVM: x86: create mmu/ subdirectoryPaolo Bonzini
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini
2019-11-15KVM: x86: Optimization: Requst TLB flush in fast_cr3_switch() instead of do i...Liran Alon
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
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner
2019-06-19KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPTSean Christopherson
2019-06-13KVM: x86: clean up conditions for asynchronous page fault handlingPaolo Bonzini
2019-06-05kvm: Convert kvm_lock to a mutexJunaid Shahid
2019-06-04kvm: x86: Fix reserved bits related calculation errors caused by MKTMEKai Huang
2019-06-04kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.cKai Huang
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-05-15kvm: x86: Fix L1TF mitigation for shadow MMUKai Huang
2019-04-30kvm, x86: Properly check whether a pfn is an MMIO or notKarimAllah Ahmed
2019-04-30x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov
2019-04-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon
2019-04-15KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptesSean Christopherson