summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/cpuid.h
AgeCommit message (Expand)AuthorFilesLines
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen1-6/+6
2024-12-18x86/fpu: Move CPUID leaf definitions to common codeDave Hansen1-0/+2
2024-12-18x86/tsc: Remove CPUID "frequency" leaf magic numbers.Dave Hansen1-0/+1
2024-12-18x86/cpu: Move TSC CPUID leaf definitionDave Hansen1-0/+1
2024-12-18x86/cpu: Refresh DCA leaf reading codeDave Hansen1-1/+2
2024-12-18x86/cpu: Move MWAIT leaf definition to common headerDave Hansen1-0/+2
2024-11-08x86/cpu: Make sure flag_is_changeable_p() is always being usedAndy Shevchenko1-3/+5
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2024-09-12x86/cpu: fix unbootable VMs by inlining memcmp() in hypervisor_cpuid_base()Alexey Dobriyan1-1/+6
2024-08-22KVM: x86: Advertise AVX10.1 CPUID to userspaceTao Su1-0/+1
2024-02-16x86/cpu: Provide cpuid_read() et al.Thomas Gleixner1-0/+36
2022-11-29x86/cpuid: Carve out all CPUID functionalityBorislav Petkov1-2/+139
2022-04-07KVM: x86: Move lookup of indexed CPUID leafs to helperMichael Roth1-0/+34