summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-031-48/+86
|\
| * x86/kvm/hyper-v: Add support for synthetic debugger interfaceJon Doron2020-06-011-0/+13
| * KVM: x86/pmu: Support full width countingLike Xu2020-06-011-0/+1
| * KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov2020-06-011-0/+3
| * KVM: x86: interrupt based APF 'page ready' event deliveryVitaly Kuznetsov2020-06-011-1/+3
| * KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov2020-06-011-1/+1
| * KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov2020-06-011-1/+1
| * KVM: nSVM: remove HF_HIF_MASKPaolo Bonzini2020-06-011-1/+0
| * KVM: nSVM: remove HF_VINTR_MASKPaolo Bonzini2020-06-011-1/+0
| * KVM: nSVM: inject exceptions via svm_check_nested_eventsPaolo Bonzini2020-05-281-0/+2
| * KVM: x86: enable event window in inject_pending_eventPaolo Bonzini2020-05-281-4/+4
| * KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s indexSean Christopherson2020-05-271-1/+1
| * kvm: add halt-polling cpu usage statsDavid Matlack2020-05-151-0/+2
| * KVM: nVMX: Migrate the VMX-preemption timerJim Mattson2020-05-151-0/+2
| * KVM: X86: Introduce more exit_fastpath_completion enum valuesWanpeng Li2020-05-151-1/+3
| * KVM: X86: Force ASYNC_PF_PER_VCPU to be power of twoPeter Xu2020-05-151-1/+1
| * KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enumsSean Christopherson2020-05-151-9/+3
| * KVM: x86/mmu: Move max hugepage level to a separate #defineSean Christopherson2020-05-151-3/+2
| * kvm: x86: Cleanup vcpu->arch.guest_xstate_sizeXiaoyao Li2020-05-151-1/+0
| * KVM: x86/mmu: Capture TDP level when updating CPUIDSean Christopherson2020-05-131-0/+1
| * KVM: VMX: Add proper cache tracking for CR0Sean Christopherson2020-05-131-1/+1
| * KVM: VMX: Add proper cache tracking for CR4Sean Christopherson2020-05-131-1/+1
| * KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch'Sean Christopherson2020-05-131-1/+1
| * KVM: x86: Replace late check_nested_events() hack with more precise fixPaolo Bonzini2020-05-131-3/+3
| * KVM: x86: Make return for {interrupt_nmi,smi}_allowed() a bool instead of intSean Christopherson2020-05-131-3/+3
| * KVM: nVMX: Open a window for pending nested VMX preemption timerSean Christopherson2020-05-131-0/+1
| * Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini2020-05-131-4/+4
| |\
| * | KVM: x86: move nested-related kvm_x86_ops to a separate structPaolo Bonzini2020-04-231-13/+16
| * | KVM: X86: Improve latency for single target IPI fastpathWanpeng Li2020-04-211-3/+2
| * | KVM: VMX: Cache vmcs.EXIT_INTR_INFO using arch avail_reg flagsSean Christopherson2020-04-211-0/+1
| * | KVM: VMX: Cache vmcs.EXIT_QUALIFICATION using arch avail_reg flagsSean Christopherson2020-04-211-0/+1
| * | KVM: x86: Replace "cr3" with "pgd" in "new cr3/pgd" related codeSean Christopherson2020-04-211-4/+4
| * | KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switchSean Christopherson2020-04-211-1/+2
| * | KVM: VMX: Retrieve APIC access page HPA only when necessarySean Christopherson2020-04-211-1/+1
| * | KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASIDSean Christopherson2020-04-211-1/+3
| * | KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all()Sean Christopherson2020-04-211-1/+1
| * | KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()Sean Christopherson2020-04-211-1/+1
| * | KVM: x86: make Hyper-V PV TLB flush use tlb_flush_guest()Vitaly Kuznetsov2020-04-211-0/+2
| * | KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hookSean Christopherson2020-04-201-0/+6
| * | KVM: x86: introduce kvm_mmu_invalidate_gvaPaolo Bonzini2020-04-201-0/+2
| * | KVM: x86: Export kvm_propagate_fault() (as kvm_inject_emulated_page_fault)Sean Christopherson2020-04-151-0/+2
* | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-031-1/+1
|\ \ \
| * | | KVM: x86: hyperv: Remove duplicate definitions of Reference TSC PageMichael Kelley2020-05-201-1/+1
| |/ /
* | / mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-2/+1
| |/ |/|
* | KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger2020-05-131-0/+1
* | KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6Paolo Bonzini2020-05-081-2/+0
* | KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6Paolo Bonzini2020-05-081-1/+1
* | KVM: x86: fix DR6 delivery for various cases of #DB injectionPaolo Bonzini2020-05-071-0/+1
* | KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit2020-05-041-2/+2
|/
* KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()Sean Christopherson2020-03-311-1/+1