index
:
pub/scm/linux/kernel/git/robh/linux.git
master
Rob Herring's fork of linux.git
Rob Herring
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
cpufeature.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-06
x86/cpu: Hide and rename static_cpu_has()
Borislav Petkov (AMD)
1
-5
/
+5
2026-05-28
x86/cpu: Fix a F00F bug warning and clean up surrounding code
Sohil Mehta
1
-1
/
+0
2025-12-06
Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2025-12-03
objtool: Remove newlines and tabs from annotation macros
Josh Poimboeuf
1
-1
/
+1
2025-12-02
Merge tag 'x86_cpu_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2025-10-14
x86/asm: Annotate special section entries
Josh Poimboeuf
1
-0
/
+1
2025-10-13
x86/cpufeatures: Make X86_FEATURE leaf 17 Linux-specific
Borislav Petkov (AMD)
1
-1
/
+1
2025-03-19
x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headers
Thomas Huth
1
-2
/
+2
2025-03-19
x86/cpufeatures: Warn about unmet CPU feature dependencies
Sohil Mehta
1
-0
/
+1
2025-03-19
x86/cpufeatures: Use AWK to generate {REQUIRED|DISABLED}_MASK_BIT_SET in <asm...
Xin Li (Intel)
1
-69
/
+0
2025-03-19
x86/cpufeatures: Generate the <asm/cpufeaturemasks.h> header based on build c...
H. Peter Anvin (Intel)
1
-0
/
+1
2025-03-04
x86/cpu: Remove unnecessary macro indirection related to CPU feature names
Brendan Jackman
1
-5
/
+0
2025-02-28
x86/cpu: Enable modifying CPU bug flags with '{clear,set}puid='
Brendan Jackman
1
-0
/
+1
2024-12-10
x86/cpufeature: Document cpu_feature_enabled() as the default to use
Borislav Petkov (AMD)
1
-12
/
+6
2024-05-14
Merge tag 'x86_alternatives_for_v6.10_rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-2
/
+6
2024-05-13
Merge tag 'x86-percpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+1
2024-05-13
Merge tag 'x86-asm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+2
2024-04-09
x86/alternatives: Catch late X86_FEATURE modifiers
Borislav Petkov (AMD)
1
-2
/
+6
2024-04-09
x86/alternatives: Remove a superfluous newline in _static_cpu_has()
Borislav Petkov (AMD)
1
-2
/
+1
2024-04-06
x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macros
Uros Bizjak
1
-2
/
+1
2024-04-04
x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined word
Sean Christopherson
1
-0
/
+2
2024-03-25
x86/cpufeatures: Add new word for scattered features
Sandipan Das
1
-2
/
+4
2024-03-19
x86/asm: Use %a instead of %P operand modifier in asm templates
Uros Bizjak
1
-1
/
+1
2024-03-19
x86/asm: Use %c/%n instead of %P operand modifier in asm templates
Uros Bizjak
1
-1
/
+1
2024-02-09
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
1
-1
/
+1
2023-05-15
x86/cpu: Remove X86_FEATURE_NAMES
Lukas Bulwahn
1
-5
/
+0
2023-01-25
x86/cpu, kvm: Add support for CPUID_80000021_EAX
Kim Phillips
1
-2
/
+5
2022-08-21
asm goto: eradicate CC_HAS_ASM_GOTO
Nick Desaulniers
1
-15
/
+0
2022-05-27
x86/cpu: Elide KCSAN for cpu_has() and friends
Peter Zijlstra
1
-1
/
+1
2022-04-04
x86/cpu: Allow feature bit names from /proc/cpuinfo in clearcpuid=
Borislav Petkov
1
-2
/
+5
2021-09-13
x86/asm: Avoid adding register pressure for the init case in static_cpu_has()
H. Peter Anvin
1
-4
/
+9
2021-03-11
x86/alternative: Use ALTERNATIVE_TERNARY() in _static_cpu_has()
Juergen Gross
1
-32
/
+9
2021-01-28
x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]
Sean Christopherson
1
-2
/
+5
2019-08-28
x86/cpufeature: Explain the macro duplication
Cao Jin
1
-0
/
+7
2019-06-20
x86/cpufeatures: Enumerate the new AVX512 BFLOAT16 instructions
Fenghua Yu
1
-1
/
+1
2019-06-20
x86/cpufeatures: Combine word 11 and 12 into a new scattered features word
Fenghua Yu
1
-2
/
+2
2019-05-06
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+7
2019-04-08
x86/asm: Clarify static_cpu_has()'s intended use
Borislav Petkov
1
-3
/
+6
2019-03-29
x86/cpufeature: Remove __pure attribute to _static_cpu_has()
Borislav Petkov
1
-1
/
+1
2019-03-28
x86/cpufeature: Fix __percpu annotation in this_cpu_has()
Jann Horn
1
-2
/
+3
2019-01-06
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
1
-1
/
+1
2018-12-19
Revert "x86/cpufeature: Macrofy inline assembly code to work around GCC inlin...
Ingo Molnar
1
-47
/
+35
2018-10-06
x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugs
Nadav Amit
1
-35
/
+47
2018-05-13
x86/cpufeature: Guard asm_volatile_goto usage for BPF compilation
Alexei Starovoitov
1
-0
/
+15
2018-03-20
x86: Remove FAST_FEATURE_TESTS
Peter Zijlstra
1
-8
/
+0
2018-02-06
x86/cpufeature: Update _static_cpu_has() to use all named variables
Peter Zijlstra
1
-4
/
+5
2018-02-06
x86/cpufeature: Reindent _static_cpu_has()
Peter Zijlstra
1
-39
/
+39
2018-01-26
x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
David Woodhouse
1
-2
/
+5
2017-12-17
x86/cpufeatures: Make CPU bugs sticky
Thomas Gleixner
1
-0
/
+2
2017-12-17
Merge commit 'upstream-x86-entry' into WIP.x86/mm
Ingo Molnar
1
-5
/
+4
[next]