aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ras/cec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-22RAS/CEC: Reduce offline page threshold for Intel systemsTony Luck1-0/+8
2021-12-11RAS/CEC: Remove a repeated 'an' in a commentJason Wang1-1/+1
2021-04-07RAS/CEC: Correct ce_add_elem()'s returned valuesWilliam Roche1-3/+12
2020-09-25RAS/CEC: Convert to DEFINE_SHOW_ATTRIBUTE()Qinglang Miao1-14/+3
2020-08-20RAS/CEC: Fix cec_init() prototypeLuca Stefani1-4/+5
2020-04-14x86/mce: Fix all mce notifiers to update the mce->kflags bitmaskTony Luck1-3/+6
2020-04-14x86/mce: Convert the CEC to use the MCE notifierTony Luck1-2/+28
2019-08-08RAS: Fix prototype warningsValdis Klētnieks1-0/+1
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-04-20RAS/CEC: Increment cec_entered under the mutex lockWANG Chao1-2/+2
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-Hartman1-0/+1
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-06-26RAS/CEC: Check the correct variable in the debugfs error handlingChristophe JAILLET1-1/+1
2017-03-28RAS: Add a Corrected Errors CollectorBorislav Petkov1-0/+532