-
- Downloads
Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull MCE changes from Ingo Molnar. * 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/mce: Fix return value of mce_chrdev_read() when erst is disabled x86/mce: Convert static array of pointers to per-cpu variables x86/mce: Replace hard coded hex constants with symbolic defines x86/mce: Recognise machine check bank signature for data path error x86/mce: Handle "action required" errors x86/mce: Add mechanism to safely save information in MCE handler x86/mce: Create helper function to save addr/misc when needed HWPOISON: Add code to handle "action required" errors. HWPOISON: Clean up memory_failure() vs. __memory_failure()
Showing
- arch/x86/include/asm/mce.h 1 addition, 1 deletionarch/x86/include/asm/mce.h
- arch/x86/kernel/cpu/mcheck/mce-severity.c 23 additions, 3 deletionsarch/x86/kernel/cpu/mcheck/mce-severity.c
- arch/x86/kernel/cpu/mcheck/mce.c 136 additions, 57 deletionsarch/x86/kernel/cpu/mcheck/mce.c
- arch/x86/kernel/cpu/mcheck/mce_amd.c 5 additions, 4 deletionsarch/x86/kernel/cpu/mcheck/mce_amd.c
- drivers/base/memory.c 1 addition, 1 deletiondrivers/base/memory.c
- include/linux/mm.h 2 additions, 2 deletionsinclude/linux/mm.h
- mm/hwpoison-inject.c 2 additions, 2 deletionsmm/hwpoison-inject.c
- mm/madvise.c 1 addition, 1 deletionmm/madvise.c
- mm/memory-failure.c 50 additions, 46 deletionsmm/memory-failure.c
Loading
Please register or sign in to comment