aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ras (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-08RAS: Build debugfs.o only when enabled in KconfigValdis Kletnieks1-1/+2
2019-08-08RAS: Fix prototype warningsValdis Klētnieks2-0/+3
2019-06-08RAS/CEC: Add copyrightBorislav Petkov1-0/+3
2019-06-08RAS/CEC: Add CONFIG_RAS_CEC_DEBUG and move CEC debug features thereTony Luck1-12/+14
2019-06-08RAS/CEC: Dump the different array element sectionsBorislav Petkov1-1/+4
2019-06-08RAS/CEC: Rename count_threshold to action_thresholdBorislav Petkov1-12/+12
2019-06-08RAS/CEC: Sanity-check array on every insertionBorislav Petkov1-6/+31
2019-06-08RAS/CEC: Fix potential memory leakBorislav Petkov1-1/+3
2019-06-08RAS/CEC: Do not set decay value on errorBorislav Petkov1-2/+2
2019-06-08RAS/CEC: Check count_threshold unconditionallyBorislav Petkov1-17/+10
2019-06-08RAS/CEC: Fix pfn insertionBorislav Petkov1-1/+3
2019-06-07RAS/CEC: Convert the timer callback to a workqueueCong Wang1-24/+22
2019-06-07RAS/CEC: Fix binary search functionBorislav Petkov1-14/+20
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-20RAS/CEC: Increment cec_entered under the mutex lockWANG Chao1-2/+2
2019-01-25RAS: Use consistent types for UUIDsAndy Shevchenko1-1/+1
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada1-1/+1
2018-01-23mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-11-01RAS/CEC: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-10-05RAS/CEC: Use the right length for "cec_disable"Nicolas Iooss1-1/+1
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+15
2017-06-26RAS/CEC: Check the correct variable in the debugfs error handlingChristophe JAILLET1-1/+1
2017-06-22trace, ras: add ARM processor error trace eventTyler Baicar1-0/+6
2017-06-22ras: acpi / apei: generate trace event for unrecognized CPER sectionTyler Baicar1-1/+9
2017-05-21RAS: Make local function parse_ras_param() staticWei Yongjun1-1/+1
2017-03-28RAS: Add a Corrected Errors CollectorBorislav Petkov5-2/+554
2015-08-13x86/ras: Move AMD MCE injector to arch/x86/ras/Borislav Petkov1-0/+3
2015-08-13RAS: Add a menuconfig option with descriptive textBorislav Petkov1-2/+32
2014-06-25trace, RAS: Add eMCA trace event interfaceChen, Gong1-0/+3
2014-06-25RAS, debugfs: Add debugfs interface for RAS subsystemChen, Gong3-1/+71
2014-06-23trace, RAS: Add basic RAS trace eventChen, Gong3-0/+15