summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_host.h
AgeCommit message (Expand)Author
2026-06-24x86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVICSean Christopherson
2026-06-24KVM: x86/mmu: Expose number of shadow MMU shadow pages as a statSean Christopherson
2026-06-12Merge branch 'kvm-single-pdptrs' into HEADPaolo Bonzini
2026-06-12KVM: x86/mmu: move pdptrs out of the MMUPaolo Bonzini
2026-06-12Merge tag 'kvm-x86-svm-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-12Merge tag 'kvm-x86-mmu-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-12Merge tag 'kvm-x86-misc-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-03Merge branch 'kvm-ghcb-for-7.2' into HEADPaolo Bonzini
2026-06-03KVM: x86: Remove defunct kvm_load_segment_descriptor() declaration.Sean Christopherson
2026-06-03KVM: x86: Drop defunct vcpu_tsc_khz() declarationSean Christopherson
2026-05-30Merge commit 'kvm-vmenter-load-store-regs' into HEADPaolo Bonzini
2026-05-30KVM: SEV: Macrofy GPR swapping in __svm_sev_es_vcpu_run()Chang S. Bae
2026-05-27KVM: x86/pmu: Track mediated PMU counters with mode-specific enablesYosry Ahmed
2026-05-27KVM: x86/pmu: Add support for KVM_X86_PMU_OP_OPTIONAL_RET0Yosry Ahmed
2026-05-27KVM: x86: Move error handling inside free_external_spt()Sean Christopherson
2026-05-27KVM: TDX: Drop kvm_x86_ops.remove_external_spte()Sean Christopherson
2026-05-27KVM: x86/mmu: Plumb param "old_spte" into kvm_x86_ops.set_external_spte()Sean Christopherson
2026-05-27KVM: TDX: Drop kvm_x86_ops.link_external_spt()Sean Christopherson
2026-05-27KVM: x86: Consolidate CPUID fault handling for emulator and interception logicSean Christopherson
2026-05-26KVM: x86: Treat KVM's virtual PMU as disabled for TDX VMsVishal Annapurve
2026-05-26KVM: SVM: Fix nested NPF injection of PFERR_GUEST_{PAGE,FINAL}_MASK bitsKevin Cheng
2026-05-26KVM: x86: Tell ->inject_page_fault() whether or a fault came from hardwareSean Christopherson
2026-05-14KVM: x86: Define KVM_X86_QUIRK_NESTED_SVM_SHARED_PATJim Mattson
2026-05-13KVM: x86: Drop superfluous caching of KVM_ASYNC_PF_SEND_ALWAYSSean Christopherson
2026-05-13KVM: x86: Drop superfluous caching of KVM_ASYNC_PF_DELIVERY_AS_PF_VMEXITSean Christopherson
2026-05-13KVM: x86: Rate-limit global clock updates on vCPU loadLei Chen
2026-05-13Merge branch 'kvm-apx-prepare' into HEADPaolo Bonzini
2026-05-13KVM: x86: Use a proper bitmap for tracking available/dirty registersSean Christopherson
2026-05-13KVM: x86: Track available/dirty register masks as "unsigned long" valuesSean Christopherson
2026-05-13KVM: x86: Drop the "EX" part of "EXREG" to avoid collision with APXSean Christopherson
2026-05-13KVM: x86: Add dedicated storage for guest RIPSean Christopherson
2026-05-10KVM: x86/mmu: add support for GMET to NPT page table walksPaolo Bonzini
2026-05-10KVM: x86/mmu: introduce cpu_role bit for availability of PFEC.I/DPaolo Bonzini
2026-05-10KVM: x86/mmu: move cr4_smep to base rolePaolo Bonzini
2026-05-10KVM: x86: make translate_nested_gpa vendor-specificPaolo Bonzini
2026-05-10KVM: x86/mmu: introduce ACC_READ_MASKPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-svm-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-mmio-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-misc-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-03KVM: x86: Suppress WARNs on nested_run_pending after userspace exitSean Christopherson
2026-04-03KVM: x86: Move nested_run_pending to kvm_vcpu_archYosry Ahmed
2026-03-11KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMMJim Mattson
2026-03-04KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystemSean Christopherson
2026-03-02KVM: x86: Fold emulator_write_phys() into write_emulate()Sean Christopherson
2026-03-02KVM: Isolate apicv_update_lock and apicv_nr_irq_window_req in a cachelineSean Christopherson
2026-03-02KVM: SVM: Fix IRQ window inhibit handling across multiple vCPUsSean Christopherson
2026-03-02KVM: x86/pmu: annotate struct kvm_x86_pmu_event_filter with __counted_by()Carlos López
2026-02-11Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini