summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2018-08-06KVM/MMU: Simplify __kvm_sync_page() functionTianyu Lan
2018-08-06kvm: x86: Add multi-entry LRU cache for previous CR3sJunaid Shahid
2018-08-06kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*Junaid Shahid
2018-08-06kvm: x86: Skip shadow page resync on CR3 switch when indicated by guestJunaid Shahid
2018-08-06kvm: x86: Support selectively freeing either current or previous MMU rootJunaid Shahid
2018-08-06kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()Junaid Shahid
2018-08-06kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guestJunaid Shahid
2018-08-06kvm: vmx: Support INVPCID in shadow paging modeJunaid Shahid
2018-08-06kvm: x86: Add ability to skip TLB flush when switching CR3Junaid Shahid
2018-08-06kvm: x86: Use fast CR3 switch for nested VMXJunaid Shahid
2018-08-06kvm: x86: Support resetting the MMU context without resetting rootsJunaid Shahid
2018-08-06kvm: x86: Add support for fast CR3 switch across different MMU modesJunaid Shahid
2018-08-06kvm: x86: Introduce KVM_REQ_LOAD_CR3Junaid Shahid
2018-08-06kvm: x86: Introduce kvm_mmu_calc_root_page_role()Junaid Shahid
2018-08-06kvm: x86: Add fast CR3 switch code pathJunaid Shahid
2018-08-06kvm: x86: Avoid taking MMU lock in kvm_mmu_sync_roots if no sync is neededJunaid Shahid
2018-08-06kvm: x86: Make sync_page() flush remote TLBs once onlyJunaid Shahid
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-05-24KVM: x86: remove obsolete EXPORT... of handle_mmio_page_faultSean Christopherson
2018-05-14kvm: mmu: Don't expose private memslots to L2Jim Mattson
2018-05-14kvm: mmu: Add guest_mode to kvm_mmu_page_roleJim Mattson
2018-05-14kvm: x86: Refactor mmu_free_roots()Junaid Shahid
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-04-04Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"Sean Christopherson
2018-03-16KVM: x86: Fix device passthrough when SME is activeTom Lendacky
2018-02-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-02-24KVM: X86: Fix SMRAM accessing even if VM is shutdownWanpeng Li
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-13KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...David Woodhouse
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář
2018-01-16KVM: MMU: consider host cache mode in MMIO page checkHaozhong Zhang
2018-01-16Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini
2018-01-11x86: kvm: propagate register_shrinker return codeArnd Bergmann
2018-01-11KVM MMU: check pending exception before injecting APFHaozhong Zhang
2017-12-14x86: kvm: mmu: make kvm_mmu_clear_all_pte_masks staticGimcuan Hui
2017-12-14KVM: MMU: Fix infinite loop when there is no available mmu pageWanpeng Li
2017-12-04KVM: X86: Restart the guest when insn_len is zero and SEV is enabledBrijesh Singh
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-12KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini
2017-10-12KVM: SVM: limit kvm_handle_page_fault to #PF handlingPaolo Bonzini
2017-10-12arch/x86: remove redundant null checks before kmem_cache_destroyTim Hansen
2017-10-12kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt
2017-10-12KVM: x86: mmu: free_page can handle NULLDavid Hildenbrand
2017-10-12KVM: x86: mmu: returning void in a void function is strangeDavid Hildenbrand
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