aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | 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