summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-23KVM: x86: Initialize allow_smaller_maxphyaddr earlier in setupSean Christopherson
2025-09-23KVM: x86: Disable support for Shadow Stacks if TDP is disabledSean Christopherson
2025-09-23KVM: x86: Add XSS support for CET_KERNEL and CET_USERYang Weijiang
2025-09-23KVM: nVMX: Always forward XSAVES/XRSTORS exits from L2 to L1Sean Christopherson
2025-09-23KVM: x86: Allow setting CR4.CET if IBT or SHSTK is supportedYang Weijiang
2025-09-23KVM: x86/mmu: Pretty print PK, SS, and SGX flags in MMU tracepointsSean Christopherson
2025-09-23KVM: x86/mmu: WARN on attempt to check permissions for Shadow Stack #PFSean Christopherson
2025-09-23KVM: x86: Emulate SSP[63:32]!=0 #GP(0) for FAR JMP to 32-bit modeSean Christopherson
2025-09-23KVM: x86: Don't emulate task switches when IBT or SHSTK is enabledSean Christopherson
2025-09-23KVM: x86: Don't emulate instructions affected by CET featuresSean Christopherson
2025-09-23KVM: VMX: Set host constant supervisor states to VMCS fieldsYang Weijiang
2025-09-23KVM: VMX: Set up interception for CET MSRsYang Weijiang
2025-09-23KVM: x86: Save and reload SSP to/from SMRAMYang Weijiang
2025-09-23KVM: VMX: Emulate read and write to CET MSRsYang Weijiang
2025-09-23KVM: x86: Enable guest SSP read/write interface with new uAPIsYang Weijiang
2025-09-23KVM: VMX: Introduce CET VMCS fields and control bitsYang Weijiang
2025-09-23KVM: x86: Report KVM supported CET MSRs as to-be-savedYang Weijiang
2025-09-23KVM: x86: Add fault checks for guest CR4.CET settingYang Weijiang
2025-09-23KVM: x86: Load guest FPU state when access XSAVE-managed MSRsSean Christopherson
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