summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-23KVM: x86: Initialize kvm_caps.supported_xssYang Weijiang
2025-09-23KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSSYang Weijiang
2025-09-23KVM: x86: Check XSS validity against guest CPUIDsChao Gao
2025-09-23KVM: x86: Report XSS as to-be-saved if there are supported featuresSean Christopherson
2025-09-23KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs supportYang Weijiang
2025-09-23KVM: x86: Merge 'selftests' into 'cet' to pick up ex_str()Sean Christopherson
2025-09-23KVM: x86: Merge 'svm' into 'cet' to pick up GHCB dependenciesSean Christopherson
2025-09-23KVM: SEV: Validate XCR0 provided by guest in GHCBSean Christopherson
2025-09-23KVM: SEV: Read save fields from GHCB exactly onceSean Christopherson
2025-09-23KVM: SEV: Rename kvm_ghcb_get_sw_exit_code() to kvm_get_cached_sw_exit_code()Sean Christopherson
2025-09-23KVM: selftests: Add ex_str() to print human friendly name of exception vectorsSean Christopherson
2025-09-23selftests/kvm: remove stale TODO in xapic_state_testSukrut Heroorkar
2025-09-23KVM: selftests: Handle Intel Atom errata that leads to PMU event overcountdongsheng
2025-09-23KVM: selftests: Validate more arch-events in pmu_counters_testDapeng Mi
2025-09-23KVM: selftests: Reduce number of "unavailable PMU events" combos testedSean Christopherson
2025-09-23KVM: selftests: Track unavailable_mask for PMU events as 32-bit valueSean Christopherson
2025-09-23KVM: selftests: Add timing_info bit support in vmx_pmu_caps_testDapeng Mi
2025-09-22KVM: x86: Fix hypercalls docs section number orderBagas Sanjaya
2025-09-22KVM: x86: Don't treat ENTER and LEAVE as branches, because they aren'tSean Christopherson
2025-09-18KVM: x86/pmu: Restrict GLOBAL_{CTRL,STATUS}, fixed PMCs, and PEBS to PMU v2+Sean Christopherson
2025-09-18KVM: x86/pmu: Move initialization of valid PMCs bitmask to common x86Sean Christopherson
2025-09-18KVM: x86/pmu: Use BIT_ULL() instead of open coded equivalentsDapeng Mi
2025-09-18KVM: VMX: Add helpers to toggle/change a bit in VMCS execution controlsDapeng Mi
2025-09-18KVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to CPUID updatesSean Christopherson
2025-09-18KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTSSean Christopherson
2025-09-18KVM: x86/pmu: Move PMU_CAP_{FW_WRITES,LBR_FMT} into msr-index.h headerDapeng Mi
2025-09-18KVM: x86: Rename vmx_vmentry/vmexit_ctrl() helpersDapeng Mi
2025-09-18KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilitiesSean Christopherson
2025-09-18KVM: SVM: Check pmu->version, not enable_pmu, when getting PMC MSRsSean Christopherson
2025-09-18KVM: VMX: Setup canonical VMCS config prior to kvm_x86_vendor_init()Sean Christopherson
2025-09-16Documentation: KVM: Call out that KVM strictly follows the 8254 PIT specJiaming Zhang
2025-09-16KVM: x86: hyper-v: Use guard() instead of mutex_lock() to simplify codeLiao Yuanhong
2025-09-16KVM: x86: Use guard() instead of mutex_lock() to simplify codeLiao Yuanhong
2025-09-16KVM: x86/pmu: Correct typo "_COUTNERS" to "_COUNTERS"Dapeng Mi
2025-09-16KVM: TDX: Reject fully in-kernel irqchip if EOIs are protected, i.e. for TDX VMsSagi Shahar
2025-09-11KVM: nSVM: Replace kzalloc() + copy_from_user() with memdup_user()Thorsten Blum
2025-09-11KVM: selftests: Add support for DIV and IDIV in the fastops testSean Christopherson
2025-09-11KVM: selftests: Dedup the gnarly constraints of the fastops tests (more macros!)Sean Christopherson
2025-09-11KVM: selftests: Add coverage for 'b' (byte) sized fastops emulationSean Christopherson
2025-09-11KVM: selftests: Add support for #DE exception fixupSean Christopherson
2025-09-10KVM: x86: Move vector_hashing into lapic.cSean Christopherson
2025-09-10KVM: x86: Make "lowest priority" helpers local to lapic.cSean Christopherson
2025-09-10KVM: x86: Move kvm_irq_delivery_to_apic() from irq.c to lapic.cSean Christopherson
2025-09-08KVM: SEV: Save the SEV policy if and only if LAUNCH_START succeedsSean Christopherson
2025-09-08KVM: selftests: Fix typo in hyperv cpuid test messageAlok Tiwari
2025-08-21KVM: SVM: Enable Secure TSC for SNP guestsNikunj A Dadhania
2025-08-21KVM: SEV: Fold sev_es_vcpu_reset() into sev_vcpu_create()Sean Christopherson
2025-08-21KVM: SEV: Set RESET GHCB MSR value during sev_es_init_vmcb()Sean Christopherson
2025-08-21KVM: SEV: Move init of SNP guest state into sev_init_vmcb()Sean Christopherson
2025-08-21KVM: SVM: Move SEV-ES VMSA allocation to a dedicated sev_vcpu_create() helperSean Christopherson