summaryrefslogtreecommitdiffstats
path: root/drivers/edac
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* 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
|\
| * EDAC: Fix kcalloc argument orderJoe Perches2013-01-301-3/+3
| * EDAC: Test correct variable in ->store functionDan Carpenter2013-01-301-1/+1
| * Merge tag 'edac_fixes_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-01-092-18/+9Star
| |\
| | * EDAC: Cleanup device deregistering pathLans Zhang2013-01-071-12/+6Star
| | * EDAC: Fix EDAC Kconfig menuBorislav Petkov2013-01-071-5/+3Star
| | * EDAC: Fix kernel panic on module unloadingKonstantin Khlebnikov2013-01-071-2/+1Star
| * | Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman2013-01-0431-128/+111Star
| |/
| * Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-12-146-1/+685
| |\
| | * MIPS/EDAC: Improve OCTEON EDAC support.David Daney2012-12-135-321/+348
| | * MIPS: Cavium: Add EDAC support.Ralf Baechle2012-12-127-1/+658
* | | 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/+0Star
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2012-12-1112-446/+451
|\ \
| * | EDAC, pci_sysfs: Use for_each_pci_dev to simplify the codeWei Yongjun2012-12-041-8/+4Star
| * | EDAC: Handle error path in edac_mc_sysfs_init() properlyDenis Kirjanov2012-11-281-2/+15
| * | MCE, AMD: Dump error statusBorislav Petkov2012-11-282-6/+22
| * | MCE, AMD: Report decoded error type firstBorislav Petkov2012-11-281-25/+25
| * | MCE, AMD: Dump CPU f/m/s triple with the errorBorislav Petkov2012-11-281-4/+6
| * | MCE, AMD: Remove functional unit referencesBorislav Petkov2012-11-282-97/+94Star
| * | EDAC: Convert to use simple_open()Wei Yongjun2012-11-281-7/+1Star
| * | EDAC, Calxeda highbank: Convert to use simple_open()Wei Yongjun2012-11-281-7/+1Star
| * | EDAC: Fix mc size reported in sysfsJosh Hunt2012-11-281-4/+8
| * | EDAC: Fix csrow size reported in sysfsBorislav Petkov2012-11-282-0/+4
| * | EDAC: Pass mci parentBorislav Petkov2012-11-281-0/+1
| * | EDAC: Add memory controller flagsBorislav Petkov2012-11-281-0/+1
| * | amd64_edac: Fix csrows size and pages computationBorislav Petkov2012-11-281-21/+27
| * | amd64_edac: Use DBAM_DIMM macroBorislav Petkov2012-11-282-2/+2
| * | amd64_edac: Fix K8 chip select reportingBorislav Petkov2012-11-281-6/+3Star
| * | amd64_edac: Reorganize error reporting pathBorislav Petkov2012-11-282-124/+89Star
| * | amd64_edac: Do not check whether error address is validBorislav Petkov2012-11-281-21/+0Star
| * | amd64_edac: Improve error injectionBorislav Petkov2012-11-283-10/+41
| * | amd64_edac: Cleanup error injection codeBorislav Petkov2012-11-282-69/+60Star
| * | amd64_edac: Small fixlets and cleanupsBorislav Petkov2012-11-281-8/+5Star