summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/cpuid-deps.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-12x86/cpufeatures: Add CPU feature flags for shadow stacksRick Edgecombe1-0/+1
2023-01-23x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flagBabu Moger1-0/+2
2022-11-05KVM/VMX: Allow exposing EDECCSSA user leaf function to KVM guestKai Huang1-0/+1
2021-11-04x86/fpu: Optimize out sigframe xfeatures when in init stateDave Hansen1-0/+1
2021-10-26x86/fpu/amx: Enable the AMX feature in 64-bit modeChang S. Bae1-0/+1
2021-10-26x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bitChang S. Bae1-0/+1
2021-03-25x86/cpufeatures: Add SGX1 and SGX2 sub-featuresSean Christopherson1-0/+2
2021-03-25x86/cpufeatures: Make SGX_LC feature bit depend on SGX bitKai Huang1-0/+1
2020-12-12x86: Enumerate AVX512 FP16 CPUID feature flagKyung Min Park1-0/+1
2020-10-12Merge tag 'x86_cache_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2020-09-17x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructionsFenghua Yu1-0/+1
2020-08-26x86/resctrl: Enumerate per-thread MBA controlsFenghua Yu1-0/+1
2019-07-22x86/cpufeatures: Enable a new AVX512 CPU featureGayatri Kammela1-0/+1
2019-07-22cpu/cpuid-deps: Add a tab to cpuid dependent featuresGayatri Kammela1-48/+48
2019-07-08Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4
2019-07-07x86/fpu: Make 'no387' and 'nofxsr' command line options usefulSebastian Andrzej Siewior1-0/+5
2019-06-20x86/cpufeatures: Enumerate the new AVX512 BFLOAT16 instructionsFenghua Yu1-0/+1
2019-06-20x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordFenghua Yu1-0/+3
2018-03-08x86/cpuid: Switch to 'static const' specifierRalf Ramsauer1-1/+1
2017-11-02x86/cpuid: Replace set/clear_bit32()Thomas Gleixner1-15/+11
2017-10-31x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU featuresGayatri Kammela1-0/+6
2017-10-18x86/cpuid: Prevent out of bound access in do_clear_cpu_cap()Thomas Gleixner1-2/+8
2017-10-17x86/cpuid: Add generic table for CPUID dependenciesAndi Kleen1-0/+113