summaryrefslogtreecommitdiffstats
path: root/drivers/edac
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | | | EDAC, MCE, AMD: Remove unneeded exportsBorislav Petkov2013-01-222-18/+8
| * | | | EDAC, MCE, AMD: Add MCE decoding support for Family 16hJacob Shin2013-01-222-17/+81
| * | | | EDAC, MCE, AMD: Make MC2 decoding per-familyJacob Shin2013-01-222-27/+30
| * | | | amd64_edac: Remove dead codeBorislav Petkov2013-01-221-105/+0
| |/ / /
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-192-61/+60
|\ \ \ \ | |_|_|/ |/| | |
| * | | amd64_edac: Fix type usage in NB IDs and memory rangesDaniel J Blueman2013-01-102-16/+16
| * | | amd64_edac: Fix PCI function lookupDaniel J Blueman2013-01-101-34/+38
| * | | x86, AMD, NB: Use u16 for northbridge IDs in amd_get_nb_idDaniel J Blueman2013-01-101-2/+3
| * | | x86, AMD, NB: Add multi-domain supportDaniel J Blueman2013-01-102-9/+3
| |/ /
* | | 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/+9
|\ \
| * | EDAC: Cleanup device deregistering pathLans Zhang2013-01-071-12/+6
| * | EDAC: Fix EDAC Kconfig menuBorislav Petkov2013-01-071-5/+3
| * | EDAC: Fix kernel panic on module unloadingKonstantin Khlebnikov2013-01-071-2/+1
* | | Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman2013-01-0331-128/+111
|/ /
* | 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
* | 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/+4
| * | 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/+94
| * | EDAC: Convert to use simple_open()Wei Yongjun2012-11-281-7/+1
| * | EDAC, Calxeda highbank: Convert to use simple_open()Wei Yongjun2012-11-281-7/+1
| * | 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/+3
| * | amd64_edac: Reorganize error reporting pathBorislav Petkov2012-11-282-124/+89
| * | amd64_edac: Do not check whether error address is validBorislav Petkov2012-11-281-21/+0
| * | amd64_edac: Improve error injectionBorislav Petkov2012-11-283-10/+41