aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2019-03-26KVM: x86/mmu: Detect MMIO generation wrap in any address spaceSean Christopherson
2019-03-26KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson
2018-12-15kvm: mmu: Fix race in emulated page table writesJunaid Shahid
2018-10-13KVM: x86: fix L1TF's MMIO GFN calculationSean Christopherson
2018-09-19KVM: x86: Do not re-{try,execute} after failed emulation in L2Sean Christopherson
2018-09-19KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_faultSean Christopherson
2018-09-19KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTESean Christopherson
2018-09-19KVM: x86: Invert emulation re-execute behavior to make it opt-inSean 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-07-26kvm, mm: account shadow page tables to kmemcgShakeel Butt
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
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