aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/sb_edac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+2
2014-04-03Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds1-9/+16
2014-03-13sb_edac: mark MCE messages as KERN_DEBUGAristeu Rozanski1-11/+12
2014-03-13sb_edac: use "event" instead of "exception" when MC wasnt signaledAristeu Rozanski1-2/+8
2014-02-20sb_edac: Degrade log level for device registrationJiang Liu1-1/+1
2014-02-07[media, edac] Change my email addressMauro Carvalho Chehab1-2/+2
2014-01-20Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+5
2014-01-20Merge tag 'edac_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-2/+2
2013-12-16Merge tag 'ras_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/rasIngo Molnar1-1/+5
2013-12-15sb_edac: Mark get_mci_for_node_id as staticRashika Kheria1-1/+1
2013-12-11EDAC, sb_edac: Modify H/W event reporting policyChen, Gong1-1/+5
2013-12-06EDAC: Remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-11-30sb_edac: Shut up compiler warning when EDAC_DEBUG is enabledAristeu Rozanski1-1/+1
2013-11-18Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds1-129/+464
2013-11-14sb_edac: add support for Ivy BridgeAristeu Rozanski1-70/+376
2013-11-14sb_edac: avoid decoding the same error multiple timesAristeu Rozanski1-0/+4
2013-11-14sb_edac: rename mci_bind_devs()Aristeu Rozanski1-3/+3
2013-11-14sb_edac: enable multiple PCI id tables to be usedAristeu Rozanski1-9/+13
2013-11-14sb_edac: rework sad_pkgAristeu Rozanski1-36/+30
2013-11-14sb_edac: allow different interleave listsAristeu Rozanski1-5/+8
2013-11-14sb_edac: allow different dram_rule arraysAristeu Rozanski1-11/+14
2013-11-14sb_edac: isolate TOHM retrievalAristeu Rozanski1-3/+11
2013-11-14sb_edac: rename pci_brAristeu Rozanski1-4/+4
2013-11-14sb_edac: isolate TOLM retrievalAristeu Rozanski1-4/+13
2013-11-14sb_edac: make RANK_CFG_A value part of sbridge_infoAristeu Rozanski1-2/+6
2013-10-21bitops: Introduce a more generic BITMASK macroChen, Gong1-1/+1
2013-04-29edac: sb_edac.c should not require prescence of IMC_DDRIO deviceLuck, Tony1-24/+29
2013-02-20Merge tag 'v3.8-rc7' into nextMauro Carvalho Chehab1-4/+3
2013-01-03Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman1-4/+3
2012-12-21sb_edac: add a missing /n on a debug messageMauro Carvalho Chehab1-1/+1
2012-09-25sb_edac: Avoid overflow errors at memory size calculationMauro Carvalho Chehab1-3/+4
2012-07-29Merge branch 'devel'Mauro Carvalho Chehab1-131/+126
2012-06-12sb_edac: properly handle error countMauro Carvalho Chehab1-4/+3
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab1-2/+2
2012-06-11edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab1-2/+2
2012-06-11edac: Convert debugfX to edac_dbg(X,Joe Perches1-121/+119
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab1-12/+10
2012-06-11edac: Rename the parent dev to pdevMauro Carvalho Chehab1-2/+2
2012-06-11edac: fix the error about memory type detection on SandyBridgeChen Gong1-1/+1
2012-06-11edac: avoid mce decoding crash after edac driver unloadedChen Gong1-4/+4
2012-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds1-134/+78
2012-05-28edac: Cleanup the logs for i7core and sb edac driversMauro Carvalho Chehab1-24/+18
2012-05-28edac: Remove the legacy EDAC ABIMauro Carvalho Chehab1-1/+1
2012-05-28sb_edac: convert driver to use the new edac ABIMauro Carvalho Chehab1-103/+56
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-6/+2
2012-05-28edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab1-2/+0
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab1-14/+17
2012-05-28edac: Create a dimm struct and move the labels into itMauro Carvalho Chehab1-2/+2
2012-04-30edac: Fix spelling errors.David Mackey1-3/+3
2012-03-28Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds1-21/+31