summaryrefslogtreecommitdiffstats
path: root/drivers/ras/cec.c
Commit message (Expand)AuthorAgeFilesLines
* RAS/CEC: Reduce offline page threshold for Intel systemsTony Luck2022-08-221-0/+8
* RAS/CEC: Remove a repeated 'an' in a commentJason Wang2021-12-111-1/+1
* RAS/CEC: Correct ce_add_elem()'s returned valuesWilliam Roche2021-04-071-3/+12
* RAS/CEC: Convert to DEFINE_SHOW_ATTRIBUTE()Qinglang Miao2020-09-251-14/+3
* RAS/CEC: Fix cec_init() prototypeLuca Stefani2020-08-201-4/+5
* x86/mce: Fix all mce notifiers to update the mce->kflags bitmaskTony Luck2020-04-141-3/+6
* x86/mce: Convert the CEC to use the MCE notifierTony Luck2020-04-141-2/+28
* RAS: Fix prototype warningsValdis Klētnieks2019-08-081-0/+1
* 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