aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)AuthorFilesLines
2018-12-19EDAC, fsl_ddr: Add LS1021A to the list of supported hardwareGravatar Patrick Havelange 2-4/+4
2018-12-11EDAC, i5000: Remove set but not used local variablesGravatar YueHaibing 1-8/+1
2018-11-20EDAC, i82975x: Fix spelling mistake "reserverd" -> "reserved"Gravatar Alexandre Belloni 1-1/+1
2018-11-20EDAC, fsl: Move error injection under CONFIG_EDAC_DEBUGGravatar York Sun 1-0/+4
2018-11-16EDAC, skx: Let EDAC core show the decoded result for debugfsGravatar Qiuxu Zhuo 1-46/+48
2018-11-16EDAC, skx: Move debugfs node under EDAC's hierarchyGravatar Qiuxu Zhuo 1-13/+12
2018-11-16EDAC, skx: Prepend hex formatting with '0x'Gravatar Qiuxu Zhuo 1-26/+26
2018-11-16EDAC, skx: Fix function calling order in skx_exit()Gravatar Qiuxu Zhuo 1-2/+2
2018-11-13EDAC: Drop per-memory controller busesGravatar Borislav Petkov 2-36/+3
2018-11-13EDAC: Don't add devices under /sys/bus/edacGravatar Tony Luck 1-3/+0
2018-11-10EDAC: Fix indentation issues in several EDAC driversGravatar Colin Ian King 5-9/+9
2018-11-07EDAC, skx: Fix randconfig builds in a better wayGravatar Luck, Tony 1-2/+2
2018-11-07EDAC, i82975x: Remove set but not used variable dtypeGravatar YueHaibing 1-11/+4
2018-11-06EDAC, qcom_edac: Remove irq_handled local variableGravatar Dan Carpenter 1-6/+2
2018-11-06EDAC, synopsys: Add Error Injection support for ZynqMP DDR controllerGravatar Manish Narani 1-7/+413
2018-11-06EDAC, synopsys: Add ECC support for ZynqMP DDR controllerGravatar Manish Narani 2-18/+306
2018-11-05EDAC, synopsys: Add macro defines for ZynqMP DDRCGravatar Manish Narani 1-0/+168
2018-11-05EDAC, synopsys: Add error handling for the of_device_get_match_data() resultGravatar Manish Narani 1-0/+3
2018-11-05EDAC, synopsys: Add platform specific structures for the DDR ControllerGravatar Manish Narani 1-23/+63
2018-11-05EDAC, synopsys: Return void for functions always returning 0Gravatar Manish Narani 1-18/+4
2018-11-05EDAC, synopsys: Correct commentsGravatar Manish Narani 1-53/+51
2018-11-05EDAC, synopsys: Shorten static function namesGravatar Manish Narani 1-41/+38
2018-11-05EDAC, synopsys: Improve code readabilityGravatar Manish Narani 1-52/+52
2018-11-02Merge tag 'edac_for_4.20_2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-13/+181
2018-10-31EDAC, skx: Fix randconfig buildsGravatar Borislav Petkov 1-1/+1
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-0/+429
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-18/+2
2018-10-25EDAC, skx_edac: Add address translation for non-volatile DIMMsGravatar Qiuxu Zhuo 2-13/+181
2018-10-25Merge tag 'edac_for_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpGravatar Linus Torvalds 11-554/+462
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2018-10-13EDAC, thunderx: Fix memory leak in thunderx_l2c_threaded_isr()Gravatar Dan Carpenter 1-2/+2
2018-10-09EDAC, skx_edac: Fix logical channel intermediate decodingGravatar Qiuxu Zhuo 1-1/+1
2018-10-02x86/cpu: Sanitize FAM6_ATOM namingGravatar Peter Zijlstra 1-1/+1
2018-09-29EDAC, {i7core,sb,skx}_edac: Fix uncorrected error countingGravatar Tony Luck 3-0/+3
2018-09-28edac: cpc925: use for_each_of_cpu_node iteratorGravatar Rob Herring 1-18/+2
2018-09-28EDAC, altera: Work around int-to-pointer-cast warningsGravatar Arnd Bergmann 1-6/+7
2018-09-27EDAC, amd64: Add Hygon Dhyana supportGravatar Pu Wen 2-2/+12
2018-09-25EDAC, altera: Add Stratix10 peripheral supportGravatar Thor Thayer 2-11/+143
2018-09-25EDAC, altera: Merge Stratix10 into the Arria10 SDRAM probe routineGravatar Thor Thayer 2-300/+14
2018-09-25EDAC, altera: Combine Stratix10 and Arria10 probe functionsGravatar Thor Thayer 2-183/+90
2018-09-25EDAC, i7core: Remove set but not used variable pvtGravatar YueHaibing 1-2/+0
2018-09-22EDAC, ghes: Use CPER module handles to locate DIMMsGravatar Fan Wu 1-0/+23
2018-09-22EDAC: Correct DIMM capacity unit symbolGravatar Qiuxu Zhuo 4-5/+5
2018-09-15EDAC, sb_edac: Fix signedness bugs in *_get_ha() functionsGravatar Luck, Tony 1-2/+2
2018-09-13drivers: edac: Add EDAC driver support for QCOM SoCsGravatar Channagoud Kadabi 3-0/+429
2018-09-11EDAC, sb_edac: Fix reporting for patrol scrubber errorsGravatar Qiuxu Zhuo 1-6/+110
2018-09-11EDAC, sb_edac: Return early on ADDRV bit and address type testGravatar Qiuxu Zhuo 1-33/+35
2018-09-07regmap: split up regmap_config.use_single_rwGravatar David Frey 1-1/+2
2018-09-03EDAC: Get rid of custom ICPU() macroGravatar Andy Shevchenko 1-10/+7
2018-08-27EDAC, amd64: Add Family 17h, models 10h-2fh supportGravatar Michael Jin 2-0/+17