summaryrefslogtreecommitdiffstats
path: root/drivers/edac
Commit message (Expand)AuthorAgeFilesLines
* EDAC, mv64x60: Fix an error handling pathChristophe JAILLET2018-04-131-1/+1
* EDAC, octeon: Fix an uninitialized variable warningJames Hogan2018-02-161-0/+1
* EDAC, i5000, i5400: Fix definition of NRECMEMB registerJérémy Lefaure2017-12-162-5/+5
* EDAC, i5000, i5400: Fix use of MTR_DRAM_WIDTH macroJérémy Lefaure2017-12-162-3/+4
* EDAC, sb_edac: Fix missing break in switchGustavo A. R. Silva2017-12-091-0/+1
* EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callbackTony Luck2016-05-172-2/+2
* x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel addressTony Luck2016-05-101-3/+3
* EDAC/sb_edac: Fix computation of channel addressLuck, Tony2016-04-181-16/+10
* EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()Dan Carpenter2016-04-121-1/+1
* EDAC: Robustify workqueues destructionBorislav Petkov2016-02-023-23/+11
* EDAC, ppc4xx: Access mci->csrows array elements properlyMichael Walle2015-09-161-1/+1
* sb_edac: Fix erroneous bytes->gigabytes conversionJim Snow2015-07-131-18/+20
* x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFE...Chen Yucong2015-06-091-3/+0
* sb_edac: Fix typo computing number of banksTony Luck2015-04-161-1/+1
* sb_edac: Fix discovery of top-of-low-memory for HaswellTony Luck2015-04-161-2/+3
* EDAC, amd64_edac: Prevent OOPS with >16 memory controllersDaniel J Blueman2015-03-061-2/+8
* sb_edac: Fix detection on SNB machinesBorislav Petkov2015-03-061-3/+6
* e7xxx_edac: Report CE events properlyJason Baron2014-10-221-1/+1
* cpc925_edac: Report UE events properlyJason Baron2014-10-221-1/+1
* i82860_edac: Report CE events properlyJason Baron2014-10-221-1/+1
* i3200_edac: Report CE events properlyJason Baron2014-10-221-2/+2
* Merge tag 'edac/v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-10-101-33/+7
|\
| * sb_edac: Claim a different PCI deviceAndy Lutomirski2014-10-081-1/+1
| * Move Intel SNB device ids from sb_edac to pci_ids.hAndy Lutomirski2014-10-081-30/+0
| * sb_edac: avoid INTERNAL ERROR message in EDAC with unspecified channelSeth Jennings2014-10-081-2/+6
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-083-0/+421
|\ \ | |/ |/|
| * edac: altera: Add Altera SDRAM EDAC supportThor Thayer2014-09-043-0/+421
* | mpc85xx_edac: Make L2 interrupt shared tooBorislav Petkov2014-09-301-1/+1
* | amd64_edac: Modify usage of amd64_read_dct_pci_cfg()Aravind Gopalakrishnan2014-09-232-71/+80
* | ppc4xx_edac: Fix build error caused by wrong member accessPranith Kumar2014-09-151-1/+1
* | EDAC: Fix mem_types strings typeBorislav Petkov2014-09-022-2/+2
|/
* Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2014-08-153-272/+546
|\
| * sb_edac: add support for Haswell based systemsAristeu Rozanski2014-06-262-26/+351
| * sb_edac: Fix mix tab/spaces alignmentsMauro Carvalho Chehab2014-06-261-3/+3
| * edac: add DDR4 and RDDR4Aristeu Rozanski2014-06-261-1/+3
| * sb_edac: remove bogus assumption on mc orderingAristeu Rozanski2014-06-261-4/+0
| * sb_edac: make minimal use of channel_maskAristeu Rozanski2014-06-261-0/+3
| * sb_edac: fix socket detection on Ivy Bridge controllersAristeu Rozanski2014-06-261-1/+1
| * sb_edac: update Kconfig descriptionAristeu Rozanski2014-06-261-2/+2
| * sb_edac: search devices using product idAristeu Rozanski2014-06-261-215/+137
| * sb_edac: make RIR limit retrieval per modelAristeu Rozanski2014-06-261-3/+10
| * sb_edac: make node id retrieval per modelAristeu Rozanski2014-06-261-4/+11
| * sb_edac: make memory type detection per memory controllerAristeu Rozanski2014-06-261-16/+28
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-08-141-2/+1
|\ \
| * | of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely2014-06-261-2/+1
| |/
* | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-042-3/+1
|\ \
| * | trace, RAS: Add basic RAS trace eventChen, Gong2014-06-232-3/+1
| |/
* | EDAC, MCE, AMD: Add MCE decoding for F15h M60hAravind Gopalakrishnan2014-07-141-4/+40
* | ie31200_edac: Allocate mci and map mchbar firstJason Baron2014-07-101-38/+33
* | ie31200_edac: Introduce the driverJason Baron2014-07-043-0/+549