aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/include/asm/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+6
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+26
2025-05-27Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+3
2025-05-16KVM: x86: Make kvm_pio_request.linear_rip a common field for user exitsManali Shukla1-1/+1
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar1-1/+12
2025-04-24KVM: SVM: Fix SNP AP destroy race with VMRUNTom Lendacky1-1/+2
2025-04-24KVM: x86: Add module param to control and enumerate device posted IRQsSean Christopherson1-1/+2
2025-04-24KVM: x86: Rescan I/O APIC routes after EOI interception for old routingweizijie1-0/+1
2025-04-24Merge branch 'kvm-fixes-6.15-rc4' into HEADPaolo Bonzini1-0/+6
2025-04-24KVM: arm64, x86: make kvm_arch_has_irq_bypass() inlinePaolo Bonzini1-0/+6
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-1/+1
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini1-8/+26
2025-04-04KVM: x86/mmu: Wrap sanity check on number of TDP MMU pages with KVM_PROVE_MMUSean Christopherson1-1/+6
2025-03-20Merge branch 'kvm-pre-tdx' into HEADPaolo Bonzini1-0/+1
2025-03-19Merge tag 'kvm-x86-xen-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+2
2025-03-19Merge tag 'kvm-x86-pvclock-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+2
2025-03-19Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-5/+4
2025-03-19Merge tag 'kvm-x86-mmu-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+3
2025-03-14KVM: x86: Introduce Intel specific quirk KVM_X86_QUIRK_IGNORE_GUEST_PATYan Zhao1-2/+4
2025-03-14KVM: x86: Allow vendor code to disable quirksPaolo Bonzini1-0/+3
2025-03-14KVM: TDX: Add support for find pending IRQ in a protected local APICSean Christopherson1-0/+1
2025-03-14KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behaviorIsaku Yamahata1-2/+9
2025-03-14KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsrChao Gao1-0/+1
2025-03-14KVM: x86: Make cpu_dirty_log_size a per-VM valueYan Zhao1-5/+7
2025-03-14KVM: TDX: Do TDX specific vcpu initializationIsaku Yamahata1-0/+1
2025-03-14KVM: TDX: create/destroy VM structureIsaku Yamahata1-0/+1
2025-03-14KVM: x86: Add infrastructure for secure TSCIsaku Yamahata1-0/+1
2025-02-28KVM: x86: Snapshot the host's DEBUGCTL in common x86Sean Christopherson1-0/+1
2025-02-25KVM: x86: Use a dedicated flow for queueing re-injected exceptionsSean Christopherson1-2/+2
2025-02-25KVM: x86: Rename and invert async #PF's send_user_only flag to send_alwaysSean Christopherson1-1/+1
2025-02-24KVM: x86/xen: Move kvm_xen_hvm_config field into kvm_xenSean Christopherson1-1/+2
2025-02-24KVM: x86/xen: Bury xen_hvm_config behind CONFIG_KVM_XEN=ySean Christopherson1-2/+1
2025-02-14KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lockSean Christopherson1-1/+2
2025-02-14KVM: x86/mmu: Age TDP MMU SPTEs without holding mmu_lockSean Christopherson1-0/+1
2025-02-12KVM: x86: Remove per-vCPU "cache" of its reference pvclockSean Christopherson1-1/+2
2025-02-12KVM: x86: Defer runtime updates of dynamic CPUID bits until CPUID emulationSean Christopherson1-0/+1
2025-02-12KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loopSean Christopherson1-0/+1
2025-02-11KVM: x86: Remove unused iommu_domain and iommu_noncoherent from kvm_archTed Chen1-2/+0
2025-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-32/+75
2025-01-24kvm: defer huge page recovery vhost task to laterKeith Busch1-0/+2
2025-01-20Merge branch 'kvm-mirror-page-tables' into HEADPaolo Bonzini1-3/+28
2025-01-20Merge branch 'kvm-userspace-hypercall' into HEADPaolo Bonzini1-6/+0
2025-01-20Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-21/+44
2025-01-10hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.hNuno Das Neves1-1/+1
2025-01-08hyperv: Clean up unnecessary #includesNuno Das Neves1-1/+0
2024-12-23KVM: x86/tdp_mmu: Propagate tearing down mirror page tablesIsaku Yamahata1-0/+8
2024-12-23KVM: x86/tdp_mmu: Propagate building mirror page tablesIsaku Yamahata1-0/+7
2024-12-23KVM: x86/tdp_mmu: Support mirror root for TDP MMUIsaku Yamahata1-0/+1
2024-12-23KVM: x86/mmu: Support GFN direct bitsIsaku Yamahata1-0/+2