summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-161-0/+1
* x86/kvm: Don't call kvm_spurious_fault() from .fixupJosh Poimboeuf2019-08-061-15/+19
* KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-04-031-0/+1
* KVM: x86: update %rip after emulating IOSean Christopherson2019-04-031-0/+1
* KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-03-231-1/+1
* KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson2019-01-091-1/+1
* KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz2018-12-051-1/+2
* KVM: nVMX: Clear reserved bits of #DB exit qualificationJim Mattson2018-11-131-0/+1
* KVM: x86: Control guest reads of MSR_PLATFORM_INFODrew Schmitt2018-09-201-0/+2
* KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICvLiran Alon2018-09-201-0/+1
* KVM: VMX: use preemption timer to force immediate VMExitSean Christopherson2018-09-201-0/+2
* KVM: LAPIC: Fix pv ipis out-of-bounds accessWanpeng Li2018-09-071-1/+1
* Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/...Radim Krčmář2018-09-071-1/+0Star
|\
| * KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier2018-09-071-1/+0Star
* | KVM: x86: Unexport x86_emulate_instruction()Sean Christopherson2018-08-301-14/+3Star
* | KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()Sean Christopherson2018-08-301-1/+1
* | KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTESean Christopherson2018-08-301-4/+3Star
* | KVM: x86: Invert emulation re-execute behavior to make it opt-inSean Christopherson2018-08-301-5/+3Star
* | KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulationSean Christopherson2018-08-301-0/+7
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-191-4/+52
|\
| * KVM: X86: Implement "send IPI" hypercallWanpeng Li2018-08-061-0/+4
| * KVM: x86: Add tlb remote flush callback in kvm_x86_ops.Tianyu Lan2018-08-061-0/+11
| * kvm: x86: Remove CR3_PCID_INVD flagJunaid Shahid2018-08-061-1/+0Star
| * kvm: x86: Add multi-entry LRU cache for previous CR3sJunaid Shahid2018-08-061-4/+6
| * kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*Junaid Shahid2018-08-061-0/+8
| * kvm: x86: Support selectively freeing either current or previous MMU rootJunaid Shahid2018-08-061-1/+5
| * kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()Junaid Shahid2018-08-061-1/+1
| * kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guestJunaid Shahid2018-08-061-1/+1
| * kvm: vmx: Support INVPCID in shadow paging modeJunaid Shahid2018-08-061-0/+1
| * kvm: x86: Introduce KVM_REQ_LOAD_CR3Junaid Shahid2018-08-061-0/+1
| * kvm: x86: Add fast CR3 switch code pathJunaid Shahid2018-08-061-2/+11
| * kvm: nVMX: Introduce KVM_CAP_NESTED_STATEJim Mattson2018-08-061-0/+6
| * KVM: x86: do not load vmcs12 pages while still in SMMPaolo Bonzini2018-08-061-0/+3
* | KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentryPaolo Bonzini2018-08-051-0/+1
* | x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-051-0/+1
* | x86/KVM/VMX: Add L1D flush logicPaolo Bonzini2018-07-041-0/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-2/+5
|\
| * KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implem...Vitaly Kuznetsov2018-05-261-0/+1
| * kvm: mmu: Add guest_mode to kvm_mmu_page_roleJim Mattson2018-05-141-1/+2
| * kvm: vmx: Basic APIC virtualization controls have three settingsJim Mattson2018-05-141-1/+1
| * kvm: x86: Refactor mmu_free_roots()Junaid Shahid2018-05-141-0/+1
* | KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-05-171-1/+1
|/
* X86/KVM: Properly update 'tsc_offset' to represent the running guestKarimAllah Ahmed2018-04-161-0/+1
* KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon2018-03-281-1/+1
* x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov2018-03-281-0/+1
* KVM: SVM: add struct kvm_svm to hold SVM specific KVM varsSean Christopherson2018-03-231-18/+0Star
* KVM: VMX: add struct kvm_vmx to hold VMX specific KVM varsSean Christopherson2018-03-231-4/+0Star
* KVM: x86: move setting of ept_identity_map_addr to vmx.cSean Christopherson2018-03-231-0/+1
* KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vmSean Christopherson2018-03-231-0/+13
* KVM: nVMX: Do not load EOI-exitmap while running L2Liran Alon2018-03-211-0/+2