summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* KVM: VMX: add struct kvm_vmx to hold VMX specific KVM varsSean Christopherson2018-03-231-4/+0
* 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
* KVM: X86: Provide a capability to disable PAUSE interceptsWanpeng Li2018-03-161-0/+1
* KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li2018-03-161-0/+1
* KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li2018-03-161-0/+2
* KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoorLiran Alon2018-03-161-0/+1
* KVM: x86: Add emulation_type to not raise #UD on emulation failureLiran Alon2018-03-161-0/+1
* KVM: x86: add kvm_fast_pio() to consolidate fast PIO codeSean Christopherson2018-03-161-2/+1
* x86/kvm/hyper-v: add reenlightenment MSRs supportVitaly Kuznetsov2018-03-161-0/+4
* kvm: x86: hyperv: guest->host event signaling via eventfdRoman Kagan2018-03-061-0/+2
* KVM: X86: Allow userspace to define the microcode versionWanpeng Li2018-03-011-0/+1
* KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky2018-03-011-0/+2
* kvm: fix warning for non-x86 buildsSebastian Ott2018-02-241-3/+0
* kvm: x86: remove efer_reload entry in kvm_vcpu_statLongpeng(Mike)2018-01-311-1/+0
* Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini2018-01-161-0/+15
|\
| * KVM: SVM: Pin guest memory when SEV is activeBrijesh Singh2017-12-041-0/+1
| * KVM: SVM: Add support for KVM_SEV_LAUNCH_UPDATE_DATA commandBrijesh Singh2017-12-041-0/+1
| * KVM: SVM: Add support for KVM_SEV_LAUNCH_START commandBrijesh Singh2017-12-041-0/+2
| * KVM: SVM: Add KVM_SEV_INIT commandBrijesh Singh2017-12-041-0/+7
| * KVM: Introduce KVM_MEMORY_ENCRYPT_{UN,}REG_REGION ioctlBrijesh Singh2017-12-041-0/+2
| * KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctlBrijesh Singh2017-12-041-0/+2
* | KVM: X86: introduce invalidate_gpa argument to tlb flushWanpeng Li2018-01-161-1/+1
* | KVM: x86: Add emulation of MSR_SMI_COUNTLiran Alon2017-12-141-0/+1
* | KVM: x86: add support for emulating UMIPPaolo Bonzini2017-12-141-0/+1
* | KVM: x86: add support for UMIPPaolo Bonzini2017-12-141-1/+1
* | KVM: x86: fix APIC page invalidationRadim Krčmář2017-12-061-0/+3
* | x86,kvm: move qemu/guest FPU switching out to vcpu_runRik van Riel2017-12-051-0/+13
* | KVM: x86: Don't re-execute instruction when not passing CR2 valueLiran Alon2017-11-171-1/+2
|/
* Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-0/+8
|\
| * KVM: SVM: detect opening of SMI window using STGI interceptLadi Prosek2017-10-181-0/+1
| * KVM: nSVM: fix SMI injection in guest modeLadi Prosek2017-10-121-0/+3
| * KVM: x86: introduce ISA specific smi_allowed callbackLadi Prosek2017-10-121-0/+1
| * KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek2017-10-121-0/+3
* | x86/apic: Sanitize 32/64bit APIC callbacksThomas Gleixner2017-09-251-1/+1
|/
* KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()Suravee Suthikulpanit2017-09-131-1/+1
* KVM: x86: Remove .get_pkru() from kvm_x86_opsJoerg Roedel2017-09-131-1/+0
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-081-25/+15
|\
| * Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-081-0/+1
| |\
| * | KVM: X86: Fix loss of exception which has not yet been injectedWanpeng Li2017-08-241-1/+1
| * | KVM: MMU: Expose the LA57 feature to VM.Yu Zhang2017-08-241-16/+2
| * | KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang2017-08-241-5/+5
| * | KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang2017-08-241-1/+3
| * | KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang2017-08-241-1/+0