summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Specify max TDP level via kvm_configure_mmu()Sean Christopherson2020-07-301-2/+2
* KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDRSean Christopherson2020-07-301-2/+2
* KVM: x86: Pull the PGD's level from the MMU instead of recalculating itSean Christopherson2020-07-301-1/+2
* KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR supportMohammed Gamal2020-07-101-1/+1
* KVM: x86: rename update_bp_intercept to update_exception_bitmapPaolo Bonzini2020-07-101-1/+1
* KVM: x86: mmu: Move translate_gpa() to mmu.cMohammed Gamal2020-07-101-6/+0
* KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson2020-07-091-13/+0
* KVM: x86/mmu: Make __GFP_ZERO a property of the memory cacheSean Christopherson2020-07-091-0/+1
* KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arraysSean Christopherson2020-07-091-1/+2
* KVM: x86/mmu: Track the associated kmem_cache in the MMU cachesSean Christopherson2020-07-091-0/+1
* x86/kvm/vmx: Move guest enter/exit into .noinstr.textThomas Gleixner2020-07-091-0/+8
* KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()Xiaoyao Li2020-07-091-1/+1
* KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid()Krish Sadhukhan2020-07-081-0/+1
* KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-onlySean Christopherson2020-07-081-44/+2
* kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpuJim Mattson2020-07-081-0/+3
* KVM: x86/mmu: Make .write_log_dirty a nested operationSean Christopherson2020-07-081-1/+1
* KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson2020-06-221-1/+1
* KVM: LAPIC: ensure APIC map is up to date on concurrent update requestsPaolo Bonzini2020-06-221-1/+1
* KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov2020-06-111-1/+1
* KVM: x86: Unexport x86_fpu_cache and make it staticSean Christopherson2020-06-091-1/+0
* 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