summaryrefslogtreecommitdiffstats
path: root/drivers/edac
AgeCommit message (Expand)AuthorFilesLines
2013-02-25ghes_edac: Don't credit the same memory dimm twiceMauro Carvalho Chehab1-4/+13
2013-02-25ghes_edac: do a better job of filling EDAC DIMM infoMauro Carvalho Chehab1-12/+180
2013-02-25ghes_edac: add support for reporting errors via EDACMauro Carvalho Chehab1-2/+54
2013-02-25ghes_edac: Register at EDAC core the BIOS reportMauro Carvalho Chehab3-0/+138
2013-02-21edac: add support for raw error reportsMauro Carvalho Chehab2-22/+47
2013-02-21edac: reduce stack pressure by using a pre-allocated bufferMauro Carvalho Chehab1-33/+48
2013-02-21edac: lock module owner to avoid error report conflictsMauro Carvalho Chehab1-4/+21
2013-02-21edac: add a new memory layer typeMauro Carvalho Chehab1-0/+1
2013-02-21edac: initialize the core earlierMauro Carvalho Chehab1-1/+1
2013-02-21edac: better report error conditions in debug modeMauro Carvalho Chehab1-1/+6
2013-02-21i5100_edac: Remove two checkpatch warningsMauro Carvalho Chehab1-4/+2
2013-02-21i5100_edac: connect fault injection to debugfs nodeNiklas Söderlund1-1/+70
2013-02-21i5100_edac: add fault injection codeNiklas Söderlund1-0/+87
2013-02-21i5100_edac: probe for device 19 function 0Niklas Söderlund1-1/+27
2013-02-21edac: only create sdram_scrub_rate where supportedMauro Carvalho Chehab1-10/+19
2013-02-21i3200_edac: Fix the logic that detects filled memoriesMauro Carvalho Chehab1-9/+12
2013-02-21i3200_edac: Add more debug to the driverMauro Carvalho Chehab1-2/+14
2013-02-20Merge tag 'v3.8-rc7' into nextMauro Carvalho Chehab36-144/+802
2013-01-30EDAC: Fix kcalloc argument orderJoe Perches1-3/+3
2013-01-30EDAC: Test correct variable in ->store functionDan Carpenter1-1/+1
2013-01-09Merge tag 'edac_fixes_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-18/+9
2013-01-07EDAC: Cleanup device deregistering pathLans Zhang1-12/+6
2013-01-07EDAC: Fix EDAC Kconfig menuBorislav Petkov1-5/+3
2013-01-07EDAC: Fix kernel panic on module unloadingKonstantin Khlebnikov1-2/+1
2013-01-03Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman31-128/+111
2012-12-21i7core_edac: fix kernel crash on unloading i7core_edac.Lans Zhang1-1/+1
2012-12-21i7core_edac: fix erroneous size of static arrayNiklas Söderlund1-4/+4
2012-12-21sb_edac: add a missing /n on a debug messageMauro Carvalho Chehab1-1/+1
2012-12-21edac: edac_mc no longer deals with kobjects directlyShaun Ruffell1-7/+0
2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-1/+685
2012-12-13MIPS/EDAC: Improve OCTEON EDAC support.David Daney5-321/+348
2012-12-12MIPS: Cavium: Add EDAC support.Ralf Baechle7-1/+658
2012-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds12-446/+451
2012-12-04EDAC, pci_sysfs: Use for_each_pci_dev to simplify the codeWei Yongjun1-8/+4
2012-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds4-17/+22
2012-11-28EDAC: Handle error path in edac_mc_sysfs_init() properlyDenis Kirjanov1-2/+15
2012-11-28MCE, AMD: Dump error statusBorislav Petkov2-6/+22
2012-11-28MCE, AMD: Report decoded error type firstBorislav Petkov1-25/+25
2012-11-28MCE, AMD: Dump CPU f/m/s triple with the errorBorislav Petkov1-4/+6
2012-11-28MCE, AMD: Remove functional unit referencesBorislav Petkov2-97/+94
2012-11-28EDAC: Convert to use simple_open()Wei Yongjun1-7/+1
2012-11-28EDAC, Calxeda highbank: Convert to use simple_open()Wei Yongjun1-7/+1
2012-11-28EDAC: Fix mc size reported in sysfsJosh Hunt1-4/+8
2012-11-28EDAC: Fix csrow size reported in sysfsBorislav Petkov2-0/+4
2012-11-28EDAC: Pass mci parentBorislav Petkov1-0/+1
2012-11-28EDAC: Add memory controller flagsBorislav Petkov1-0/+1
2012-11-28amd64_edac: Fix csrows size and pages computationBorislav Petkov1-21/+27
2012-11-28amd64_edac: Use DBAM_DIMM macroBorislav Petkov2-2/+2
2012-11-28amd64_edac: Fix K8 chip select reportingBorislav Petkov1-6/+3
2012-11-28amd64_edac: Reorganize error reporting pathBorislav Petkov2-124/+89