summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-23KVM: VMX: add struct kvm_vmx to hold VMX specific KVM varsSean Christopherson1-4/+0
2018-03-23KVM: x86: move setting of ept_identity_map_addr to vmx.cSean Christopherson1-0/+1
2018-03-23KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vmSean Christopherson1-0/+13
2018-03-21KVM: nVMX: Do not load EOI-exitmap while running L2Liran Alon1-0/+2
2018-03-16KVM: X86: Provide a capability to disable PAUSE interceptsWanpeng Li1-0/+1
2018-03-16KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li1-0/+1
2018-03-16KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li1-0/+2
2018-03-16KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoorLiran Alon1-0/+1
2018-03-16KVM: x86: Add emulation_type to not raise #UD on emulation failureLiran Alon1-0/+1
2018-03-16KVM: x86: add kvm_fast_pio() to consolidate fast PIO codeSean Christopherson1-2/+1
2018-03-16x86/kvm/hyper-v: add reenlightenment MSRs supportVitaly Kuznetsov1-0/+4
2018-03-06kvm: x86: hyperv: guest->host event signaling via eventfdRoman Kagan1-0/+2