blob: 1dbefaa54a09348189c0c9f51cb743d96b33a8b5 [file] [log] [blame]
127037591c84 ("KVM: x86/mmu: Bail early from final #PF handling on spurious faults")
c50d8ae3a127 ("KVM: x86: create mmu/ subdirectory")
3fcf2d1bdeb6 ("KVM: x86: make FNAME(fetch) and __direct_map more similar")
43fdcda96e25 ("kvm: x86: Do not release the page inside mmu_set_spte()")
44dd3ffa7bb3 ("x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU")
450917b654c1 ("KVM/MMU: Simplify __kvm_sync_page() function")
b94742c958f0 ("kvm: x86: Add multi-entry LRU cache for previous CR3s")
faff87588d8b ("kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*")
956bf3531fba ("kvm: x86: Skip shadow page resync on CR3 switch when indicated by guest")
08fb59d8a47d ("kvm: x86: Support selectively freeing either current or previous MMU root")
7eb77e9f5fcf ("kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()")
ade61e282444 ("kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guest")
eb4b248e152d ("kvm: vmx: Support INVPCID in shadow paging mode")
c9470a2e2847 ("kvm: x86: Propagate guest PCIDs to host PCIDs")
afe828d1de40 ("kvm: x86: Add ability to skip TLB flush when switching CR3")
50c28f21d045 ("kvm: x86: Use fast CR3 switch for nested VMX")
1c53da3fa3a3 ("kvm: x86: Support resetting the MMU context without resetting roots")
0aab33e4f945 ("kvm: x86: Add support for fast CR3 switch across different MMU modes")
6e42782f516f ("kvm: x86: Introduce KVM_REQ_LOAD_CR3")
9fa72119b24d ("kvm: x86: Introduce kvm_mmu_calc_root_page_role()")
7c390d350f8b ("kvm: x86: Add fast CR3 switch code path")
578e1c4db221 ("kvm: x86: Avoid taking MMU lock in kvm_mmu_sync_roots if no sync is needed")
5ce4786f75d1 ("kvm: x86: Make sync_page() flush remote TLBs once only")
42522d08cdba ("KVM: MMU: drop vcpu param in gpte_access")
1313cc2bd8f6 ("kvm: mmu: Add guest_mode to kvm_mmu_page_role")
74b566e6cf21 ("kvm: x86: Refactor mmu_free_roots()")
c19986fea873 ("kvm: x86: Suppress CR3_PCID_INVD bit only when PCIDs are enabled")
a468f2dbf921 ("kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use")
c2ba05ccfde2 ("KVM: X86: introduce invalidate_gpa argument to tlb flush")
9b8ebbdb74b5 ("KVM: x86: extend usage of RET_MMIO_PF_* constants")
87ca74ad920c ("KVM: x86: mmu: free_page can handle NULL")