index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
cpufeature.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/alternative: Use ALTERNATIVE_TERNARY() in _static_cpu_has()
Juergen Gross
2021-03-11
1
-32
/
+9
*
x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]
Sean Christopherson
2021-01-28
1
-2
/
+5
*
x86/cpufeature: Explain the macro duplication
Cao Jin
2019-08-28
1
-0
/
+7
*
x86/cpufeatures: Enumerate the new AVX512 BFLOAT16 instructions
Fenghua Yu
2019-06-20
1
-1
/
+1
*
x86/cpufeatures: Combine word 11 and 12 into a new scattered features word
Fenghua Yu
2019-06-20
1
-2
/
+2
*
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-07
1
-4
/
+7
|
\
|
*
x86/asm: Clarify static_cpu_has()'s intended use
Borislav Petkov
2019-04-08
1
-3
/
+6
|
*
x86/cpufeature: Remove __pure attribute to _static_cpu_has()
Borislav Petkov
2019-03-29
1
-1
/
+1
*
|
x86/cpufeature: Fix __percpu annotation in this_cpu_has()
Jann Horn
2019-03-28
1
-2
/
+3
|
/
*
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
2019-01-06
1
-1
/
+1
*
Revert "x86/cpufeature: Macrofy inline assembly code to work around GCC inlin...
Ingo Molnar
2018-12-19
1
-47
/
+35
*
x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugs
Nadav Amit
2018-10-06
1
-35
/
+47
*
x86/cpufeature: Guard asm_volatile_goto usage for BPF compilation
Alexei Starovoitov
2018-05-13
1
-0
/
+15
*
x86: Remove FAST_FEATURE_TESTS
Peter Zijlstra
2018-03-20
1
-8
/
+0
*
x86/cpufeature: Update _static_cpu_has() to use all named variables
Peter Zijlstra
2018-02-06
1
-4
/
+5
*
x86/cpufeature: Reindent _static_cpu_has()
Peter Zijlstra
2018-02-06
1
-39
/
+39
*
x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
David Woodhouse
2018-01-26
1
-2
/
+5
*
x86/cpufeatures: Make CPU bugs sticky
Thomas Gleixner
2017-12-17
1
-0
/
+2
*
Merge commit 'upstream-x86-entry' into WIP.x86/mm
Ingo Molnar
2017-12-17
1
-5
/
+4
|
\
|
*
x86/cpuid: Add generic table for CPUID dependencies
Andi Kleen
2017-10-17
1
-5
/
+4
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
x86/cpufeature: Provide helper to set bugs bits
Borislav Petkov
2016-12-09
1
-0
/
+1
*
x86/cpufeature: Add helper macro for mask check macros
Dave Hansen
2016-06-30
1
-40
/
+50
*
x86/cpufeature: Make sure DISABLED/REQUIRED macros are updated
Dave Hansen
2016-06-30
1
-2
/
+6
*
x86/cpufeature: Update cpufeaure macros
Dave Hansen
2016-06-30
1
-2
/
+4
*
Merge branch 'linus' into x86/urgent, to refresh the tree
Ingo Molnar
2016-05-20
1
-25
/
+1
|
\
|
*
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-05-17
1
-25
/
+0
|
|
\
|
|
*
x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usage
Borislav Petkov
2016-04-13
1
-6
/
+0
|
|
*
x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage
Borislav Petkov
2016-04-13
1
-1
/
+0
|
|
*
x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usage
Borislav Petkov
2016-04-13
1
-1
/
+0
|
|
*
x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage
Borislav Petkov
2016-04-13
1
-1
/
+0
|
|
*
x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usage
Borislav Petkov
2016-04-13
1
-1
/
+0
|
|
*
x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usage
Borislav Petkov
2016-04-13
1
-1
/
+0
|
|
*
x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usage
Borislav Petkov
2016-04-13
1
-1
/
+0
|
|
*
x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usage
Borislav Petkov
2016-04-13
1
-1
/
+0
|
|
*
x86/cpufeature: Replace cpu_has_aes with boot_cpu_has() usage
Borislav Petkov
2016-04-13
1
-1
/
+0
|
|
*
x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usage
Borislav Petkov
2016-04-13
1
-1
/
+0
|
|
*
Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base
Ingo Molnar
2016-04-13
1
-1
/
+0
|
|
|
\
|
|
|
*
x86/mm/pat, x86/cpufeature: Remove cpu_has_pat
Borislav Petkov
2016-03-31
1
-1
/
+0
|
|
*
|
x86/cpufeature: Remove cpu_has_pse
Borislav Petkov
2016-03-31
1
-1
/
+0
|
|
*
|
x86/cpufeature: Remove cpu_has_pge
Borislav Petkov
2016-03-31
1
-1
/
+0
|
|
*
|
x86/cpufeature: Remove cpu_has_xmm2
Borislav Petkov
2016-03-31
1
-1
/
+0
|
|
*
|
x86/cpufeature: Remove cpu_has_clflush
Borislav Petkov
2016-03-31
1
-1
/
+0
|
|
*
|
x86/cpufeature: Remove cpu_has_gbpages
Borislav Petkov
2016-03-31
1
-1
/
+0
|
|
*
|
x86/cpufeature: Remove cpu_has_x2apic
Borislav Petkov
2016-03-31
1
-1
/
+0
|
|
*
|
x86/cpufeature: Remove cpu_has_osxsave
Borislav Petkov
2016-03-31
1
-1
/
+0
|
|
*
|
x86/cpufeature: Remove cpu_has_hypervisor
Borislav Petkov
2016-03-31
1
-1
/
+0
|
|
*
|
x86/cpufeature: Remove cpu_has_arch_perfmon
Borislav Petkov
2016-03-31
1
-1
/
+0
|
|
|
/
|
*
/
x86/cpu: Add detection of AMD RAS Capabilities
Yazen Ghannam
2016-05-12
1
-0
/
+1
|
|
/
*
/
x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeys
Dave Hansen
2016-05-16
1
-6
/
+6
|
/
[next]