Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull RAS updates from Ingo Molnar: "MCE handling updates, but also some generic drivers/edac/ changes to better organize the Kconfig space" * 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/ras: Move AMD MCE injector to arch/x86/ras/ x86/mce: Add a wrapper around mce_log() for injection x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check() RAS: Add a menuconfig option with descriptive text x86/mce: Reenable CMCI banks when swiching back to interrupt mode x86/mce: Clear Local MCE opt-in before kexec x86/mce: Remove unused function declarations x86/mce: Kill drain_mcelog_buffer() x86/mce: Avoid potential deadlock due to printk() in MCE context x86/mce: Remove the MCE ring for Action Optional errors x86/mce: Don't use percpu workqueues x86/mce: Provide a lockless memory pool to save error records x86/mce: Reuse one of the u16 padding fields in 'struct mce'
Showing
- arch/x86/Kconfig 1 addition, 0 deletionsarch/x86/Kconfig
- arch/x86/Makefile 2 additions, 0 deletionsarch/x86/Makefile
- arch/x86/include/asm/mce.h 4 additions, 4 deletionsarch/x86/include/asm/mce.h
- arch/x86/include/uapi/asm/mce.h 2 additions, 1 deletionarch/x86/include/uapi/asm/mce.h
- arch/x86/kernel/cpu/mcheck/Makefile 1 addition, 1 deletionarch/x86/kernel/cpu/mcheck/Makefile
- arch/x86/kernel/cpu/mcheck/mce-apei.c 0 additions, 1 deletionarch/x86/kernel/cpu/mcheck/mce-apei.c
- arch/x86/kernel/cpu/mcheck/mce-genpool.c 99 additions, 0 deletionsarch/x86/kernel/cpu/mcheck/mce-genpool.c
- arch/x86/kernel/cpu/mcheck/mce-internal.h 14 additions, 0 deletionsarch/x86/kernel/cpu/mcheck/mce-internal.h
- arch/x86/kernel/cpu/mcheck/mce.c 110 additions, 121 deletionsarch/x86/kernel/cpu/mcheck/mce.c
- arch/x86/kernel/cpu/mcheck/mce_intel.c 41 additions, 20 deletionsarch/x86/kernel/cpu/mcheck/mce_intel.c
- arch/x86/kernel/process.c 2 additions, 0 deletionsarch/x86/kernel/process.c
- arch/x86/kernel/smp.c 2 additions, 0 deletionsarch/x86/kernel/smp.c
- arch/x86/ras/Kconfig 11 additions, 0 deletionsarch/x86/ras/Kconfig
- arch/x86/ras/Makefile 2 additions, 0 deletionsarch/x86/ras/Makefile
- arch/x86/ras/mce_amd_inj.c 3 additions, 3 deletionsarch/x86/ras/mce_amd_inj.c
- drivers/edac/Kconfig 0 additions, 10 deletionsdrivers/edac/Kconfig
- drivers/edac/Makefile 0 additions, 1 deletiondrivers/edac/Makefile
- drivers/ras/Kconfig 35 additions, 2 deletionsdrivers/ras/Kconfig
Please register or sign in to comment