| Age | Commit message (Expand) | Author |
| 2025-09-23 | KVM: x86: Initialize allow_smaller_maxphyaddr earlier in setup | Sean Christopherson |
| 2025-09-23 | KVM: x86: Disable support for Shadow Stacks if TDP is disabled | Sean Christopherson |
| 2025-09-23 | KVM: x86: Add XSS support for CET_KERNEL and CET_USER | Yang Weijiang |
| 2025-09-23 | KVM: nVMX: Always forward XSAVES/XRSTORS exits from L2 to L1 | Sean Christopherson |
| 2025-09-23 | KVM: x86: Allow setting CR4.CET if IBT or SHSTK is supported | Yang Weijiang |
| 2025-09-23 | KVM: x86/mmu: Pretty print PK, SS, and SGX flags in MMU tracepoints | Sean Christopherson |
| 2025-09-23 | KVM: x86/mmu: WARN on attempt to check permissions for Shadow Stack #PF | Sean Christopherson |
| 2025-09-23 | KVM: x86: Emulate SSP[63:32]!=0 #GP(0) for FAR JMP to 32-bit mode | Sean Christopherson |
| 2025-09-23 | KVM: x86: Don't emulate task switches when IBT or SHSTK is enabled | Sean Christopherson |
| 2025-09-23 | KVM: x86: Don't emulate instructions affected by CET features | Sean Christopherson |
| 2025-09-23 | KVM: VMX: Set host constant supervisor states to VMCS fields | Yang Weijiang |
| 2025-09-23 | KVM: VMX: Set up interception for CET MSRs | Yang Weijiang |
| 2025-09-23 | KVM: x86: Save and reload SSP to/from SMRAM | Yang Weijiang |
| 2025-09-23 | KVM: VMX: Emulate read and write to CET MSRs | Yang Weijiang |
| 2025-09-23 | KVM: x86: Enable guest SSP read/write interface with new uAPIs | Yang Weijiang |
| 2025-09-23 | KVM: VMX: Introduce CET VMCS fields and control bits | Yang Weijiang |
| 2025-09-23 | KVM: x86: Report KVM supported CET MSRs as to-be-saved | Yang Weijiang |
| 2025-09-23 | KVM: x86: Add fault checks for guest CR4.CET setting | Yang Weijiang |
| 2025-09-23 | KVM: x86: Load guest FPU state when access XSAVE-managed MSRs | Sean Christopherson |
| 2025-09-23 | KVM: x86: Initialize kvm_caps.supported_xss | Yang Weijiang |
| 2025-09-23 | KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS | Yang Weijiang |
| 2025-09-23 | KVM: x86: Check XSS validity against guest CPUIDs | Chao Gao |
| 2025-09-23 | KVM: x86: Report XSS as to-be-saved if there are supported features | Sean Christopherson |
| 2025-09-23 | KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs support | Yang Weijiang |
| 2025-09-23 | KVM: x86: Merge 'selftests' into 'cet' to pick up ex_str() | Sean Christopherson |
| 2025-09-23 | KVM: x86: Merge 'svm' into 'cet' to pick up GHCB dependencies | Sean Christopherson |
| 2025-09-23 | KVM: SEV: Validate XCR0 provided by guest in GHCB | Sean Christopherson |
| 2025-09-23 | KVM: SEV: Read save fields from GHCB exactly once | Sean Christopherson |
| 2025-09-23 | KVM: SEV: Rename kvm_ghcb_get_sw_exit_code() to kvm_get_cached_sw_exit_code() | Sean Christopherson |
| 2025-09-23 | KVM: selftests: Add ex_str() to print human friendly name of exception vectors | Sean Christopherson |
| 2025-09-23 | selftests/kvm: remove stale TODO in xapic_state_test | Sukrut Heroorkar |
| 2025-09-23 | KVM: selftests: Handle Intel Atom errata that leads to PMU event overcount | dongsheng |
| 2025-09-23 | KVM: selftests: Validate more arch-events in pmu_counters_test | Dapeng Mi |
| 2025-09-23 | KVM: selftests: Reduce number of "unavailable PMU events" combos tested | Sean Christopherson |
| 2025-09-23 | KVM: selftests: Track unavailable_mask for PMU events as 32-bit value | Sean Christopherson |
| 2025-09-23 | KVM: selftests: Add timing_info bit support in vmx_pmu_caps_test | Dapeng Mi |
| 2025-09-22 | KVM: x86: Fix hypercalls docs section number order | Bagas Sanjaya |
| 2025-09-22 | KVM: x86: Don't treat ENTER and LEAVE as branches, because they aren't | Sean Christopherson |
| 2025-09-18 | KVM: x86/pmu: Restrict GLOBAL_{CTRL,STATUS}, fixed PMCs, and PEBS to PMU v2+ | Sean Christopherson |
| 2025-09-18 | KVM: x86/pmu: Move initialization of valid PMCs bitmask to common x86 | Sean Christopherson |
| 2025-09-18 | KVM: x86/pmu: Use BIT_ULL() instead of open coded equivalents | Dapeng Mi |
| 2025-09-18 | KVM: VMX: Add helpers to toggle/change a bit in VMCS execution controls | Dapeng Mi |
| 2025-09-18 | KVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to CPUID updates | Sean Christopherson |
| 2025-09-18 | KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTS | Sean Christopherson |
| 2025-09-18 | KVM: x86/pmu: Move PMU_CAP_{FW_WRITES,LBR_FMT} into msr-index.h header | Dapeng Mi |
| 2025-09-18 | KVM: x86: Rename vmx_vmentry/vmexit_ctrl() helpers | Dapeng Mi |
| 2025-09-18 | KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities | Sean Christopherson |
| 2025-09-18 | KVM: SVM: Check pmu->version, not enable_pmu, when getting PMC MSRs | Sean Christopherson |
| 2025-09-18 | KVM: VMX: Setup canonical VMCS config prior to kvm_x86_vendor_init() | Sean Christopherson |
| 2025-09-16 | Documentation: KVM: Call out that KVM strictly follows the 8254 PIT spec | Jiaming Zhang |