Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull RAS changes from Ingo Molnar: "The main system reliability related changes were from x86, but also some generic RAS changes: - AMD MCE error injection subsystem enhancements. (Aravind Gopalakrishnan) - Fix MCE and CPU hotplug interaction bug. (Ashok Raj) - kcrash bootup robustness fix. (Baoquan He) - kcrash cleanups. (Borislav Petkov) - x86 microcode driver rework: simplify it by unmodularizing it and other cleanups. (Borislav Petkov)" * 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (23 commits) x86/mce: Add a default case to the switch in __mcheck_cpu_ancient_init() x86/mce: Add a Scalable MCA vendor flags bit MAINTAINERS: Unify the microcode driver section x86/microcode/intel: Move #ifdef DEBUG inside the function x86/microcode/amd: Remove maintainers from comments x86/microcode: Remove modularization leftovers x86/microcode: Merge the early microcode loader x86/microcode: Unmodularize the microcode driver x86/mce: Fix thermal throttling reporting after kexec kexec/crash: Say which char is the unrecognized x86/setup/crash: Check memblock_reserve() retval x86/setup/crash: Cleanup some more x86/setup/crash: Remove alignment variable x86/setup: Cleanup crashkernel reservation functions x86/amd_nb, EDAC: Rename amd_get_node_id() x86/setup: Do not reserve crashkernel high memory if low reservation failed x86/microcode/amd: Do not overwrite final patch levels x86/microcode/amd: Extract current patch level read to a function x86/ras/mce_amd_inj: Inject bank 4 errors on the NBC x86/ras/mce_amd_inj: Trigger deferred and thresholding errors interrupts ...
Showing
- MAINTAINERS 5 additions, 11 deletionsMAINTAINERS
- arch/x86/Kconfig 3 additions, 19 deletionsarch/x86/Kconfig
- arch/x86/include/asm/amd_nb.h 1 addition, 1 deletionarch/x86/include/asm/amd_nb.h
- arch/x86/include/asm/mce.h 21 additions, 13 deletionsarch/x86/include/asm/mce.h
- arch/x86/include/asm/microcode.h 13 additions, 13 deletionsarch/x86/include/asm/microcode.h
- arch/x86/include/asm/microcode_amd.h 2 additions, 1 deletionarch/x86/include/asm/microcode_amd.h
- arch/x86/include/asm/microcode_intel.h 3 additions, 7 deletionsarch/x86/include/asm/microcode_intel.h
- arch/x86/include/uapi/asm/mce.h 1 addition, 1 deletionarch/x86/include/uapi/asm/mce.h
- arch/x86/kernel/cpu/mcheck/mce.c 24 additions, 10 deletionsarch/x86/kernel/cpu/mcheck/mce.c
- arch/x86/kernel/cpu/mcheck/therm_throt.c 0 additions, 8 deletionsarch/x86/kernel/cpu/mcheck/therm_throt.c
- arch/x86/kernel/cpu/microcode/Makefile 0 additions, 3 deletionsarch/x86/kernel/cpu/microcode/Makefile
- arch/x86/kernel/cpu/microcode/amd.c 492 additions, 17 deletionsarch/x86/kernel/cpu/microcode/amd.c
- arch/x86/kernel/cpu/microcode/amd_early.c 0 additions, 440 deletionsarch/x86/kernel/cpu/microcode/amd_early.c
- arch/x86/kernel/cpu/microcode/core.c 169 additions, 63 deletionsarch/x86/kernel/cpu/microcode/core.c
- arch/x86/kernel/cpu/microcode/core_early.c 0 additions, 170 deletionsarch/x86/kernel/cpu/microcode/core_early.c
- arch/x86/kernel/cpu/microcode/intel.c 784 additions, 7 deletionsarch/x86/kernel/cpu/microcode/intel.c
- arch/x86/kernel/cpu/microcode/intel_early.c 0 additions, 808 deletionsarch/x86/kernel/cpu/microcode/intel_early.c
- arch/x86/kernel/cpu/microcode/intel_lib.c 0 additions, 1 deletionarch/x86/kernel/cpu/microcode/intel_lib.c
- arch/x86/kernel/head_32.S 2 additions, 3 deletionsarch/x86/kernel/head_32.S
- arch/x86/kernel/setup.c 55 additions, 47 deletionsarch/x86/kernel/setup.c
Please register or sign in to comment