aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/cpuid.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-13Merge tag 'kvm-x86-misc-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+4
2026-03-12KVM: x86: Advertise AVX512 Bit Matrix Multiply (BMM) to userspaceNikunj A Dadhania1-1/+2
2026-03-11KVM: x86: synthesize CPUID bits only if CPU capability is setCarlos López1-1/+4
2026-03-02KVM: x86: Ignore cpuid faulting in SMMJim Mattson1-1/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+3
2026-02-09Merge tag 'kvm-x86-misc-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-12/+63
2026-01-30KVM: x86: Harden against unexpected adjustments to kvm_cpu_capsSean Christopherson1-2/+8
2026-01-23KVM: x86: Advertise AVX10_VNNI_INT CPUID to userspaceZhao Liu1-1/+17
2026-01-23KVM: x86: Advertise AVX10.2 CPUID to userspaceZhao Liu1-1/+1
2026-01-23KVM: x86: Advertise AMX CPUIDs in subleaf 0x1E.0x1 to userspaceZhao Liu1-0/+25
2026-01-23KVM: x86: Advertise MOVRS CPUID to userspaceZhao Liu1-0/+1
2026-01-08KVM: SVM: Virtualize and advertise support for ERAPSAmit Shah1-1/+8
2026-01-07KVM: x86: Disallow setting CPUID and/or feature MSRs if L2 is activeSean Christopherson1-8/+11
2025-12-18Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+9
2025-12-02KVM: x86: Apply runtime updates to current CPUID during KVM_SET_CPUID{,2}Sean Christopherson1-2/+9
2025-10-14KVM: x86: Advertise EferLmsleUnsupported to userspaceJim Mattson1-0/+1
2025-09-30KVM: x86: Export KVM-internal symbols for sub-modules onlySean Christopherson1-5/+5
2025-09-23KVM: x86: Enable CET virtualization for VMX and advertise to userspaceYang Weijiang1-0/+2
2025-09-23KVM: x86: Disable support for IBT and SHSTK if allow_smaller_maxphyaddr is trueSean Christopherson1-0/+10
2025-09-23KVM: x86: Disable support for Shadow Stacks if TDP is disabledSean Christopherson1-0/+8
2025-09-23KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSSYang Weijiang1-1/+2
2025-09-23KVM: x86: Check XSS validity against guest CPUIDsChao Gao1-0/+12
2025-09-18KVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to CPUID updatesSean Christopherson1-0/+2
2025-08-19KVM: x86: Add kvm_msr_{read,write}() helpersYang Weijiang1-1/+1
2025-08-19KVM: x86: Advertise support for the immediate form of MSR instructionsXin Li1-1/+5
2025-08-19KVM: x86: allow CPUID 0xC000_0000 to proceed on Zhaoxin CPUsEwan Hai1-1/+2
2025-07-29Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2025-07-09KVM: x86: Advertise support for LKGSXin Li1-0/+1
2025-06-17KVM: SVM: Advertise TSA CPUID bits to guestsBorislav Petkov (AMD)1-1/+9
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+7
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-33/+19
2025-05-16x86/cpuid: Rename hypervisor_cpuid_base()/for_each_possible_hypervisor_cpuid_...Ahmed S. Darwish1-1/+1
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish1-1/+1
2025-04-24KVM: x86: Advertise support for AMD's PREFETCHIBabu Moger1-0/+1
2025-04-24KVM: x86: Sort CPUID_8000_0021_EAX leaf bits properlyBorislav Petkov1-1/+4
2025-04-24KVM: x86: Advertise support for WRMSRNSSean Christopherson1-0/+1
2025-04-24KVM: x86: Propagate AMD's IbrsSameMode to the guestYosry Ahmed1-0/+1
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini1-33/+19
2025-04-04KVM: x86: Explicitly zero-initialize on-stack CPUID unionsSean Christopherson1-5/+3
2025-03-19Merge tag 'kvm-x86-xen-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+16
2025-03-19Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-26/+28
2025-03-14KVM: x86/mmu: Taking guest pa into consideration when calculate tdp levelXiaoyao Li1-0/+14
2025-03-14KVM: x86: expose cpuid_entry2_find for TDXPaolo Bonzini1-33/+5
2025-03-04KVM: x86: Remove the unreachable case for 0x80000022 leaf in __do_cpuid_func()Xiaoyao Li1-7/+1
2025-03-04KVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't supported by KVMXiaoyao Li1-1/+1
2025-02-25KVM: x86: Update Xen TSC leaves during CPUID emulationFred Griffoul1-0/+16
2025-02-12KVM: x86: Defer runtime updates of dynamic CPUID bits until CPUID emulationSean Christopherson1-2/+10
2025-02-12KVM: x86: Apply TSX_CTRL_CPUID_CLEAR if and only if the vCPU has RTM or HLESean Christopherson1-1/+2
2025-02-12KVM: x86: Use for-loop to iterate over XSTATE size entriesSean Christopherson1-15/+14