-
- Downloads
Merge tag 'ras_updates_for_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull RAS updates from Borislav Petkov: - Do not report spurious MCEs on some Intel platforms caused by errata; by Prarit Bhargava. - Change dev-mcelog's hardcoded limit of 32 error records to a dynamic one, controlled by the number of logical CPUs, by Tony Luck. - Add support for the processor identification number (PPIN) on AMD, by Wei Huang. * tag 'ras_updates_for_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/mce/amd: Add PPIN support for AMD MCE x86/mce/dev-mcelog: Dynamically allocate space for machine check records x86/mce: Do not log spurious corrected mce errors
No related branches found
No related tags found
Showing
- arch/x86/include/asm/cpufeatures.h 1 addition, 0 deletionsarch/x86/include/asm/cpufeatures.h
- arch/x86/include/asm/mce.h 3 additions, 3 deletionsarch/x86/include/asm/mce.h
- arch/x86/kernel/cpu/amd.c 30 additions, 0 deletionsarch/x86/kernel/cpu/amd.c
- arch/x86/kernel/cpu/mce/core.c 4 additions, 0 deletionsarch/x86/kernel/cpu/mce/core.c
- arch/x86/kernel/cpu/mce/dev-mcelog.c 27 additions, 20 deletionsarch/x86/kernel/cpu/mce/dev-mcelog.c
- arch/x86/kernel/cpu/mce/intel.c 17 additions, 0 deletionsarch/x86/kernel/cpu/mce/intel.c
- arch/x86/kernel/cpu/mce/internal.h 2 additions, 0 deletionsarch/x86/kernel/cpu/mce/internal.h
Please register or sign in to comment