summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-091-25/+15Star
|\
| * 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/+2Star
| * | 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/+0Star
| * | KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh2017-08-181-1/+2
| * | kvm: nVMX: Add support for fast unprotection of nested guest page tablesPaolo Bonzini2017-08-101-1/+0Star
| * | KVM: X86: implement the logic for spinlock optimizationLongpeng(Mike)2017-08-081-0/+3
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-1/+1
|\ \ \
| * | | kvm/x86/svm: Support Secure Memory Encryption within KVMTom Lendacky2017-07-181-1/+1
| |/ /
* | / KVM: update to new mmu_notifier semantic v2Jérôme Glisse2017-09-011-2/+0Star
| |/ |/|
* | KVM: x86: simplify handling of PKRUPaolo Bonzini2017-08-251-0/+1
|/
* kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan2017-07-141-0/+1
* KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li2017-07-141-0/+1
* KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li2017-07-141-0/+2
* KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li2017-07-141-0/+1
* KVM: x86: Simplify kvm_x86_ops->queue_exception parameter listWanpeng Li2017-07-141-3/+1Star
* kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2Roman Kagan2017-07-131-0/+1
* KVM: x86: make backwards_tsc_observed a per-VM variableLadi Prosek2017-07-131-0/+1
* kvm: x86: mmu: allow A/D bits to be disabled in an mmuPeter Feiner2017-07-031-1/+2
* Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-06-301-22/+25
|\
| * KVM: improve arch vcpu request definingAndrew Jones2017-06-041-22/+25
* | KVM: x86: lower default for halt_poll_nsPaolo Bonzini2017-05-161-1/+1
|/
* kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das2017-05-091-0/+2
* KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand2017-05-021-1/+0Star
* KVM: mark requests that need synchronizationPaolo Bonzini2017-04-271-3/+3
* KVM: mark requests that do not need a wakeupRadim Krčmář2017-04-271-3/+3
* KVM: x86: virtualize cpuid faultingKyle Huey2017-04-211-0/+2
* KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESSDavid Hildenbrand2017-04-121-0/+1
* kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini2017-04-071-2/+0Star
* kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini2017-04-071-2/+3
* KVM: x86: remove code for lazy FPU handlingPaolo Bonzini2017-02-171-3/+0Star
* KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini2017-02-151-1/+1
* KVM: x86: add VCPU stat for KVM_REQ_EVENT processingPaolo Bonzini2017-01-091-0/+1
* kvm: svm: Use the hardware provided GPA instead of page walkTom Lendacky2017-01-091-0/+3
* kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.Junaid Shahid2017-01-091-1/+2
* kvm: x86: mmu: Do not use bit 63 for tracking special SPTEsJunaid Shahid2017-01-091-0/+7