summaryrefslogtreecommitdiffstats
path: root/drivers/edac/i7core_edac.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'edac_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-121-2/+2
|\
| * EDAC: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-171-2/+2
* | EDAC/{i7core,sb,pnd2,skx}: Fix error event severityTony Luck2020-08-181-2/+2
|/
* x86/mce: Fix all mce notifiers to update the mce->kflags bitmaskTony Luck2020-04-141-2/+3
* EDAC: Replace EDAC_DIMM_PTR() macro with edac_get_dimm() functionRobert Richter2019-11-091-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 172Thomas Gleixner2019-05-301-3/+1
* EDAC: Fix indentation issues in several EDAC driversColin Ian King2018-11-101-1/+1
* EDAC, {i7core,sb,skx}_edac: Fix uncorrected error countingTony Luck2018-09-291-0/+1
* EDAC, i7core: Remove set but not used variable pvtYueHaibing2018-09-251-2/+0
* EDAC: Correct DIMM capacity unit symbolQiuxu Zhuo2018-09-221-1/+1
* EDAC, i7core: Fix memleaks and use-after-free on probe and removeJohan Hovold2018-06-181-7/+15
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* EDAC, i7core: Fix spelling mistake: "redundacy" -> "redundancy"Colin Ian King2018-05-041-1/+1
* EDAC: Handle return value of kasprintf()Arvind Yadav2017-09-211-2/+9
* EDAC: Make device_type constBhumika Goyal2017-08-201-2/+2
* EDAC: Get rid of mci->mod_verBorislav Petkov2017-07-171-1/+0
* EDAC: Constify attribute_group structuresArvind Yadav2017-07-171-2/+2
* x86/ras, EDAC, acpi: Assign MCE notifier handlers a priorityBorislav Petkov2017-01-241-0/+1
* edac: rename edac_core.h to edac_mc.hMauro Carvalho Chehab2016-12-151-1/+1
* Merge tag 'edac_for_4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2016-05-161-76/+5
|\
| * EDAC, i7core: Remove double buffering of error recordsTony Luck2016-04-291-76/+5
* | EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callbackTony Luck2016-04-291-1/+1
|/
* EDAC: i7core: Use static attribute groups for sysfs entriesTakashi Iwai2015-02-231-19/+11
* EDAC: i7core: Return proper error codes for kzalloc() errorsTakashi Iwai2015-02-231-2/+2
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-041-2/+2
|\
| * Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab2014-03-111-2/+7
| |\
| * | [media, edac] Change my email addressMauro Carvalho Chehab2014-02-071-2/+2
* | | Merge tag 'edac_for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2014-04-011-7/+3
|\ \ \ | |_|/ |/| |
| * | i7core_edac: Drop unused variableJean Delvare2014-02-251-7/+3
| |/
* / i7core_edac: Fix PCI device reference countJean Delvare2014-02-251-2/+7
|/
* EDAC: Remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-061-1/+1
* EDAC: Replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-081-5/+5
* Merge tag 'v3.8-rc7' into nextMauro Carvalho Chehab2013-02-201-4/+3
|\
| * Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+3
* | i7core_edac: fix erroneous size of static arrayNiklas Söderlund2012-12-211-4/+4
|/
* i7core_edac: fix panic when accessing sysfs filesPrarit Bhargava2012-11-281-3/+3
* Merge branch 'devel'Mauro Carvalho Chehab2012-07-291-223/+297
|\
| * i7core_edac: properly handle error countMauro Carvalho Chehab2012-06-121-21/+12
| * edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab2012-06-121-2/+2
| * edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab2012-06-111-2/+2
| * edac: Convert debugfX to edac_dbg(X,Joe Perches2012-06-111-74/+70
| * edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab2012-06-111-22/+15
| * i7core_edac: change the mem allocation scheme to make Documentation/kobject.t...Mauro Carvalho Chehab2012-06-111-21/+35
| * i7core_edac: convert it to use struct deviceMauro Carvalho Chehab2012-06-111-129/+209
| * edac: Rename the parent dev to pdevMauro Carvalho Chehab2012-06-111-2/+2
* | edac: avoid mce decoding crash after edac driver unloadedChen Gong2012-06-111-11/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds2012-05-291-192/+78
|\|
| * i7core: fix ranks information at the per-channel structMauro Carvalho Chehab2012-05-281-13/+16
| * edac: Cleanup the logs for i7core and sb edac driversMauro Carvalho Chehab2012-05-281-7/+2
| * edac: Remove the legacy EDAC ABIMauro Carvalho Chehab2012-05-281-1/+1