aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/cpufeature.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-04x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined wordGravatar Sean Christopherson 1-0/+2
2024-03-25x86/cpufeatures: Add new word for scattered featuresGravatar Sandipan Das 1-2/+4
2024-02-09work around gcc bugs with 'asm goto' with outputsGravatar Linus Torvalds 1-1/+1
2023-05-15x86/cpu: Remove X86_FEATURE_NAMESGravatar Lukas Bulwahn 1-5/+0
2023-01-25x86/cpu, kvm: Add support for CPUID_80000021_EAXGravatar Kim Phillips 1-2/+5
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTOGravatar Nick Desaulniers 1-15/+0
2022-05-27x86/cpu: Elide KCSAN for cpu_has() and friendsGravatar Peter Zijlstra 1-1/+1
2022-04-04x86/cpu: Allow feature bit names from /proc/cpuinfo in clearcpuid=Gravatar Borislav Petkov 1-2/+5
2021-09-13x86/asm: Avoid adding register pressure for the init case in static_cpu_has()Gravatar H. Peter Anvin 1-4/+9
2021-03-11x86/alternative: Use ALTERNATIVE_TERNARY() in _static_cpu_has()Gravatar Juergen Gross 1-32/+9
2021-01-28x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]Gravatar Sean Christopherson 1-2/+5
2019-08-28x86/cpufeature: Explain the macro duplicationGravatar Cao Jin 1-0/+7
2019-06-20x86/cpufeatures: Enumerate the new AVX512 BFLOAT16 instructionsGravatar Fenghua Yu 1-1/+1
2019-06-20x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordGravatar Fenghua Yu 1-2/+2
2019-05-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+7
2019-04-08x86/asm: Clarify static_cpu_has()'s intended useGravatar Borislav Petkov 1-3/+6
2019-03-29x86/cpufeature: Remove __pure attribute to _static_cpu_has()Gravatar Borislav Petkov 1-1/+1
2019-03-28x86/cpufeature: Fix __percpu annotation in this_cpu_has()Gravatar Jann Horn 1-2/+3
2019-01-06jump_label: move 'asm goto' support test to KconfigGravatar Masahiro Yamada 1-1/+1
2018-12-19Revert "x86/cpufeature: Macrofy inline assembly code to work around GCC inlin...Gravatar Ingo Molnar 1-47/+35
2018-10-06x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugsGravatar Nadav Amit 1-35/+47
2018-05-13x86/cpufeature: Guard asm_volatile_goto usage for BPF compilationGravatar Alexei Starovoitov 1-0/+15
2018-03-20x86: Remove FAST_FEATURE_TESTSGravatar Peter Zijlstra 1-8/+0
2018-02-06x86/cpufeature: Update _static_cpu_has() to use all named variablesGravatar Peter Zijlstra 1-4/+5
2018-02-06x86/cpufeature: Reindent _static_cpu_has()Gravatar Peter Zijlstra 1-39/+39
2018-01-26x86/cpufeatures: Add CPUID_7_EDX CPUID leafGravatar David Woodhouse 1-2/+5
2017-12-17x86/cpufeatures: Make CPU bugs stickyGravatar Thomas Gleixner 1-0/+2
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmGravatar Ingo Molnar 1-5/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-17x86/cpuid: Add generic table for CPUID dependenciesGravatar Andi Kleen 1-5/+4
2016-12-09x86/cpufeature: Provide helper to set bugs bitsGravatar Borislav Petkov 1-0/+1
2016-06-30x86/cpufeature: Add helper macro for mask check macrosGravatar Dave Hansen 1-40/+50
2016-06-30x86/cpufeature: Make sure DISABLED/REQUIRED macros are updatedGravatar Dave Hansen 1-2/+6
2016-06-30x86/cpufeature: Update cpufeaure macrosGravatar Dave Hansen 1-2/+4
2016-05-20Merge branch 'linus' into x86/urgent, to refresh the treeGravatar Ingo Molnar 1-25/+1
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-25/+0
2016-05-16x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysGravatar Dave Hansen 1-6/+6
2016-05-12x86/cpu: Add detection of AMD RAS CapabilitiesGravatar Yazen Ghannam 1-0/+1
2016-04-13x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usageGravatar Borislav Petkov 1-6/+0
2016-04-13x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageGravatar Borislav Petkov 1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageGravatar Borislav Petkov 1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageGravatar Borislav Petkov 1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageGravatar Borislav Petkov 1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageGravatar Borislav Petkov 1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageGravatar Borislav Petkov 1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usageGravatar Borislav Petkov 1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_aes with boot_cpu_has() usageGravatar Borislav Petkov 1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usageGravatar Borislav Petkov 1-1/+0
2016-04-13Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseGravatar Ingo Molnar 1-1/+0
2016-03-31x86/cpufeature: Remove cpu_has_pseGravatar Borislav Petkov 1-1/+0