aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-10KVM: MMU: always terminate page walks at level 1Ladi Prosek1-7/+7
2017-10-10KVM: nVMX: update last_nonleaf_level when initializing nested EPTLadi Prosek1-0/+1
2017-10-04kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng1-1/+1
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-94/+173
2017-08-26kvm/x86: Avoid clearing the C-bit in rsvd_bits()Brijesh Singh1-3/+27
2017-08-24KVM: MMU: speedup update_permission_bitmaskPaolo Bonzini1-51/+70
2017-08-24KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang1-14/+29
2017-08-24KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang1-18/+18
2017-08-18KVM: x86: fix use of L1 MMIO areas in nested guestsPaolo Bonzini1-1/+8
2017-08-18KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh1-0/+6
2017-08-18KVM: x86: simplify ept_misconfigPaolo Bonzini1-1/+18
2017-08-11KVM: MMU: Bail out immediately if there is no available mmu pageWanpeng Li1-9/+27
2017-08-11KVM: MMU: Fix softlockup due to mmu_lock is held too longWanpeng Li1-3/+1
2017-08-10kvm: nVMX: Add support for fast unprotection of nested guest page tablesPaolo Bonzini1-4/+1
2017-08-10KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guestBrijesh Singh1-1/+2
2017-08-07KVM: x86: generalize guest_cpuid_has_ helpersRadim Krčmář1-3/+4
2017-07-18kvm/x86/svm: Support Secure Memory Encryption within KVMTom Lendacky1-4/+7
2017-07-14KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li1-1/+1
2017-07-14KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li1-0/+33
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-54/+101
2017-07-03x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12Peter Feiner1-0/+1
2017-07-03kvm: x86: mmu: allow A/D bits to be disabled in an mmuPeter Feiner1-30/+85
2017-07-03x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner1-3/+6
2017-07-03x86: kvm: mmu: dead code thanks to access trackingPeter Feiner1-21/+9
2017-06-11KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li1-2/+5
2017-05-09kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das1-0/+15
2017-04-07kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini1-1/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-27kvm: x86: mmu: Verify that restored PTE has needed perms in fast page faultJunaid Shahid1-59/+68
2017-01-27kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_faultJunaid Shahid1-5/+5
2017-01-27kvm: x86: mmu: Update comment in mark_spte_for_access_trackJunaid Shahid1-3/+3
2017-01-27kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.cJunaid Shahid1-1/+4
2017-01-09kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.Junaid Shahid1-65/+214
2017-01-09kvm: x86: mmu: Introduce a no-tracking version of mmu_spte_updateJunaid Shahid1-13/+27
2017-01-09kvm: x86: mmu: Refactor accessed/dirty checks in mmu_spte_update/clearJunaid Shahid1-35/+31
2017-01-09kvm: x86: mmu: Fast Page Fault path retriesJunaid Shahid1-51/+73
2017-01-09kvm: x86: mmu: Rename spte_is_locklessly_modifiable()Junaid Shahid1-5/+5
2017-01-09kvm: x86: reduce collisions in mmu_page_hashDavid Matlack1-1/+2
2017-01-09kvm: x86: export maximum number of mmu_page_hash collisionsDavid Matlack1-8/+17
2016-11-24kvm: svm: Add support for additional SVM NPF error codesTom Lendacky1-2/+18
2016-11-22kvm: x86: don't print warning messages for unimplemented msrsBandan Das1-1/+1
2016-11-09Merge tag 'tags/for-kvmgt' into HEADPaolo Bonzini1-2/+4
2016-11-04kvm/page_track: call notifiers with kvm_page_track_notifier_nodeJike Song1-2/+4
2016-11-04KVM: x86: add track_flush_slot page track notifierXiaoguang Chen1-0/+7
2016-11-02KVM: x86: add track_flush_slot page track notifierXiaoguang Chen1-0/+7
2016-11-02KVM: X86: MMU: no mmu_notifier_seq++ in kvm_age_hvaPeter Feiner1-9/+1
2016-08-19mmu: don't pass *kvm to spte_write_protect and spte_*_dirtyBandan Das1-6/+6
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+17
2016-07-14x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+2