summaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)AuthorFilesLines
2016-06-17EDAC, sb_edac: Fix rank lookup on BroadwellTony Luck1-5/+8
2016-05-17EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callbackTony Luck2-2/+2
2016-05-10x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel addressTony Luck1-3/+3
2016-04-18EDAC/sb_edac: Fix computation of channel addressLuck, Tony1-16/+10
2016-04-18EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()Dan Carpenter1-1/+1
2016-02-01EDAC: Robustify workqueues destructionBorislav Petkov3-23/+11
2016-02-01EDAC, mc_sysfs: Fix freeing bus' nameBorislav Petkov1-7/+14
2015-11-10EDAC, sb_edac: Fix TAD presence check for sbridge_mci_bind_devs()Seth Jennings1-4/+4
2015-09-13EDAC, ppc4xx: Access mci->csrows array elements properlyMichael Walle1-1/+1
2015-08-03EDAC, octeon: Fix broken build due to model helper renamesAaro Koskinen3-3/+3
2015-03-20EDAC: Constify of_device_id arrayFabian Frederick4-5/+5
2015-03-11EDAC, i82443bxgx: Don't export static symbolJulia Lawall1-4/+0
2015-02-23EDAC, amd64_edac: Get rid of per-node driver instancesBorislav Petkov1-20/+13
2015-02-23EDAC: Properly unwind on failure path in edac_init()Alexey Khoroshilov2-7/+10
2015-02-23EDAC: highbank: Use static attribute groups for sysfs entriesTakashi Iwai1-4/+8
2015-02-23EDAC: octeon: Use static attribute groups for sysfs entriesTakashi Iwai1-42/+13
2015-02-23EDAC: mpc85xx: Use static attribute groups for sysfs entriesTakashi Iwai1-30/+8
2015-02-23EDAC: i7core: Use static attribute groups for sysfs entriesTakashi Iwai1-19/+11
2015-02-23EDAC: i7core: Return proper error codes for kzalloc() errorsTakashi Iwai1-2/+2
2015-02-23EDAC: amd64: Use static attribute groupsTakashi Iwai4-118/+47
2015-02-23EDAC: Allow to pass driver-specific attribute groupsTakashi Iwai4-8/+15
2015-02-23EDAC: Use static attribute groups for managing sysfs entriesTakashi Iwai1-88/+71
2015-02-23EDAC: Delete unnecessary checks before pci_dev_put()Markus Elfring4-16/+5
2015-02-19Merge tag 'edac_fixes_for_3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-5/+14
2015-02-17EDAC, amd64_edac: Prevent OOPS with >16 memory controllersDaniel J Blueman1-2/+8
2015-02-09sb_edac: Fix detection on SNB machinesBorislav Petkov1-3/+6
2015-01-30EDAC, mv64x60_edac: Fix an error code in probe()Dan Carpenter1-1/+2
2015-01-30EDAC: edac_mc_sysfs: Make stuff staticBorislav Petkov1-11/+11
2015-01-30EDAC: Fix the leak of mci->bus->name when bus_register failsJunjie Mao1-13/+16
2015-01-12edac: i5100_edac: Remove unused i5100_recmema_dm_buf_idRickard Strandqvist1-5/+0
2015-01-07EDAC, synps: Add EDAC support for zynq ddr ecc controllerPunnaiah Choudary Kalluri3-0/+543
2015-01-02mpc85xx_edac: Fix a typo in commentsAlexander Kuleshov2-2/+2
2014-12-21EDAC, mce_amd_inj: Fix sparse non static symbol warningWei Yongjun1-1/+1
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-5/+0
2014-12-11Merge tag 'edac/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-28/+182
2014-12-11Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+0
2014-12-09Merge tag 'edac_for_3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds15-267/+439
2014-12-02sb_edac: Fix typo computing number of banksTony Luck1-1/+1
2014-12-02sb_edac: Add support for Broadwell-DE processorTony Luck1-6/+157
2014-12-02sb_edac: Fix discovery of top-of-low-memory for HaswellTony Luck1-2/+3
2014-12-02sb_edac: Fix erroneous bytes->gigabytes conversionJim Snow1-18/+20
2014-12-02sb_edac: Fix off-by-one error in number of channelsJim Snow1-1/+1
2014-11-25EDAC, MCE, AMD: Correct formatting of decoded textBorislav Petkov1-3/+3
2014-11-25EDAC, mce_amd_inj: Add an injector functionBorislav Petkov1-2/+51
2014-11-25EDAC, mce_amd_inj: Add hw-injection attributesBorislav Petkov1-0/+40
2014-11-25EDAC, mce_amd_inj: Enable direct writes to MCE MSRsBorislav Petkov1-0/+24
2014-11-25EDAC, mce_amd_inj: Convert mce_amd_inj module to debugfsBorislav Petkov2-107/+83
2014-11-19x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFE...Chen Yucong1-3/+0
2014-11-19EDAC: Delete unnecessary check before calling pci_dev_put()Markus Elfring4-8/+4
2014-11-11EDAC, pci_sysfs: remove unneccessary ifdef around entire fileAndreas Ruprecht2-6/+1