summaryrefslogtreecommitdiffstats
path: root/drivers/edac
Commit message (Expand)AuthorAgeFilesLines
* EDAC, fsl_ddr: Add LS1021A to the list of supported hardwarePatrick Havelange2018-12-192-4/+4
* EDAC, i5000: Remove set but not used local variablesYueHaibing2018-12-111-8/+1
* EDAC, i82975x: Fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni2018-11-201-1/+1
* EDAC, fsl: Move error injection under CONFIG_EDAC_DEBUGYork Sun2018-11-201-0/+4
* EDAC, skx: Let EDAC core show the decoded result for debugfsQiuxu Zhuo2018-11-161-46/+48
* EDAC, skx: Move debugfs node under EDAC's hierarchyQiuxu Zhuo2018-11-161-13/+12
* EDAC, skx: Prepend hex formatting with '0x'Qiuxu Zhuo2018-11-161-26/+26
* EDAC, skx: Fix function calling order in skx_exit()Qiuxu Zhuo2018-11-161-2/+2
* EDAC: Drop per-memory controller busesBorislav Petkov2018-11-132-36/+3
* EDAC: Don't add devices under /sys/bus/edacTony Luck2018-11-131-3/+0
* EDAC: Fix indentation issues in several EDAC driversColin Ian King2018-11-105-9/+9
* EDAC, skx: Fix randconfig builds in a better wayLuck, Tony2018-11-071-2/+2
* EDAC, i82975x: Remove set but not used variable dtypeYueHaibing2018-11-071-11/+4
* EDAC, qcom_edac: Remove irq_handled local variableDan Carpenter2018-11-061-6/+2
* EDAC, synopsys: Add Error Injection support for ZynqMP DDR controllerManish Narani2018-11-061-7/+413
* EDAC, synopsys: Add ECC support for ZynqMP DDR controllerManish Narani2018-11-062-18/+306
* EDAC, synopsys: Add macro defines for ZynqMP DDRCManish Narani2018-11-051-0/+168
* EDAC, synopsys: Add error handling for the of_device_get_match_data() resultManish Narani2018-11-051-0/+3
* EDAC, synopsys: Add platform specific structures for the DDR ControllerManish Narani2018-11-051-23/+63
* EDAC, synopsys: Return void for functions always returning 0Manish Narani2018-11-051-18/+4
* EDAC, synopsys: Correct commentsManish Narani2018-11-051-53/+51
* EDAC, synopsys: Shorten static function namesManish Narani2018-11-051-41/+38
* EDAC, synopsys: Improve code readabilityManish Narani2018-11-051-52/+52
* Merge tag 'edac_for_4.20_2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-022-13/+181
|\
| * EDAC, skx: Fix randconfig buildsBorislav Petkov2018-10-311-1/+1
| * EDAC, skx_edac: Add address translation for non-volatile DIMMsQiuxu Zhuo2018-10-252-13/+181
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-293-0/+429
|\ \
| * | drivers: edac: Add EDAC driver support for QCOM SoCsChannagoud Kadabi2018-09-133-0/+429
* | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-18/+2
|\ \ \ | |_|/ |/| |
| * | edac: cpc925: use for_each_of_cpu_node iteratorRob Herring2018-09-281-18/+2
| |/
* | Merge tag 'edac_for_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2018-10-2511-554/+462
|\ \
| * | EDAC, thunderx: Fix memory leak in thunderx_l2c_threaded_isr()Dan Carpenter2018-10-131-2/+2
| * | EDAC, skx_edac: Fix logical channel intermediate decodingQiuxu Zhuo2018-10-091-1/+1
| * | EDAC, {i7core,sb,skx}_edac: Fix uncorrected error countingTony Luck2018-09-293-0/+3
| * | EDAC, altera: Work around int-to-pointer-cast warningsArnd Bergmann2018-09-281-6/+7
| * | EDAC, amd64: Add Hygon Dhyana supportPu Wen2018-09-272-2/+12
| * | EDAC, altera: Add Stratix10 peripheral supportThor Thayer2018-09-252-11/+143
| * | EDAC, altera: Merge Stratix10 into the Arria10 SDRAM probe routineThor Thayer2018-09-252-300/+14
| * | EDAC, altera: Combine Stratix10 and Arria10 probe functionsThor Thayer2018-09-252-183/+90
| * | EDAC, i7core: Remove set but not used variable pvtYueHaibing2018-09-251-2/+0
| * | EDAC, ghes: Use CPER module handles to locate DIMMsFan Wu2018-09-221-0/+23
| * | EDAC: Correct DIMM capacity unit symbolQiuxu Zhuo2018-09-224-5/+5
| * | EDAC, sb_edac: Fix signedness bugs in *_get_ha() functionsLuck, Tony2018-09-151-2/+2
| * | EDAC, sb_edac: Fix reporting for patrol scrubber errorsQiuxu Zhuo2018-09-111-6/+110
| * | EDAC, sb_edac: Return early on ADDRV bit and address type testQiuxu Zhuo2018-09-111-33/+35
| * | EDAC: Get rid of custom ICPU() macroAndy Shevchenko2018-09-031-10/+7
| * | EDAC, amd64: Add Family 17h, models 10h-2fh supportMichael Jin2018-08-272-0/+17
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-231-1/+1
|\ \
| * | x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2018-10-021-1/+1
| |/
* / regmap: split up regmap_config.use_single_rwDavid Frey2018-09-071-1/+2
|/