summaryrefslogtreecommitdiff
path: root/drivers/edac/i7core_edac.c
AgeCommit message (Expand)Author
2019-11-09EDAC: Replace EDAC_DIMM_PTR() macro with edac_get_dimm() functionRobert Richter
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 172Thomas Gleixner
2018-11-10EDAC: Fix indentation issues in several EDAC driversColin Ian King
2018-09-29EDAC, {i7core,sb,skx}_edac: Fix uncorrected error countingTony Luck
2018-09-25EDAC, i7core: Remove set but not used variable pvtYueHaibing
2018-09-22EDAC: Correct DIMM capacity unit symbolQiuxu Zhuo
2018-06-18EDAC, i7core: Fix memleaks and use-after-free on probe and removeJohan Hovold
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-04EDAC, i7core: Fix spelling mistake: "redundacy" -> "redundancy"Colin Ian King
2017-09-21EDAC: Handle return value of kasprintf()Arvind Yadav
2017-08-20EDAC: Make device_type constBhumika Goyal
2017-07-17EDAC: Get rid of mci->mod_verBorislav Petkov
2017-07-17EDAC: Constify attribute_group structuresArvind Yadav
2017-01-24x86/ras, EDAC, acpi: Assign MCE notifier handlers a priorityBorislav Petkov
2016-12-15edac: rename edac_core.h to edac_mc.hMauro Carvalho Chehab
2016-05-16Merge tag 'edac_for_4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds
2016-04-29EDAC, i7core: Remove double buffering of error recordsTony Luck
2016-04-29EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callbackTony Luck
2015-02-23EDAC: i7core: Use static attribute groups for sysfs entriesTakashi Iwai
2015-02-23EDAC: i7core: Return proper error codes for kzalloc() errorsTakashi Iwai
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-04-01Merge tag 'edac_for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds
2014-03-11Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab
2014-02-25i7core_edac: Drop unused variableJean Delvare
2014-02-25i7core_edac: Fix PCI device reference countJean Delvare
2014-02-07[media, edac] Change my email addressMauro Carvalho Chehab
2013-12-06EDAC: Remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2013-06-08EDAC: Replace strict_strtoul() with kstrtoul()Jingoo Han
2013-02-20Merge tag 'v3.8-rc7' into nextMauro Carvalho Chehab
2013-01-03Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman
2012-12-21i7core_edac: fix erroneous size of static arrayNiklas Söderlund
2012-11-28i7core_edac: fix panic when accessing sysfs filesPrarit Bhargava
2012-07-29Merge branch 'devel'Mauro Carvalho Chehab
2012-06-12i7core_edac: properly handle error countMauro Carvalho Chehab
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab
2012-06-11edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab
2012-06-11edac: Convert debugfX to edac_dbg(X,Joe Perches
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab
2012-06-11i7core_edac: change the mem allocation scheme to make Documentation/kobject.t...Mauro Carvalho Chehab
2012-06-11i7core_edac: convert it to use struct deviceMauro Carvalho Chehab
2012-06-11edac: Rename the parent dev to pdevMauro Carvalho Chehab
2012-06-11edac: avoid mce decoding crash after edac driver unloadedChen Gong
2012-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds
2012-05-28i7core: fix ranks information at the per-channel structMauro Carvalho Chehab
2012-05-28edac: Cleanup the logs for i7core and sb edac driversMauro Carvalho Chehab
2012-05-28edac: Remove the legacy EDAC ABIMauro Carvalho Chehab
2012-05-28i7core_edac: convert driver to use the new edac ABIMauro Carvalho Chehab
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab
2012-05-28edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab