aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac/i7core_edac.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-21EDAC: Handle return value of kasprintf()Gravatar Arvind Yadav 1-2/+9
2017-08-20EDAC: Make device_type constGravatar Bhumika Goyal 1-2/+2
2017-07-17EDAC: Get rid of mci->mod_verGravatar Borislav Petkov 1-1/+0
2017-07-17EDAC: Constify attribute_group structuresGravatar Arvind Yadav 1-2/+2
2017-01-24x86/ras, EDAC, acpi: Assign MCE notifier handlers a priorityGravatar Borislav Petkov 1-0/+1
2016-12-15edac: rename edac_core.h to edac_mc.hGravatar Mauro Carvalho Chehab 1-1/+1
2016-05-16Merge tag 'edac_for_4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpGravatar Linus Torvalds 1-76/+5
2016-04-29EDAC, i7core: Remove double buffering of error recordsGravatar Tony Luck 1-76/+5
2016-04-29EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callbackGravatar Tony Luck 1-1/+1
2015-02-23EDAC: i7core: Use static attribute groups for sysfs entriesGravatar Takashi Iwai 1-19/+11
2015-02-23EDAC: i7core: Return proper error codes for kzalloc() errorsGravatar Takashi Iwai 1-2/+2
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2014-04-01Merge tag 'edac_for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpGravatar Linus Torvalds 1-7/+3
2014-03-11Merge tag 'v3.14-rc5' into patchworkGravatar Mauro Carvalho Chehab 1-2/+7
2014-02-25i7core_edac: Drop unused variableGravatar Jean Delvare 1-7/+3
2014-02-25i7core_edac: Fix PCI device reference countGravatar Jean Delvare 1-2/+7
2014-02-07[media, edac] Change my email addressGravatar Mauro Carvalho Chehab 1-2/+2
2013-12-06EDAC: Remove DEFINE_PCI_DEVICE_TABLE macroGravatar Jingoo Han 1-1/+1
2013-06-08EDAC: Replace strict_strtoul() with kstrtoul()Gravatar Jingoo Han 1-5/+5
2013-02-20Merge tag 'v3.8-rc7' into nextGravatar Mauro Carvalho Chehab 1-4/+3
2013-01-03Drivers: edac: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-4/+3
2012-12-21i7core_edac: fix erroneous size of static arrayGravatar Niklas Söderlund 1-4/+4
2012-11-28i7core_edac: fix panic when accessing sysfs filesGravatar Prarit Bhargava 1-3/+3
2012-07-29Merge branch 'devel'Gravatar Mauro Carvalho Chehab 1-223/+297
2012-06-12i7core_edac: properly handle error countGravatar Mauro Carvalho Chehab 1-21/+12
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterGravatar Mauro Carvalho Chehab 1-2/+2
2012-06-11edac: remove arch-specific parameter for the error handlerGravatar Mauro Carvalho Chehab 1-2/+2
2012-06-11edac: Convert debugfX to edac_dbg(X,Gravatar Joe Perches 1-74/+70
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsGravatar Mauro Carvalho Chehab 1-22/+15
2012-06-11i7core_edac: change the mem allocation scheme to make Documentation/kobject.t...Gravatar Mauro Carvalho Chehab 1-21/+35
2012-06-11i7core_edac: convert it to use struct deviceGravatar Mauro Carvalho Chehab 1-129/+209
2012-06-11edac: Rename the parent dev to pdevGravatar Mauro Carvalho Chehab 1-2/+2
2012-06-11edac: avoid mce decoding crash after edac driver unloadedGravatar Chen Gong 1-11/+4
2012-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacGravatar Linus Torvalds 1-192/+78
2012-05-28i7core: fix ranks information at the per-channel structGravatar Mauro Carvalho Chehab 1-13/+16
2012-05-28edac: Cleanup the logs for i7core and sb edac driversGravatar Mauro Carvalho Chehab 1-7/+2
2012-05-28edac: Remove the legacy EDAC ABIGravatar Mauro Carvalho Chehab 1-1/+1
2012-05-28i7core_edac: convert driver to use the new edac ABIGravatar Mauro Carvalho Chehab 1-152/+50
2012-05-28edac: move nr_pages to dimm structGravatar Mauro Carvalho Chehab 1-7/+3
2012-05-28edac: Don't initialize csrow's first_page & friends when not neededGravatar Mauro Carvalho Chehab 1-5/+0
2012-05-28edac: move dimm properties to struct dimm_infoGravatar Mauro Carvalho Chehab 1-14/+13
2012-05-28edac: Create a dimm struct and move the labels into itGravatar Mauro Carvalho Chehab 1-2/+2
2012-04-30edac: Fix spelling errors.Gravatar David Mackey 1-5/+5
2012-03-19EDAC: Make pci_device_id tables __devinitconst.Gravatar Lionel Debroux 1-1/+1
2011-12-14x86, mce: Add wrappers for registering on the decode chainGravatar Borislav Petkov 1-2/+2
2011-11-01i7core_edac: Initialize memory name with cpu, channel, bankGravatar Mauro Carvalho Chehab 1-0/+4
2011-11-01i7core_edac: Fix compilation on 32 bits archGravatar Sedat Dilek 1-2/+5
2011-11-01i7core_edac: scrubbing fixupsGravatar Nils Carlson 1-8/+133
2011-11-01i7core_edac: return -ENODEV if no MC is foundGravatar Mauro Carvalho Chehab 1-2/+18
2011-11-01i7core_edac: use edac's own way to print errorsGravatar Mauro Carvalho Chehab 1-1/+2