summaryrefslogtreecommitdiffstats
path: root/drivers/ras/cec.c
Commit message (Expand)AuthorAgeFilesLines
* RAS/CEC: Add copyrightBorislav Petkov2019-06-081-0/+3
* RAS/CEC: Add CONFIG_RAS_CEC_DEBUG and move CEC debug features thereTony Luck2019-06-081-12/+14
* RAS/CEC: Dump the different array element sectionsBorislav Petkov2019-06-081-1/+4
* RAS/CEC: Rename count_threshold to action_thresholdBorislav Petkov2019-06-081-12/+12
* RAS/CEC: Sanity-check array on every insertionBorislav Petkov2019-06-081-6/+31
* RAS/CEC: Fix potential memory leakBorislav Petkov2019-06-081-1/+3
* RAS/CEC: Do not set decay value on errorBorislav Petkov2019-06-081-2/+2
* RAS/CEC: Check count_threshold unconditionallyBorislav Petkov2019-06-081-17/+10
* RAS/CEC: Fix pfn insertionBorislav Petkov2019-06-081-1/+3
* RAS/CEC: Convert the timer callback to a workqueueCong Wang2019-06-071-24/+22
* RAS/CEC: Fix binary search functionBorislav Petkov2019-06-071-14/+20
* RAS/CEC: Increment cec_entered under the mutex lockWANG Chao2019-04-201-2/+2
* mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman2018-01-231-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-5/+3
|\
| * RAS/CEC: Convert timers to use timer_setup()Kees Cook2017-11-011-5/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | RAS/CEC: Use the right length for "cec_disable"Nicolas Iooss2017-10-051-1/+1
|/
* RAS/CEC: Check the correct variable in the debugfs error handlingChristophe JAILLET2017-06-261-1/+1
* RAS: Add a Corrected Errors CollectorBorislav Petkov2017-03-281-0/+532