summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2018-10-13KVM: x86: fix L1TF's MMIO GFN calculationSean Christopherson
2018-09-15kvm: x86: Set highest physical address bits in non-present/reserved SPTEsJunaid Shahid
2018-08-15x86/KVM/VMX: Add L1D flush logicPaolo Bonzini
2018-08-03kvm, mm: account shadow page tables to kmemcgShakeel Butt
2018-04-26Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"Sean Christopherson
2018-03-21KVM: x86: Fix device passthrough when SME is activeTom Lendacky
2018-03-08KVM: X86: Fix SMRAM accessing even if VM is shutdownWanpeng Li
2018-03-08KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini
2018-02-22KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...David Woodhouse
2018-02-16KVM MMU: check pending exception before injecting APFHaozhong Zhang
2017-12-29KVM: MMU: Fix infinite loop when there is no available mmu pageWanpeng Li
2017-12-25kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt
2017-10-10KVM: MMU: always terminate page walks at level 1Ladi Prosek
2017-10-10KVM: nVMX: update last_nonleaf_level when initializing nested EPTLadi Prosek
2017-10-04kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-08-26kvm/x86: Avoid clearing the C-bit in rsvd_bits()Brijesh Singh
2017-08-24KVM: MMU: speedup update_permission_bitmaskPaolo Bonzini
2017-08-24KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang
2017-08-24KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang
2017-08-18KVM: x86: fix use of L1 MMIO areas in nested guestsPaolo Bonzini
2017-08-18KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh
2017-08-18KVM: x86: simplify ept_misconfigPaolo Bonzini
2017-08-11KVM: MMU: Bail out immediately if there is no available mmu pageWanpeng Li
2017-08-11KVM: MMU: Fix softlockup due to mmu_lock is held too longWanpeng Li
2017-08-10kvm: nVMX: Add support for fast unprotection of nested guest page tablesPaolo Bonzini
2017-08-10KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guestBrijesh Singh
2017-08-07KVM: x86: generalize guest_cpuid_has_ helpersRadim Krčmář
2017-07-18kvm/x86/svm: Support Secure Memory Encryption within KVMTom Lendacky
2017-07-14KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li
2017-07-14KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-07-03x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12Peter Feiner
2017-07-03kvm: x86: mmu: allow A/D bits to be disabled in an mmuPeter Feiner
2017-07-03x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner
2017-07-03x86: kvm: mmu: dead code thanks to access trackingPeter Feiner
2017-06-11KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li
2017-05-09kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das
2017-04-07kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada
2017-01-27kvm: x86: mmu: Verify that restored PTE has needed perms in fast page faultJunaid Shahid
2017-01-27kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_faultJunaid Shahid
2017-01-27kvm: x86: mmu: Update comment in mark_spte_for_access_trackJunaid Shahid
2017-01-27kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.cJunaid Shahid
2017-01-09kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.Junaid Shahid
2017-01-09kvm: x86: mmu: Introduce a no-tracking version of mmu_spte_updateJunaid Shahid
2017-01-09kvm: x86: mmu: Refactor accessed/dirty checks in mmu_spte_update/clearJunaid Shahid
2017-01-09kvm: x86: mmu: Fast Page Fault path retriesJunaid Shahid
2017-01-09kvm: x86: mmu: Rename spte_is_locklessly_modifiable()Junaid Shahid