| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-03-08 | 1 | -99/+192 |
|\ |
|
| * | EDAC/mce_amd: Decode MCA_STATUS in bit definition order | Yazen Ghannam | 2019-02-15 | 1 | -12/+12 |
| * | EDAC/mce_amd: Decode MCA_STATUS[Scrub] bit | Yazen Ghannam | 2019-02-15 | 1 | -0/+3 |
| * | EDAC, mce_amd: Print ExtErrorCode and description on a single line | Yazen Ghannam | 2019-02-04 | 1 | -3/+2 |
| * | EDAC, mce_amd: Match error descriptions to latest documentation | Yazen Ghannam | 2019-02-03 | 1 | -83/+83 |
| * | x86/MCE/AMD, EDAC/mce_amd: Add new error descriptions for some SMCA bank types | Yazen Ghannam | 2019-02-03 | 1 | -1/+5 |
| * | x86/MCE/AMD, EDAC/mce_amd: Add new McaTypes for CS, PSP, and SMU units | Yazen Ghannam | 2019-02-03 | 1 | -0/+55 |
| * | x86/MCE/AMD, EDAC/mce_amd: Add new MP5, NBIO, and PCIE SMCA bank types | Yazen Ghannam | 2019-02-03 | 1 | -0/+32 |
* | | Merge tag 'edac_for_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 2019-03-08 | 11 | -1434/+2284 |
|\ \ |
|
| * | | EDAC/altera: Add separate SDRAM EDAC config | Thor Thayer | 2019-02-26 | 2 | -34/+47 |
| * | | EDAC, altera: Add missing of_node_put() | Huang Zijiang | 2019-02-15 | 1 | -1/+4 |
| * | | EDAC, skx_common: Add code to recognise new compound error code | Tony Luck | 2019-02-06 | 1 | -3/+5 |
| * | | EDAC, i10nm: Fix randconfig builds | Tony Luck | 2019-02-06 | 1 | -2/+2 |
| * | | EDAC, i10nm: Add a driver for Intel 10nm server processors | Qiuxu Zhuo | 2019-02-02 | 3 | -0/+290 |
| * | | EDAC, skx_edac: Delete duplicated code | Qiuxu Zhuo | 2019-02-02 | 3 | -1359/+653 |
| * | | EDAC, skx_common: Separate common code out from skx_edac | Qiuxu Zhuo | 2019-02-02 | 2 | -0/+841 |
| * | | EDAC: Do not check return value of debugfs_create() functions | Greg Kroah-Hartman | 2019-01-23 | 2 | -40/+16 |
| * | | EDAC, aspeed: Add an Aspeed AST2500 EDAC driver | Stefan M Schaeckeler | 2019-01-18 | 3 | -0/+431 |
| |/ |
|
* / | EDAC, altera: Fix S10 persistent register offset | Thor Thayer | 2019-01-24 | 1 | -2/+2 |
|/ |
|
* | EDAC, fsl_ddr: Add LS1021A to the list of supported hardware | Patrick Havelange | 2018-12-19 | 2 | -4/+4 |
* | EDAC, i5000: Remove set but not used local variables | YueHaibing | 2018-12-11 | 1 | -8/+1 |
* | EDAC, i82975x: Fix spelling mistake "reserverd" -> "reserved" | Alexandre Belloni | 2018-11-20 | 1 | -1/+1 |
* | EDAC, fsl: Move error injection under CONFIG_EDAC_DEBUG | York Sun | 2018-11-20 | 1 | -0/+4 |
* | EDAC, skx: Let EDAC core show the decoded result for debugfs | Qiuxu Zhuo | 2018-11-16 | 1 | -46/+48 |
* | EDAC, skx: Move debugfs node under EDAC's hierarchy | Qiuxu Zhuo | 2018-11-16 | 1 | -13/+12 |
* | EDAC, skx: Prepend hex formatting with '0x' | Qiuxu Zhuo | 2018-11-16 | 1 | -26/+26 |
* | EDAC, skx: Fix function calling order in skx_exit() | Qiuxu Zhuo | 2018-11-16 | 1 | -2/+2 |
* | EDAC: Drop per-memory controller buses | Borislav Petkov | 2018-11-13 | 2 | -36/+3 |
* | EDAC: Don't add devices under /sys/bus/edac | Tony Luck | 2018-11-13 | 1 | -3/+0 |
* | EDAC: Fix indentation issues in several EDAC drivers | Colin Ian King | 2018-11-10 | 5 | -9/+9 |
* | EDAC, skx: Fix randconfig builds in a better way | Luck, Tony | 2018-11-07 | 1 | -2/+2 |
* | EDAC, i82975x: Remove set but not used variable dtype | YueHaibing | 2018-11-07 | 1 | -11/+4 |
* | EDAC, qcom_edac: Remove irq_handled local variable | Dan Carpenter | 2018-11-06 | 1 | -6/+2 |
* | EDAC, synopsys: Add Error Injection support for ZynqMP DDR controller | Manish Narani | 2018-11-06 | 1 | -7/+413 |
* | EDAC, synopsys: Add ECC support for ZynqMP DDR controller | Manish Narani | 2018-11-06 | 2 | -18/+306 |
* | EDAC, synopsys: Add macro defines for ZynqMP DDRC | Manish Narani | 2018-11-05 | 1 | -0/+168 |
* | EDAC, synopsys: Add error handling for the of_device_get_match_data() result | Manish Narani | 2018-11-05 | 1 | -0/+3 |
* | EDAC, synopsys: Add platform specific structures for the DDR Controller | Manish Narani | 2018-11-05 | 1 | -23/+63 |
* | EDAC, synopsys: Return void for functions always returning 0 | Manish Narani | 2018-11-05 | 1 | -18/+4 |
* | EDAC, synopsys: Correct comments | Manish Narani | 2018-11-05 | 1 | -53/+51 |
* | EDAC, synopsys: Shorten static function names | Manish Narani | 2018-11-05 | 1 | -41/+38 |
* | EDAC, synopsys: Improve code readability | Manish Narani | 2018-11-05 | 1 | -52/+52 |
* | Merge tag 'edac_for_4.20_2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-11-02 | 2 | -13/+181 |
|\ |
|
| * | EDAC, skx: Fix randconfig builds | Borislav Petkov | 2018-10-31 | 1 | -1/+1 |
| * | EDAC, skx_edac: Add address translation for non-volatile DIMMs | Qiuxu Zhuo | 2018-10-25 | 2 | -13/+181 |
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2018-10-29 | 3 | -0/+429 |
|\ \ |
|
| * | | drivers: edac: Add EDAC driver support for QCOM SoCs | Channagoud Kadabi | 2018-09-13 | 3 | -0/+429 |
* | | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-10-26 | 1 | -18/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | edac: cpc925: use for_each_of_cpu_node iterator | Rob Herring | 2018-09-28 | 1 | -18/+2 |
| |/ |
|
* | | Merge tag 'edac_for_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 2018-10-25 | 11 | -554/+462 |
|\ \ |
|