summaryrefslogtreecommitdiffstats
path: root/drivers/edac
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2020-06-112-2/+2
* EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msecEiichi Tsukata2019-10-312-9/+9
* EDAC, {i7core,sb,skx}_edac: Fix uncorrected error countingTony Luck2019-02-112-0/+2
* EDAC, i7core: Fix memleaks and use-after-free on probe and removeJohan Hovold2018-12-161-7/+15
* EDAC: i7core: Return proper error codes for kzalloc() errorsTakashi Iwai2018-12-161-2/+2
* EDAC: Fix memleak in module init error pathJohan Hovold2018-12-161-3/+3
* EDAC, octeon: Fix an uninitialized variable warningJames Hogan2018-06-161-0/+1
* EDAC: Increment correct counter in edac_inc_ue_error()Emmanouil Maroudas2016-08-221-1/+1
* EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callbackTony Luck2016-06-152-2/+2
* EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()Dan Carpenter2016-05-011-1/+1
* EDAC: Robustify workqueues destructionBorislav Petkov2016-02-023-23/+11
* EDAC, mc_sysfs: Fix freeing bus' nameBorislav Petkov2016-02-021-7/+14
* EDAC: Fix the leak of mci->bus->name when bus_register failsJunjie Mao2016-02-021-13/+16
* EDAC, ppc4xx: Access mci->csrows array elements properlyMichael Walle2015-09-031-1/+1
* sb_edac: avoid INTERNAL ERROR message in EDAC with unspecified channelSeth Jennings2015-04-211-2/+6
* sb_edac: Fix erroneous bytes->gigabytes conversionJim Snow2015-04-211-18/+20
* EDAC, amd64_edac: Prevent OOPS with >16 memory controllersDaniel J Blueman2015-03-021-2/+8
* e7xxx_edac: Report CE events properlyJason Baron2014-11-131-1/+1
* cpc925_edac: Report UE events properlyJason Baron2014-11-131-1/+1
* i82860_edac: Report CE events properlyJason Baron2014-11-131-1/+1
* i3200_edac: Report CE events properlyJason Baron2014-11-131-2/+2
* mpc85xx_edac: Make L2 interrupt shared tooBorislav Petkov2014-10-301-1/+1
* Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-021-7/+1
|\
| *-. Merge branches 'pci/host-exynos', 'pci/host-imx6', 'pci/resource' and 'pci/mi...Bjorn Helgaas2014-05-301-7/+1
| |\ \
| | | * PCI: Make pci_bus_add_device() voidYijing Wang2014-05-301-7/+1
| | |/ | |/|
| | * i82875p_edac: Assign PCI resources before adding deviceYinghai Lu2014-05-301-1/+2
| |/
* | EDAC: Fix MC scrub mode comparsion bug for correctable errorsLoc Ho2014-05-091-1/+1
* | EDAC, MCE, AMD: Remove leftover unused maskBorislav Petkov2014-05-081-2/+0
|/
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-046-10/+10
|\
| * Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab2014-03-115-30/+42
| |\
| * | [media, edac] Change my email addressMauro Carvalho Chehab2014-02-076-10/+10
* | | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2014-04-031-9/+16
|\ \ \
| * | | sb_edac: mark MCE messages as KERN_DEBUGAristeu Rozanski2014-03-131-11/+12
| * | | sb_edac: use "event" instead of "exception" when MC wasnt signaledAristeu Rozanski2014-03-131-2/+8
| | |/ | |/|
* | | Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/u...Linus Torvalds2014-04-021-6/+173
|\ \ \
| * | | EDAC: Octeon: Add error injection supportDaniel Walker2014-03-311-6/+171
| * | | EDAC: Octeon: Fix lack of opstate_initDaniel Walker2014-03-311-0/+2
| |/ /
* | | Merge tag 'edac_for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2014-04-0112-91/+130
|\ \ \ | |/ / |/| |
| * | amd64_edac: Add support for newer F16h modelsAravind Gopalakrishnan2014-02-272-0/+27
| * | i7core_edac: Drop unused variableJean Delvare2014-02-251-7/+3
| * | i82875p_edac: Drop redundant call to pci_get_device()Jean Delvare2014-02-251-2/+0
| * | amd8111_edac: Fix leaks in probe error pathsJean Delvare2014-02-251-14/+30
| * | e752x_edac: Drop pvt->bridge_ckJean Delvare2014-02-251-18/+10
| * | MCE, AMD: Fix decoding module loading on unsupported hwBorislav Petkov2014-02-241-32/+33
| * | i5100_edac: Remove an unneeded condition in i5100_init_csrows()Dan Carpenter2014-02-201-10/+7
| * | sb_edac: Degrade log level for device registrationJiang Liu2014-02-201-1/+1
| * | amd64_edac: Fix logic to determine channel for F15 M30h processorsAravind Gopalakrishnan2014-02-071-3/+11
| * | edac/85xx: Remove deprecated IRQF_DISABLEDJohannes Thumshirn2014-02-071-3/+3
| * | i3200_edac: Add a missing pci_disable_device() on the exit pathHitoshi Mitake2014-02-071-0/+2
| * | i5400_edac: Disable device when unloading moduleAristeu Rozanski2014-02-071-0/+2