summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge tag 'kvm-x86-misc-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-191/+21
2026-08-18Merge tag 'kvm-x86-coco-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+13
2026-08-18Merge tag 'loongarch-kvm-7.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini1-1/+1
2026-08-06KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabledPaolo Bonzini1-1/+1
2026-07-31KVM: x86: Rework kvm_x86_ops.vcpu_pre_run() into .vcpu_needs_initialization()Sean Christopherson1-1/+1
2026-07-31KVM: x86: Extract VMX's unhandleable emulation check to common x86Sean Christopherson1-0/+2
2026-07-27KVM: guest_memfd: Explicitly pass number of pages to make_private() hookSean Christopherson1-1/+2
2026-07-27KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERTSean Christopherson1-2/+2
2026-07-27KVM: x86: Rename kvm_x86_ops' gmem_invalidate() to gmem_make_shared()Sean Christopherson1-1/+3
2026-07-27KVM: guest_memfd: Pass the number of pages instead of the end pfn into .inval...Sean Christopherson1-1/+1
2026-07-22KVM: x86: Move supported EFER bits to kvm_capsYosry Ahmed1-0/+2
2026-07-10KVM: x86: Move nested_ops out of kvm_x86_ops, to global kvm_nested_opsSean Christopherson1-2/+2
2026-07-10KVM: x86: Add static calls for nested virtualization opsSean Christopherson1-0/+8
2026-07-10KVM: x86: Reject nested CAP enablement if nested virtualization is disabledSean Christopherson1-0/+2
2026-07-10KVM: x86: Guard .gmem_prepare() declarations with HAVE_KVM_GMEM_PREPARE=ySean Christopherson1-0/+2
2026-07-10KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zappedSean Christopherson1-0/+6
2026-07-08KVM: x86: Move "struct kvm_vcpu_hv" and all children from kvm_host.h => hyperv.hSean Christopherson1-89/+2
2026-07-08KVM: x86: Move "struct kvm_apic_map" definition from kvm_host.h => lapic.hSean Christopherson1-33/+2
2026-07-08KVM: x86: Move KVM's arbitrary task switch reason enums to x86.hSean Christopherson1-7/+0
2026-07-08KVM: x86: Move KVM_GUESTDBG_VALID_MASK from kvm_host.h => x86.cSean Christopherson1-9/+0
2026-07-08KVM: x86: Move CR and DR macro definitions from kvm_host.h => regs.hSean Christopherson1-40/+0
2026-07-08KVM: x86: Move the "APIC attention" macros from kvm_host.h => lapic.cSean Christopherson1-10/+0
2026-06-25KVM: x86/mmu: merge struct rsvd_bits_validate into struct kvm_page_formatPaolo Bonzini1-21/+17
2026-06-25KVM: x86/mmu: pull page format to a new structPaolo Bonzini1-10/+15
2026-06-25KVM: x86/mmu: unify root_gva_walk and ngva_walkPaolo Bonzini1-12/+1
2026-06-25KVM: x86/mmu: pull struct kvm_pagewalk out of struct kvm_mmuPaolo Bonzini1-3/+5
2026-06-25KVM: x86/mmu: change nested_mmu.w to ngva_walkPaolo Bonzini1-3/+2
2026-06-25KVM: x86/mmu: change walk_mmu to struct kvm_pagewalkPaolo Bonzini1-1/+1
2026-06-25KVM: x86/mmu: move remaining permission fields to struct kvm_pagewalkPaolo Bonzini1-14/+14
2026-06-25KVM: x86/mmu: move CPU-related fields to struct kvm_pagewalkPaolo Bonzini1-2/+2
2026-06-25KVM: x86/mmu: move inject_page_fault to struct kvm_pagewalkPaolo Bonzini1-3/+3
2026-06-25KVM: x86/mmu: move get_pdptr to struct kvm_pagewalkPaolo Bonzini1-1/+1
2026-06-25KVM: x86/mmu: move gva_to_gpa to struct kvm_pagewalkPaolo Bonzini1-3/+3
2026-06-25KVM: x86/mmu: move get_guest_pgd to struct kvm_pagewalkPaolo Bonzini1-1/+1
2026-06-25KVM: x86/mmu: introduce struct kvm_pagewalkPaolo Bonzini1-1/+6
2026-06-24KVM: x86: Move a pile of stuff from kvm_host.h => x86.hSean Christopherson1-307/+0
2026-06-24KVM: move TSS constants from kvm_host.h to tss.hPaolo Bonzini1-7/+0
2026-06-24KVM: x86: Rework kvm_arch_interrupt_allowed() into kvm_is_interrupt_allowed()Sean Christopherson1-1/+0
2026-06-24KVM: x86: Move kvm_pv_send_ipi() declaration from kvm_host.h => lapic.hSean Christopherson1-4/+0
2026-06-24KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.hSean Christopherson1-5/+0
2026-06-24KVM: x86: Move __kvm_irq_line_state() from kvm_host.h => ioapic.hSean Christopherson1-12/+0
2026-06-24KVM: x86: Move misc "VALID MASK" defines from kvm_host.h => x86.cSean Christopherson1-34/+0
2026-06-24KVM: x86: Move LLDT assembly wrappers into VMXSean Christopherson1-12/+0
2026-06-24KVM: x86: Move MMU helper declarations from kvm_host.h => mmu.hSean Christopherson1-70/+0
2026-06-24KVM: x86/pmu: Move "struct kvm_x86_pmu_event_filter" definition to pmu.cSean Christopherson1-12/+1
2026-06-24KVM: x86: Move "struct kvm_x86_msr_filter" definition to msrs.cSean Christopherson1-13/+2
2026-06-24KVM: x86: Move MSR helper declarations from kvm_host.h => msrs.hSean Christopherson1-26/+0
2026-06-24KVM: x86: Move kvm_{g,s}et_segment() to inline helpers in regs.hSean Christopherson1-2/+0
2026-06-24KVM: x86: Move register helper declarations from kvm_host.h => regs.hSean Christopherson1-19/+0
2026-06-24KVM: x86: Move tdp_enabled from kvm_host.h to mmu.hSean Christopherson1-2/+0