aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky2021-01-071-0/+3
* KVM: x86/mmu: Clarify TDP MMU page list invariantsBen Gardon2021-01-071-2/+14
* Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2021-01-071-0/+1
|\
| * KVM: x86: Fix split-irqchip vs interrupt injection window requestPaolo Bonzini2020-11-271-0/+1
* | KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guestTom Lendacky2020-12-151-0/+2
* | KVM: SVM: Do not report support for SMM for an SEV-ES guestTom Lendacky2020-12-151-1/+1
* | KVM: SVM: Add support for CR4 write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+1
* | KVM: SVM: Add support for CR0 write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+1
* | KVM: SVM: Support string IO operations for an SEV-ES guestTom Lendacky2020-12-151-0/+1
* | KVM: x86: introduce complete_emulated_msr callbackPaolo Bonzini2020-12-151-0/+1
* | KVM: SVM: Add support for the SEV-ES VMSATom Lendacky2020-12-141-0/+3
* | KVM: X86: Implement ring-based dirty memory trackingPeter Xu2020-11-151-0/+3
* | KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]Peter Xu2020-11-151-1/+2
* | KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hookSean Christopherson2020-11-151-1/+2
|/
* KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_archBabu Moger2020-11-131-0/+1
* kvm: x86/mmu: Allocate struct kvm_mmu_pages for all pages in TDP MMUBen Gardon2020-10-231-0/+4
* kvm: x86/mmu: Allocate and free TDP MMU rootsBen Gardon2020-10-211-0/+1
* kvm: x86/mmu: Init / Uninit the TDP MMUBen Gardon2020-10-211-0/+9
* KVM: x86: allow kvm_x86_ops.set_efer to return an error valueMaxim Levitsky2020-10-211-1/+1
* KVM: x86: bump KVM_MAX_CPUID_ENTRIESVitaly Kuznetsov2020-10-211-1/+1
* KVM: x86: allocate vcpu->arch.cpuid_entries dynamicallyVitaly Kuznetsov2020-10-211-1/+1
* kvm: x86: only provide PV features if enabled in guest's CPUIDOliver Upton2020-10-211-0/+15
* KVM: x86: rename KVM_REQ_GET_VMCS12_PAGESPaolo Bonzini2020-09-281-2/+2
* KVM: x86: Introduce MSR filteringAlexander Graf2020-09-281-0/+14
* KVM: x86: Add infrastructure for MSR filteringAlexander Graf2020-09-281-0/+1
* KVM: x86: Allow deflecting unknown MSR accesses to user spaceAlexander Graf2020-09-281-0/+3
* KVM: x86: Rename "shared_msrs" to "user_return_msrs"Sean Christopherson2020-09-281-2/+2
* KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepointSean Christopherson2020-09-281-1/+6
* KVM: x86: Add kvm_x86_ops hook to short circuit emulationSean Christopherson2020-09-281-1/+1
* KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-211-1/+2
* 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