aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-01KVM: x86: fix L1TF's MMIO GFN calculationSean Christopherson1-4/+20
2018-09-20KVM/MMU: Fix comment in walk_shadow_page_lockless_end()Tianyu Lan1-1/+1
2018-09-20KVM: x86: don't reset root in kvm_mmu_setup()Wei Yang1-1/+6
2018-09-07Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarmRadim Krčmář1-5/+0
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier1-5/+0
2018-08-30KVM: x86: Do not re-{try,execute} after failed emulation in L2Sean Christopherson1-2/+5
2018-08-30KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_faultSean Christopherson1-6/+12
2018-08-30KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTESean Christopherson1-1/+1
2018-08-30KVM: x86: Invert emulation re-execute behavior to make it opt-inSean Christopherson1-1/+1
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-89/+442
2018-08-14kvm: x86: Set highest physical address bits in non-present/reserved SPTEsJunaid Shahid1-5/+38
2018-08-06KVM: x86: Skip pae_root shadow allocation if tdp enabledLiang Chen1-0/+3
2018-08-06KVM/MMU: Combine flushing remote tlb in mmu_set_spte()Tianyu Lan1-3/+4
2018-08-06KVM/MMU: Simplify __kvm_sync_page() functionTianyu Lan1-6/+2
2018-08-06kvm: x86: Add multi-entry LRU cache for previous CR3sJunaid Shahid1-33/+78
2018-08-06kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*Junaid Shahid1-3/+11
2018-08-06kvm: x86: Skip shadow page resync on CR3 switch when indicated by guestJunaid Shahid1-3/+30
2018-08-06kvm: x86: Support selectively freeing either current or previous MMU rootJunaid Shahid1-14/+22
2018-08-06kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()Junaid Shahid1-7/+29
2018-08-06kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guestJunaid Shahid1-9/+19
2018-08-06kvm: vmx: Support INVPCID in shadow paging modeJunaid Shahid1-0/+18
2018-08-06kvm: x86: Add ability to skip TLB flush when switching CR3Junaid Shahid1-0/+2
2018-08-06kvm: x86: Use fast CR3 switch for nested VMXJunaid Shahid1-2/+4
2018-08-06kvm: x86: Support resetting the MMU context without resetting rootsJunaid Shahid1-17/+9
2018-08-06kvm: x86: Add support for fast CR3 switch across different MMU modesJunaid Shahid1-6/+15
2018-08-06kvm: x86: Introduce KVM_REQ_LOAD_CR3Junaid Shahid1-2/+1
2018-08-06kvm: x86: Introduce kvm_mmu_calc_root_page_role()Junaid Shahid1-27/+85
2018-08-06kvm: x86: Add fast CR3 switch code pathJunaid Shahid1-5/+58
2018-08-06kvm: x86: Avoid taking MMU lock in kvm_mmu_sync_roots if no sync is neededJunaid Shahid1-8/+67
2018-08-06kvm: x86: Make sync_page() flush remote TLBs once onlyJunaid Shahid1-4/+12
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner1-1/+1
2018-07-26kvm, mm: account shadow page tables to kmemcgShakeel Butt1-1/+1
2018-07-04x86/KVM/VMX: Add L1D flush logicPaolo Bonzini1-0/+1
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-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2018-02-13KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by always inlining iterator helper methodsDavid Woodhouse1-5/+5
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipRadim 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