summaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)AuthorFilesLines
2015-08-25EDAC, ppc4xx: Access mci->csrows array elements properlyMichael Walle1-1/+1
2015-06-10EDAC: Properly unwind on failure path in edac_init()Alexey Khoroshilov2-7/+10
2015-06-02amd64_edac: Add support for newer F16h modelsAravind Gopalakrishnan2-0/+27
2015-04-27sb_edac: avoid INTERNAL ERROR message in EDAC with unspecified channelSeth Jennings1-2/+6
2015-04-27sb_edac: Fix erroneous bytes->gigabytes conversionJim Snow1-18/+20
2015-03-05EDAC, amd64_edac: Prevent OOPS with >16 memory controllersDaniel J Blueman1-1/+7
2014-11-13cpc925_edac: Report UE events properlyJason Baron1-1/+1
2014-11-13e7xxx_edac: Report CE events properlyJason Baron1-1/+1
2014-11-13i3200_edac: Report CE events properlyJason Baron1-2/+2
2014-11-13i82860_edac: Report CE events properlyJason Baron1-1/+1
2014-05-05amd64_edac: Fix logic to determine channel for F15 M30h processorsAravind Gopalakrishnan1-3/+11
2014-03-05i7300_edac: Fix device reference countJean Delvare1-18/+20
2014-03-05i7core_edac: Fix PCI device reference countJean Delvare1-2/+7
2014-02-23EDAC: Correct workqueue setup pathBorislav Petkov1-4/+7
2014-02-23EDAC: Poll timeout cannot be zero, p2Borislav Petkov3-7/+9
2014-02-23drivers/edac/edac_mc_sysfs.c: poll timeout cannot be zeroPrarit Bhargava1-1/+1
2014-02-06e752x_edac: Fix pci_dev usage countAristeu Rozanski1-1/+3
2013-12-04edac, highbank: Fix interrupt setup of mem and l2 controllerRobert Richter2-16/+20
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-1/+0
2013-08-27amd64_edac: Fix incorrect wraparoundsAravind Gopalakrishnan1-5/+6
2013-08-27amd64_edac: Correct erratum 505 rangeBorislav Petkov1-4/+4
2013-08-15Merge tag 'edac_for_3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Ingo Molnar5-8/+15
2013-08-14cpc925_edac: Use proper array terminationJingoo Han1-1/+1
2013-08-12amd64_edac: Get rid of boot_cpu_data accessesBorislav Petkov2-48/+46
2013-08-12amd64_edac: Add ECC decoding support for newer F15h modelsAravind Gopalakrishnan2-34/+270
2013-08-09x38_edac: Make a local function staticJingoo Han1-2/+1
2013-08-09i3200_edac: Make a local function staticJingoo Han1-2/+1
2013-07-29amd64_edac: Fix single-channel setupsBorislav Petkov1-1/+8
2013-07-24EDAC: Replace strict_strtol() with kstrtol()Jingoo Han1-2/+4
2013-07-24EDAC: Fix lockdep splatBorislav Petkov3-14/+25
2013-07-17edac: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-07-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-3/+3
2013-07-04Merge tag 'edac_for_3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds5-15/+16
2013-06-10MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney1-3/+3
2013-06-08EDAC, MCE, AMD: Add an MCE signature for new Fam15h modelsAravind Gopalakrishnan1-2/+3
2013-06-08EDAC: Replace strict_strtoul() with kstrtoul()Jingoo Han4-13/+13
2013-06-04Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-1/+1
2013-05-21amd64_edac: Fix bogus sysfs file permissionsBorislav Petkov1-2/+2
2013-05-09Merge tag 'edac_fixes_for_3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+9
2013-05-09EDAC: Don't give write permission to read-only filesSrivatsa S. Bhat1-6/+6
2013-04-30Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2-28/+44
2013-04-29edac: sb_edac.c should not require prescence of IMC_DDRIO deviceLuck, Tony1-24/+29
2013-04-29i7300_edac: Fix memory detection in single modeMauro Carvalho Chehab1-4/+15
2013-04-19amd64_edac: Add Family 16h supportAravind Gopalakrishnan2-2/+67
2013-03-25EDAC, mc_sysfs.c: Fix string array pointer typesBorislav Petkov1-3/+3
2013-03-16EDAC: Merge mci.mem_is_per_rank with mci.csbasedMauro Carvalho Chehab3-5/+4
2013-03-16amd64_edac: Correct DIMM sizesMauro Carvalho Chehab2-15/+12
2013-03-05EDAC: Make sysfs functions staticStephen Hemminger1-1/+1
2013-03-01Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds12-84/+899
2013-02-26i5100_edac: convert to use simple_open()Wei Yongjun1-7/+1