summaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)AuthorFilesLines
2020-07-09EDAC/amd64: Read back the scrub rate PCI register on F15hBorislav Petkov1-0/+2
2020-03-11EDAC/amd64: Set grain per DIMMYazen Ghannam1-0/+1
2020-01-27EDAC/mc: Fix edac_mc_find() in case no device is foundRobert Richter1-8/+4
2019-12-31EDAC/ghes: Fix grain calculationRobert Richter1-2/+8
2019-12-01EDAC, thunderx: Fix memory leak in thunderx_l2c_threaded_isr()Dan Carpenter1-2/+2
2019-11-20EDAC, sb_edac: Return early on ADDRV bit and address type testQiuxu Zhuo1-33/+35
2019-10-05EDAC/amd64: Decode syndrome before translating addressYazen Ghannam1-7/+7
2019-10-05EDAC/amd64: Recognize DRAM device type ECC capabilityYazen Ghannam1-2/+12
2019-10-05EDAC, pnd2: Fix ioremap() size in dnv_rd_reg()Stephen Douthit1-1/+6
2019-10-05EDAC/altera: Use the proper type for the IRQ status bitsDan Carpenter1-1/+3
2019-10-05EDAC/mc: Fix grain_bits calculationRobert Richter1-2/+6
2019-07-31EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msecEiichi Tsukata2-9/+9
2019-07-31EDAC/sysfs: Fix memory leak when creating a csrow objectPan Bian1-1/+7
2019-06-15EDAC/mpc85xx: Prevent building as a moduleMichael Ellerman1-2/+2
2019-05-14x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra1-1/+1
2018-11-13EDAC, skx_edac: Fix logical channel intermediate decodingQiuxu Zhuo1-1/+1
2018-11-13EDAC, {i7core,sb,skx}_edac: Fix uncorrected error countingTony Luck3-0/+3
2018-11-13EDAC, amd64: Add Family 17h, models 10h-2fh supportMichael Jin2-0/+17
2018-10-04EDAC: Fix memleak in module init error pathJohan Hovold1-3/+3
2018-10-04EDAC, i7core: Fix memleaks and use-after-free on probe and removeJohan Hovold1-7/+15
2018-08-24EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]Takashi Iwai1-0/+1
2018-08-03EDAC, altera: Fix ARM64 build warningThor Thayer1-1/+1
2018-04-19x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank typeYazen Ghannam1-4/+7
2018-04-12EDAC, mv64x60: Fix an error handling pathChristophe JAILLET1-1/+1
2018-03-09EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNLAnna Karbownik1-1/+1
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-1/+1
2018-02-16EDAC, octeon: Fix an uninitialized variable warningJames Hogan1-0/+1
2017-12-10EDAC, sb_edac: Fix missing break in switchGustavo A. R. Silva1-0/+1
2017-11-21EDAC, sb_edac: Don't create a second memory controller if HA1 is not presentQiuxu Zhuo1-1/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-08-21EDAC, mce_amd: Get rid of local var in amd_filter_mce()Borislav Petkov1-3/+1
2017-08-21EDAC, mce_amd: Get rid of most struct cpuinfo_x86 usesBorislav Petkov1-10/+12
2017-08-21EDAC, mce_amd: Rename decode_smca_errors() to decode_smca_error()Borislav Petkov1-2/+2
2017-08-20EDAC: Make device_type constBhumika Goyal2-6/+6
2017-08-19EDAC, pnd2: Properly toggle hidden state for P2SB PCI deviceQiuxu Zhuo1-2/+8
2017-08-19EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BARQiuxu Zhuo1-0/+11
2017-08-19EDAC, pnd2: Mask off the lower four bits of a BARQiuxu Zhuo1-0/+1
2017-08-18EDAC, thunderx: Fix error handling path in thunderx_lmc_probe()Christophe JAILLET1-3/+2
2017-08-18EDAC, altera: Fix error handling path in altr_edac_device_probe()Christophe JAILLET1-1/+3
2017-08-04EDAC, pnd2: Build in a minimal sideband driver for Apollo LakeTony Luck1-29/+59
2017-08-02EDAC, sb_edac: Classify memory mirroring modesQiuxu Zhuo1-16/+47
2017-07-19EDAC, cpc925, ppc4xx: Convert to using %pOF instead of full_nameRob Herring2-5/+5
2017-07-17EDAC: Get rid of mci->mod_verBorislav Petkov29-50/+0
2017-07-17EDAC: Constify attribute_group structuresArvind Yadav2-5/+5
2017-07-17EDAC, mce_amd: Use cpu_to_node() to find the node IDYazen Ghannam1-5/+1
2017-06-29EDAC, pnd2: Fix Apollo Lake DIMM detectionTony Luck1-3/+8
2017-06-29EDAC, i5000, i5400: Fix definition of NRECMEMB registerJérémy Lefaure2-5/+5
2017-06-26EDAC, pnd2: Make function sbi_send() staticColin Ian King1-2/+2
2017-06-23EDAC, pnd2: Return proper error value from apl_rd_reg()Gustavo A. R. Silva1-2/+3
2017-06-14EDAC, altera: Simplify calculation of total memoryChris Packham1-16/+8