summaryrefslogtreecommitdiffstats
path: root/drivers/edac
AgeCommit message (Expand)AuthorLines
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-18/+2
2018-10-25Merge tag 'edac_for_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds-554/+462
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2018-10-13EDAC, thunderx: Fix memory leak in thunderx_l2c_threaded_isr()Dan Carpenter-2/+2
2018-10-09EDAC, skx_edac: Fix logical channel intermediate decodingQiuxu Zhuo-1/+1
2018-10-02x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra-1/+1
2018-09-29EDAC, {i7core,sb,skx}_edac: Fix uncorrected error countingTony Luck-0/+3
2018-09-28edac: cpc925: use for_each_of_cpu_node iteratorRob Herring-18/+2
2018-09-28EDAC, altera: Work around int-to-pointer-cast warningsArnd Bergmann-6/+7
2018-09-27EDAC, amd64: Add Hygon Dhyana supportPu Wen-2/+12
2018-09-25EDAC, altera: Add Stratix10 peripheral supportThor Thayer-11/+143
2018-09-25EDAC, altera: Merge Stratix10 into the Arria10 SDRAM probe routineThor Thayer-300/+14
2018-09-25EDAC, altera: Combine Stratix10 and Arria10 probe functionsThor Thayer-183/+90
2018-09-25EDAC, i7core: Remove set but not used variable pvtYueHaibing-2/+0
2018-09-22EDAC, ghes: Use CPER module handles to locate DIMMsFan Wu-0/+23
2018-09-22EDAC: Correct DIMM capacity unit symbolQiuxu Zhuo-5/+5
2018-09-15EDAC, sb_edac: Fix signedness bugs in *_get_ha() functionsLuck, Tony-2/+2
2018-09-11EDAC, sb_edac: Fix reporting for patrol scrubber errorsQiuxu Zhuo-6/+110
2018-09-11EDAC, sb_edac: Return early on ADDRV bit and address type testQiuxu Zhuo-33/+35
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey-1/+2
2018-09-03EDAC: Get rid of custom ICPU() macroAndy Shevchenko-10/+7
2018-08-27EDAC, amd64: Add Family 17h, models 10h-2fh supportMichael Jin-0/+17
2018-08-17EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]Takashi Iwai-0/+1
2018-07-25EDAC, sb_edac: Add support for systems with segmented PCI busesMasayoshi Mizuma-5/+12
2018-07-09EDAC, thunderx: Remove VLA usageKees Cook-5/+9
2018-06-18EDAC, i7core: Fix memleaks and use-after-free on probe and removeJohan Hovold-7/+15
2018-06-17EDAC: Fix memleak in module init error pathJohan Hovold-3/+3
2018-06-17EDAC, altera: Fix an error handling path in altr_s10_sdram_probe()Christophe JAILLET-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2018-05-21EDAC, ghes: Make platform-based whitelisting x86-onlyBorislav Petkov-5/+9
2018-05-15EDAC, altera: Fix ARM64 build warningThor Thayer-1/+1
2018-05-14EDAC, skx: Fix skx_edac build error when ACPI_NFIT=mRandy Dunlap-0/+1
2018-05-12EDAC, ghes: Use BIT() macroBorislav Petkov-14/+13
2018-05-12EDAC, ghes: Add DDR4 and NVDIMM memory typesToshi Kani-1/+11
2018-05-12EDAC, altera: Handle SDRAM Uncorrectable Errors on Stratix10Thor Thayer-11/+64
2018-05-12EDAC, altera: Add support for Stratix10 SDRAM EDACThor Thayer-28/+555
2018-05-12EDAC, ghes: Remove unused argument to ghes_edac_report_mem_error()Alexandru Gagniuc-2/+1
2018-05-04EDAC, i7core: Fix spelling mistake: "redundacy" -> "redundancy"Colin Ian King-1/+1
2018-05-02EDAC, ghes: Add a null pointer check in ghes_edac_unregister()Sughosh Ganu-0/+3
2018-05-02ghes, EDAC: Fix ghes_edac registrationBorislav Petkov-4/+2
2018-04-05Merge tag 'edac_for_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds-59/+94
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds-275/+0
2018-03-26edac: remove tile driverArnd Bergmann-275/+0
2018-03-17EDAC, sb_edac: Remove variable length array usageGustavo A. R. Silva-7/+5
2018-03-15EDAC, skx_edac: Detect non-volatile DIMMsTony Luck-7/+65
2018-03-14EDAC: Add new memory type for non-volatile DIMMsTony Luck-1/+2
2018-03-14EDAC: Drop duplicated array of strings for memory type namesTony Luck-44/+22
2018-03-08Merge branch 'ras/urgent' into ras/coreThomas Gleixner-1/+1
2018-02-27EDAC, layerscape: Allow building for LS1021ARasmus Villemoes-1/+1
2018-02-23EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNLAnna Karbownik-1/+1