forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'x86_misc_for_v6.4_rc1' of git://git.kernel.org/pub/scm/lin…
…ux/kernel/git/tip/tip Pull misc x86 updates from Borislav Petkov: - Add a x86 hw vulnerabilities section to MAINTAINERS so that the folks involved in it can get CCed on patches - Add some more CPUID leafs to the kcpuid tool and extend its functionality to be more useful when grepping for CPUID bits * tag 'x86_misc_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: MAINTAINERS: Add x86 hardware vulnerabilities section tools/x86/kcpuid: Dump the CPUID function in detailed view tools/x86/kcpuid: Update AMD leaf Fn80000001 tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007
- Loading branch information
Showing
3 changed files
with
92 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22663,6 +22663,17 @@ S: Maintained | |
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/asm | ||
F: arch/x86/entry/ | ||
|
||
X86 HARDWARE VULNERABILITIES | ||
M: Thomas Gleixner <[email protected]> | ||
M: Borislav Petkov <[email protected]> | ||
M: Peter Zijlstra <[email protected]> | ||
M: Josh Poimboeuf <[email protected]> | ||
R: Pawan Gupta <[email protected]> | ||
S: Maintained | ||
F: Documentation/admin-guide/hw-vuln/ | ||
F: arch/x86/include/asm/nospec-branch.h | ||
F: arch/x86/kernel/cpu/bugs.c | ||
|
||
X86 MCE INFRASTRUCTURE | ||
M: Tony Luck <[email protected]> | ||
M: Borislav Petkov <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters