summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: create mmu/ subdirectoryPaolo Bonzini2019-11-211-6502/+0
* Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-211-10/+272
|\
| * KVM: x86/mmu: Take slots_lock when using kvm_mmu_zap_all_fast()Sean Christopherson2019-11-141-3/+2
| * kvm: x86: disable shattered huge page recovery for PREEMPT_RT.Paolo Bonzini2019-11-131-0/+5
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-121-4/+4
| |\
| | * KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson2019-11-121-4/+4
| * | kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid2019-11-041-0/+129
| * | kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini2019-11-041-6/+135
| |/
* / KVM: x86: Optimization: Requst TLB flush in fast_cr3_switch() instead of do i...Liran Alon2019-11-151-1/+1
|/
* KVM: x86: fix nested guest live migration with PMLPaolo Bonzini2019-09-271-7/+32
* KVM: x86: assign two bits to track SPTE kindsPaolo Bonzini2019-09-271-10/+18
* KVM: x86/mmu: Skip invalid pages during zapping iff root_count is zeroSean Christopherson2019-09-241-4/+5
* KVM: x86/mmu: Explicitly track only a single invalid mmu generationSean Christopherson2019-09-241-2/+12
* KVM: x86/mmu: Revert "KVM: x86/mmu: Remove is_obsolete() call"Sean Christopherson2019-09-241-6/+23
* KVM: x86/mmu: Revert "Revert "KVM: MMU: collapse TLB flushes when zap all pag...Sean Christopherson2019-09-241-3/+22
* KVM: x86/mmu: Revert "Revert "KVM: MMU: zap pages in batch""Sean Christopherson2019-09-241-26/+9
* KVM: x86/mmu: Revert "Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate...Sean Christopherson2019-09-241-0/+1
* KVM: x86/mmu: Use fast invalidate mechanism to zap MMIO sptesSean Christopherson2019-09-241-14/+3
* KVM: x86/mmu: Treat invalid shadow pages as obsoleteSean Christopherson2019-09-241-2/+3
* KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}Sean Christopherson2019-09-241-12/+2
* KVM: x86: Relocate MMIO exit stats countingSean Christopherson2019-09-241-2/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-181-22/+39
|\
| * kvm: Nested KVM MMUs need PAE root tooJiří Paleček2019-09-111-8/+22
| * KVM: x86/mmu: Consolidate "is MMIO SPTE" codeSean Christopherson2019-08-221-8/+8
| * KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson2019-08-221-6/+9
* | KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson2019-09-141-2/+99
|/
* Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"Paolo Bonzini2019-08-211-32/+1
* Documentation: move Documentation/virtual to Documentation/virtChristoph Hellwig2019-07-241-1/+1
* x86: kvm: avoid constant-conversion warningArnd Bergmann2019-07-151-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-121-74/+108
|\
| * Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-111-10/+11
| |\
| * | KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini2019-07-051-7/+6
| * | KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ONPaolo Bonzini2019-07-051-3/+9
| * | KVM: x86: remove now unneeded hugepage gfn adjustmentPaolo Bonzini2019-07-051-6/+3
| * | KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini2019-07-051-28/+25
| * | kvm: x86: Do not release the page inside mmu_set_spte()Junaid Shahid2019-07-051-11/+7
| * | KVM: x86: clean up conditions for asynchronous page fault handlingPaolo Bonzini2019-06-131-13/+0
| * | kvm: Convert kvm_lock to a mutexJunaid Shahid2019-06-051-2/+2
| * | kvm: x86: Fix reserved bits related calculation errors caused by MKTMEKai Huang2019-06-041-6/+27
| * | kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.cKai Huang2019-06-041-0/+31
* | | mm: lift the x86_32 PAE version of gup_get_pte to common codeChristoph Hellwig2019-07-121-1/+1
| |/ |/|
* | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-4/+1
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-4/+1
| |/
* / KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPTSean Christopherson2019-06-191-6/+10
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-6/+17
|\
| * kvm: x86: Fix L1TF mitigation for shadow MMUKai Huang2019-05-151-5/+13
| * kvm, x86: Properly check whether a pfn is an MMIO or notKarimAllah Ahmed2019-04-301-1/+4
* | x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov2019-04-301-0/+1
|/
* kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon2019-04-161-7/+6
* KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptesSean Christopherson2019-04-151-1/+1