aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac (follow)
AgeCommit message (Expand)AuthorFilesLines
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 'edac_3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds4-168/+120
2013-02-20Merge tag 'v3.8-rc7' into nextMauro Carvalho Chehab36-144/+802
2013-02-19Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-61/+60
2013-02-10mpc85xx_edac: Fix typoBaruch Siach1-2/+2
2013-01-30EDAC: Fix kcalloc argument orderJoe Perches1-3/+3
2013-01-30EDAC: Test correct variable in ->store functionDan Carpenter1-1/+1
2013-01-22EDAC, MCE, AMD: Remove unneeded exportsBorislav Petkov2-18/+8
2013-01-22EDAC, MCE, AMD: Add MCE decoding support for Family 16hJacob Shin2-17/+81
2013-01-22EDAC, MCE, AMD: Make MC2 decoding per-familyJacob Shin2-27/+30
2013-01-22amd64_edac: Remove dead codeBorislav Petkov1-105/+0
2013-01-17drivers/edac: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-01-10amd64_edac: Fix type usage in NB IDs and memory rangesDaniel J Blueman2-16/+16
2013-01-10amd64_edac: Fix PCI function lookupDaniel J Blueman1-34/+38
2013-01-10x86, AMD, NB: Use u16 for northbridge IDs in amd_get_nb_idDaniel J Blueman1-2/+3
2013-01-10x86, AMD, NB: Add multi-domain supportDaniel J Blueman2-9/+3
2013-01-09Merge tag 'edac_fixes_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus 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
2012-11-28amd64_edac: Do not check whether error address is validBorislav Petkov1-21/+0