aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/cpufeature.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-19Revert "x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugs"Ingo Molnar1-47/+35
2018-10-06x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit1-35/+47
2018-05-13x86/cpufeature: Guard asm_volatile_goto usage for BPF compilationAlexei Starovoitov1-0/+15
2018-03-20x86: Remove FAST_FEATURE_TESTSPeter Zijlstra1-8/+0
2018-02-06x86/cpufeature: Update _static_cpu_has() to use all named variablesPeter Zijlstra1-4/+5
2018-02-06x86/cpufeature: Reindent _static_cpu_has()Peter Zijlstra1-39/+39
2018-01-26x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse1-2/+5
2017-12-17x86/cpufeatures: Make CPU bugs stickyThomas Gleixner1-0/+2
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar1-5/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-17x86/cpuid: Add generic table for CPUID dependenciesAndi Kleen1-5/+4
2016-12-09x86/cpufeature: Provide helper to set bugs bitsBorislav Petkov1-0/+1
2016-06-30x86/cpufeature: Add helper macro for mask check macrosDave Hansen1-40/+50
2016-06-30x86/cpufeature: Make sure DISABLED/REQUIRED macros are updatedDave Hansen1-2/+6
2016-06-30x86/cpufeature: Update cpufeaure macrosDave Hansen1-2/+4
2016-05-20Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar1-25/+1
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-25/+0
2016-05-16x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen1-6/+6
2016-05-12x86/cpu: Add detection of AMD RAS CapabilitiesYazen Ghannam1-0/+1
2016-04-13x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usageBorislav Petkov1-6/+0
2016-04-13x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageBorislav Petkov1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usageBorislav Petkov1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_aes with boot_cpu_has() usageBorislav Petkov1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usageBorislav Petkov1-1/+0
2016-04-13Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar1-1/+0
2016-03-31x86/cpufeature: Remove cpu_has_pseBorislav Petkov1-1/+0
2016-03-31x86/cpufeature: Remove cpu_has_pgeBorislav Petkov1-1/+0
2016-03-31x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov1-1/+0
2016-03-31x86/cpufeature: Remove cpu_has_clflushBorislav Petkov1-1/+0
2016-03-31x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov1-1/+0
2016-03-31x86/cpufeature: Remove cpu_has_x2apicBorislav Petkov1-1/+0
2016-03-31x86/cpufeature: Remove cpu_has_osxsaveBorislav Petkov1-1/+0
2016-03-31x86/cpufeature: Remove cpu_has_hypervisorBorislav Petkov1-1/+0
2016-03-31x86/cpufeature: Remove cpu_has_arch_perfmonBorislav Petkov1-1/+0
2016-03-31x86/mm/pat, x86/cpufeature: Remove cpu_has_patBorislav Petkov1-1/+0
2016-03-11x86/mm/pkeys: Fix mismerge of protection keys CPUID bitsDave Hansen1-4/+0
2016-02-16x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitionsDave Hansen1-20/+39
2016-02-16x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov1-2/+1
2016-01-30x86/alternatives: Discard dynamic check after initBrian Gerst1-7/+12
2016-01-30x86/cpufeature: Get rid of the non-asm goto variantBorislav Petkov1-44/+5
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov1-93/+7
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-283/+1
2016-01-19x86/cpufeature: Add AMD AVIC bitBorislav Petkov1-0/+1
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-57/+58
2015-12-19x86/cpu: Provide a config option to disable static_cpu_hasBorislav Petkov1-1/+1