summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/cpuid.c
AgeCommit message (Expand)Author
2026-03-11KVM: x86: synthesize CPUID bits only if CPU capability is setCarlos López
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-09Merge tag 'kvm-x86-misc-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-01-30KVM: x86: Harden against unexpected adjustments to kvm_cpu_capsSean Christopherson
2026-01-23KVM: x86: Advertise AVX10_VNNI_INT CPUID to userspaceZhao Liu
2026-01-23KVM: x86: Advertise AVX10.2 CPUID to userspaceZhao Liu
2026-01-23KVM: x86: Advertise AMX CPUIDs in subleaf 0x1E.0x1 to userspaceZhao Liu
2026-01-23KVM: x86: Advertise MOVRS CPUID to userspaceZhao Liu
2026-01-08KVM: SVM: Virtualize and advertise support for ERAPSAmit Shah
2026-01-07KVM: x86: Disallow setting CPUID and/or feature MSRs if L2 is activeSean Christopherson
2025-12-18Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-12-02KVM: x86: Apply runtime updates to current CPUID during KVM_SET_CPUID{,2}Sean Christopherson
2025-10-14KVM: x86: Advertise EferLmsleUnsupported to userspaceJim Mattson
2025-09-30KVM: x86: Export KVM-internal symbols for sub-modules onlySean Christopherson
2025-09-23KVM: x86: Enable CET virtualization for VMX and advertise to userspaceYang Weijiang
2025-09-23KVM: x86: Disable support for IBT and SHSTK if allow_smaller_maxphyaddr is trueSean Christopherson
2025-09-23KVM: x86: Disable support for Shadow Stacks if TDP is disabledSean Christopherson
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-18KVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to CPUID updatesSean Christopherson
2025-08-19KVM: x86: Add kvm_msr_{read,write}() helpersYang Weijiang
2025-08-19KVM: x86: Advertise support for the immediate form of MSR instructionsXin Li
2025-08-19KVM: x86: allow CPUID 0xC000_0000 to proceed on Zhaoxin CPUsEwan Hai
2025-07-29Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-07-09KVM: x86: Advertise support for LKGSXin Li
2025-06-17KVM: SVM: Advertise TSA CPUID bits to guestsBorislav Petkov (AMD)
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-05-16x86/cpuid: Rename hypervisor_cpuid_base()/for_each_possible_hypervisor_cpuid_...Ahmed S. Darwish
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish
2025-04-24KVM: x86: Advertise support for AMD's PREFETCHIBabu Moger
2025-04-24KVM: x86: Sort CPUID_8000_0021_EAX leaf bits properlyBorislav Petkov
2025-04-24KVM: x86: Advertise support for WRMSRNSSean Christopherson
2025-04-24KVM: x86: Propagate AMD's IbrsSameMode to the guestYosry Ahmed
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini
2025-04-04KVM: x86: Explicitly zero-initialize on-stack CPUID unionsSean Christopherson
2025-03-19Merge tag 'kvm-x86-xen-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-03-19Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-03-14KVM: x86/mmu: Taking guest pa into consideration when calculate tdp levelXiaoyao Li
2025-03-14KVM: x86: expose cpuid_entry2_find for TDXPaolo Bonzini
2025-03-04KVM: x86: Remove the unreachable case for 0x80000022 leaf in __do_cpuid_func()Xiaoyao Li
2025-03-04KVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't supported by KVMXiaoyao Li
2025-02-25KVM: x86: Update Xen TSC leaves during CPUID emulationFred Griffoul
2025-02-12KVM: x86: Defer runtime updates of dynamic CPUID bits until CPUID emulationSean Christopherson
2025-02-12KVM: x86: Apply TSX_CTRL_CPUID_CLEAR if and only if the vCPU has RTM or HLESean Christopherson
2025-02-12KVM: x86: Use for-loop to iterate over XSTATE size entriesSean Christopherson
2025-02-12KVM: x86/cpuid: add type suffix to decimal const 48 fix building warningEthan Zhao
2025-02-04kvm: x86: SRSO_USER_KERNEL_NO is not synthesizedPaolo Bonzini
2025-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds