summaryrefslogtreecommitdiffstats
path: root/drivers/edac
Commit message (Expand)AuthorAgeFilesLines
* EDAC: Fix lockdep splatBorislav Petkov2013-07-233-14/+25
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-07-131-3/+3
|\
| * MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney2013-06-101-3/+3
* | Merge tag 'edac_for_3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2013-07-035-15/+16
|\ \
| * | EDAC, MCE, AMD: Add an MCE signature for new Fam15h modelsAravind Gopalakrishnan2013-06-081-2/+3
| * | EDAC: Replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-084-13/+13
| |/
* / Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-1/+1
|/
* amd64_edac: Fix bogus sysfs file permissionsBorislav Petkov2013-05-211-2/+2
* Merge tag 'edac_fixes_for_3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-091-9/+9
|\
| * EDAC: Don't give write permission to read-only filesSrivatsa S. Bhat2013-05-091-6/+6
| * EDAC, mc_sysfs.c: Fix string array pointer typesBorislav Petkov2013-03-251-3/+3
* | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2013-04-302-28/+44
|\ \
| * | edac: sb_edac.c should not require prescence of IMC_DDRIO deviceLuck, Tony2013-04-291-24/+29
| * | i7300_edac: Fix memory detection in single modeMauro Carvalho Chehab2013-04-291-4/+15
* | | amd64_edac: Add Family 16h supportAravind Gopalakrishnan2013-04-192-2/+67
| |/ |/|
* | EDAC: Merge mci.mem_is_per_rank with mci.csbasedMauro Carvalho Chehab2013-03-163-5/+4
* | amd64_edac: Correct DIMM sizesMauro Carvalho Chehab2013-03-162-15/+12
* | EDAC: Make sysfs functions staticStephen Hemminger2013-03-051-1/+1
* | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2013-02-2812-84/+899
|\|
| * i5100_edac: convert to use simple_open()Wei Yongjun2013-02-261-7/+1
| * ghes_edac: fix to use list_for_each_entry_safe() when delete list itemsWei Yongjun2013-02-261-2/+2
| * ghes_edac: Fix RAS tracingMauro Carvalho Chehab2013-02-251-0/+13
| * ghes_edac: Make it compliant with UEFI spec 2.3.1Mauro Carvalho Chehab2013-02-251-15/+180
| * ghes_edac: Improve driver's printk messagesMauro Carvalho Chehab2013-02-251-10/+26
| * ghes_edac: Don't credit the same memory dimm twiceMauro Carvalho Chehab2013-02-251-4/+13
| * ghes_edac: do a better job of filling EDAC DIMM infoMauro Carvalho Chehab2013-02-251-12/+180
| * ghes_edac: add support for reporting errors via EDACMauro Carvalho Chehab2013-02-251-2/+54
| * ghes_edac: Register at EDAC core the BIOS reportMauro Carvalho Chehab2013-02-253-0/+138
| * edac: add support for raw error reportsMauro Carvalho Chehab2013-02-212-22/+47
| * edac: reduce stack pressure by using a pre-allocated bufferMauro Carvalho Chehab2013-02-211-33/+48
| * edac: lock module owner to avoid error report conflictsMauro Carvalho Chehab2013-02-211-4/+21
| * edac: add a new memory layer typeMauro Carvalho Chehab2013-02-211-0/+1
| * edac: initialize the core earlierMauro Carvalho Chehab2013-02-211-1/+1
| * edac: better report error conditions in debug modeMauro Carvalho Chehab2013-02-211-1/+6
| * i5100_edac: Remove two checkpatch warningsMauro Carvalho Chehab2013-02-211-4/+2
| * i5100_edac: connect fault injection to debugfs nodeNiklas Söderlund2013-02-211-1/+70
| * i5100_edac: add fault injection codeNiklas Söderlund2013-02-211-0/+87
| * i5100_edac: probe for device 19 function 0Niklas Söderlund2013-02-211-1/+27
| * edac: only create sdram_scrub_rate where supportedMauro Carvalho Chehab2013-02-211-10/+19
| * i3200_edac: Fix the logic that detects filled memoriesMauro Carvalho Chehab2013-02-211-9/+12
| * i3200_edac: Add more debug to the driverMauro Carvalho Chehab2013-02-211-2/+14
| * Merge tag 'v3.8-rc7' into nextMauro Carvalho Chehab2013-02-2036-144/+802
| |\
| * | i7core_edac: fix kernel crash on unloading i7core_edac.Lans Zhang2012-12-211-1/+1
| * | i7core_edac: fix erroneous size of static arrayNiklas Söderlund2012-12-211-4/+4
| * | sb_edac: add a missing /n on a debug messageMauro Carvalho Chehab2012-12-211-1/+1
| * | edac: edac_mc no longer deals with kobjects directlyShaun Ruffell2012-12-211-7/+0
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-2/+2
|\ \ \
| * | | drivers/edac: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-171-2/+2
* | | | Merge tag 'edac_3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2013-02-204-168/+120
|\ \ \ \
| * | | | mpc85xx_edac: Fix typoBaruch Siach2013-02-101-2/+2