summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-12kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid1-0/+4
2019-11-12kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini1-0/+2
2019-09-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon1-6/+6
2019-09-16KVM: x86: hyperv: keep track of mismatched VP indexesVitaly Kuznetsov1-0/+3
2019-08-16KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li1-0/+1
2019-08-06x86/kvm: Don't call kvm_spurious_fault() from .fixupJosh Poimboeuf1-15/+19
2019-04-03KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson1-0/+1
2019-04-03KVM: x86: update %rip after emulating IOSean Christopherson1-0/+1
2019-03-23KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson1-1/+1
2019-01-09KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson1-1/+1
2018-12-05KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz1-1/+2
2018-11-13KVM: nVMX: Clear reserved bits of #DB exit qualificationJim Mattson1-0/+1
2018-09-20KVM: x86: Control guest reads of MSR_PLATFORM_INFODrew Schmitt1-0/+2
2018-09-20KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICvLiran Alon1-0/+1
2018-09-20KVM: VMX: use preemption timer to force immediate VMExitSean Christopherson1-0/+2
2018-09-07KVM: LAPIC: Fix pv ipis out-of-bounds accessWanpeng Li1-1/+1
2018-09-07Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/...Radim Krčmář1-1/+0
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier1-1/+0
2018-08-30KVM: x86: Unexport x86_emulate_instruction()Sean Christopherson1-14/+3
2018-08-30KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()Sean Christopherson1-1/+1
2018-08-30KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTESean Christopherson1-4/+3
2018-08-30KVM: x86: Invert emulation re-execute behavior to make it opt-inSean Christopherson1-5/+3
2018-08-30KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulationSean Christopherson1-0/+7
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+52
2018-08-06KVM: X86: Implement "send IPI" hypercallWanpeng Li1-0/+4
2018-08-06KVM: x86: Add tlb remote flush callback in kvm_x86_ops.Tianyu Lan1-0/+11
2018-08-06kvm: x86: Remove CR3_PCID_INVD flagJunaid Shahid1-1/+0
2018-08-06kvm: x86: Add multi-entry LRU cache for previous CR3sJunaid Shahid1-4/+6
2018-08-06kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*Junaid Shahid1-0/+8
2018-08-06kvm: x86: Support selectively freeing either current or previous MMU rootJunaid Shahid1-1/+5
2018-08-06kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()Junaid Shahid1-1/+1
2018-08-06kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guestJunaid Shahid1-1/+1
2018-08-06kvm: vmx: Support INVPCID in shadow paging modeJunaid Shahid1-0/+1
2018-08-06kvm: x86: Introduce KVM_REQ_LOAD_CR3Junaid Shahid1-0/+1
2018-08-06kvm: x86: Add fast CR3 switch code pathJunaid Shahid1-2/+11
2018-08-06kvm: nVMX: Introduce KVM_CAP_NESTED_STATEJim Mattson1-0/+6
2018-08-06KVM: x86: do not load vmcs12 pages while still in SMMPaolo Bonzini1-0/+3
2018-08-05KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentryPaolo Bonzini1-0/+1
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-07-04x86/KVM/VMX: Add L1D flush logicPaolo Bonzini1-0/+4
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+5
2018-05-26KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implem...Vitaly Kuznetsov1-0/+1
2018-05-17KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky1-1/+1
2018-05-14kvm: mmu: Add guest_mode to kvm_mmu_page_roleJim Mattson1-1/+2
2018-05-14kvm: vmx: Basic APIC virtualization controls have three settingsJim Mattson1-1/+1
2018-05-14kvm: x86: Refactor mmu_free_roots()Junaid Shahid1-0/+1
2018-04-16X86/KVM: Properly update 'tsc_offset' to represent the running guestKarimAllah Ahmed1-0/+1
2018-03-28KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon1-1/+1
2018-03-28x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov1-0/+1
2018-03-23KVM: SVM: add struct kvm_svm to hold SVM specific KVM varsSean Christopherson1-18/+0