summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-36/+42
2018-05-24KVM: x86: remove obsolete EXPORT... of handle_mmio_page_faultSean Christopherson1-1/+0
2018-05-14kvm: mmu: Don't expose private memslots to L2Jim Mattson1-0/+8
2018-05-14kvm: mmu: Add guest_mode to kvm_mmu_page_roleJim Mattson1-1/+4
2018-05-14kvm: x86: Refactor mmu_free_roots()Junaid Shahid1-34/+30
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2018-04-04Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"Sean Christopherson1-1/+1
2018-03-16KVM: x86: Fix device passthrough when SME is activeTom Lendacky1-1/+3
2018-02-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2018-02-24KVM: X86: Fix SMRAM accessing even if VM is shutdownWanpeng Li1-1/+1
2018-02-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+5
2018-02-13KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...David Woodhouse1-5/+5
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář1-7/+12
2018-01-16KVM: MMU: consider host cache mode in MMIO page checkHaozhong Zhang1-1/+13
2018-01-16Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini1-0/+10
2018-01-11x86: kvm: propagate register_shrinker return codeArnd Bergmann1-6/+10
2018-01-11KVM MMU: check pending exception before injecting APFHaozhong Zhang1-1/+2
2017-12-14x86: kvm: mmu: make kvm_mmu_clear_all_pte_masks staticGimcuan Hui1-1/+1
2017-12-14KVM: MMU: Fix infinite loop when there is no available mmu pageWanpeng Li1-4/+4
2017-12-04KVM: X86: Restart the guest when insn_len is zero and SEV is enabledBrijesh Singh1-0/+10
2017-11-17Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-61/+54
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-2/+2
2017-10-12KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini1-49/+46
2017-10-12KVM: SVM: limit kvm_handle_page_fault to #PF handlingPaolo Bonzini1-3/+2
2017-10-12arch/x86: remove redundant null checks before kmem_cache_destroyTim Hansen1-4/+2
2017-10-12kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt1-2/+2
2017-10-12KVM: x86: mmu: free_page can handle NULLDavid Hildenbrand1-2/+1
2017-10-12KVM: x86: mmu: returning void in a void function is strangeDavid Hildenbrand1-1/+1
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-09Merge 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-07Merge 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