-
- Downloads
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull RAS updates from Thomas Gleixner: "The RAS updates for the 4.13 merge window: - Cleanup of the MCE injection facility (Borsilav Petkov) - Rework of the AMD/SMCA handling (Yazen Ghannam) - Enhancements for ACPI/APEI to handle new notitication types (Shiju Jose) - atomic_t to refcount_t conversion (Elena Reshetova) - A few fixes and enhancements all over the place" * 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: RAS/CEC: Check the correct variable in the debugfs error handling x86/mce: Always save severity in machine_check_poll() x86/MCE, xen/mcelog: Make /dev/mcelog registration messages more precise x86/mce: Update bootlog description to reflect behavior on AMD x86/mce: Don't disable MCA banks when offlining a CPU on AMD x86/mce/mce-inject: Preset the MCE injection struct x86/mce: Clean up include files x86/mce: Get rid of register_mce_write_callback() x86/mce: Merge mce_amd_inj into mce-inject x86/mce/AMD: Use saved threshold block info in interrupt handler x86/mce/AMD: Use msr_stat when clearing MCA_STATUS x86/mce/AMD: Carve out SMCA bank configuration x86/mce/AMD: Redo error logging from APIC LVT interrupt handlers x86/mce: Convert threshold_bank.cpus from atomic_t to refcount_t RAS: Make local function parse_ras_param() static ACPI/APEI: Handle GSIV and GPIO notification types
Showing
- Documentation/x86/x86_64/boot-options.txt 2 additions, 1 deletionDocumentation/x86/x86_64/boot-options.txt
- arch/x86/Kconfig 1 addition, 1 deletionarch/x86/Kconfig
- arch/x86/Makefile 0 additions, 2 deletionsarch/x86/Makefile
- arch/x86/include/asm/amd_nb.h 2 additions, 1 deletionarch/x86/include/asm/amd_nb.h
- arch/x86/include/asm/mce.h 0 additions, 4 deletionsarch/x86/include/asm/mce.h
- arch/x86/include/asm/processor.h 5 additions, 0 deletionsarch/x86/include/asm/processor.h
- arch/x86/kernel/cpu/mcheck/dev-mcelog.c 44 additions, 11 deletionsarch/x86/kernel/cpu/mcheck/dev-mcelog.c
- arch/x86/kernel/cpu/mcheck/mce-inject.c 525 additions, 44 deletionsarch/x86/kernel/cpu/mcheck/mce-inject.c
- arch/x86/kernel/cpu/mcheck/mce-internal.h 5 additions, 1 deletionarch/x86/kernel/cpu/mcheck/mce-internal.h
- arch/x86/kernel/cpu/mcheck/mce.c 7 additions, 10 deletionsarch/x86/kernel/cpu/mcheck/mce.c
- arch/x86/kernel/cpu/mcheck/mce_amd.c 139 additions, 134 deletionsarch/x86/kernel/cpu/mcheck/mce_amd.c
- arch/x86/ras/Kconfig 0 additions, 11 deletionsarch/x86/ras/Kconfig
- arch/x86/ras/Makefile 0 additions, 2 deletionsarch/x86/ras/Makefile
- arch/x86/ras/mce_amd_inj.c 0 additions, 492 deletionsarch/x86/ras/mce_amd_inj.c
- drivers/acpi/apei/ghes.c 25 additions, 14 deletionsdrivers/acpi/apei/ghes.c
- drivers/ras/cec.c 1 addition, 1 deletiondrivers/ras/cec.c
- drivers/ras/ras.c 1 addition, 1 deletiondrivers/ras/ras.c
- drivers/xen/mcelog.c 2 additions, 0 deletionsdrivers/xen/mcelog.c
Loading
Please register or sign in to comment