summaryrefslogtreecommitdiff
path: root/drivers/edac
Commit message (Expand)AuthorAgeFilesLines
* EDAC: Fix calculation of returned address and next offset in edac_align_ptr()Eliav Farber2022-02-231-1/+1
* EDAC/xgene: Fix deferred probingSergey Shtylyov2022-02-081-1/+1
* EDAC/altera: Fix deferred probingSergey Shtylyov2022-02-081-1/+1
* EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/HaswellEric Badger2021-11-261-1/+1
* EDAC/synopsys: Fix wrong value type assignment for edac_modeSai Krishna Potthuri2021-10-061-1/+1
* EDAC/amd64: Fix PCI component registrationBorislav Petkov2020-12-291-12/+14
* EDAC/i5100: Fix error handling order in i5100_init_one()Dinghao Liu2020-10-291-6/+5
* EDAC/ie31200: Fallback if host bridge device is already initializedJason Baron2020-09-031-3/+47
* EDAC: Fix reference count leaksQiushi Wu2020-08-212-1/+2
* EDAC/amd64: Read back the scrub rate PCI register on F15hBorislav Petkov2020-07-091-0/+2
* EDAC/amd64: Set grain per DIMMYazen Ghannam2020-03-111-0/+1
* EDAC/mc: Fix edac_mc_find() in case no device is foundRobert Richter2020-01-271-8/+4
* EDAC/ghes: Fix grain calculationRobert Richter2019-12-311-2/+8
* EDAC, thunderx: Fix memory leak in thunderx_l2c_threaded_isr()Dan Carpenter2019-12-011-2/+2
* EDAC, sb_edac: Return early on ADDRV bit and address type testQiuxu Zhuo2019-11-201-33/+35
* EDAC/amd64: Decode syndrome before translating addressYazen Ghannam2019-10-051-7/+7
* EDAC/amd64: Recognize DRAM device type ECC capabilityYazen Ghannam2019-10-051-2/+12
* EDAC, pnd2: Fix ioremap() size in dnv_rd_reg()Stephen Douthit2019-10-051-1/+6
* EDAC/altera: Use the proper type for the IRQ status bitsDan Carpenter2019-10-051-1/+3
* EDAC/mc: Fix grain_bits calculationRobert Richter2019-10-051-2/+6
* EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msecEiichi Tsukata2019-07-312-9/+9
* EDAC/sysfs: Fix memory leak when creating a csrow objectPan Bian2019-07-311-1/+7
* EDAC/mpc85xx: Prevent building as a moduleMichael Ellerman2019-06-151-2/+2
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2019-05-141-1/+1
* EDAC, skx_edac: Fix logical channel intermediate decodingQiuxu Zhuo2018-11-131-1/+1
* EDAC, {i7core,sb,skx}_edac: Fix uncorrected error countingTony Luck2018-11-133-0/+3
* EDAC, amd64: Add Family 17h, models 10h-2fh supportMichael Jin2018-11-132-0/+17
* EDAC: Fix memleak in module init error pathJohan Hovold2018-10-031-3/+3
* EDAC, i7core: Fix memleaks and use-after-free on probe and removeJohan Hovold2018-10-031-7/+15
* EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]Takashi Iwai2018-08-241-0/+1
* EDAC, altera: Fix ARM64 build warningThor Thayer2018-08-031-1/+1
* x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank typeYazen Ghannam2018-04-191-4/+7
* EDAC, mv64x60: Fix an error handling pathChristophe JAILLET2018-04-121-1/+1
* EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNLAnna Karbownik2018-03-081-1/+1
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-221-1/+1
* EDAC, octeon: Fix an uninitialized variable warningJames Hogan2018-02-161-0/+1
* EDAC, sb_edac: Fix missing break in switchGustavo A. R. Silva2017-12-101-0/+1
* EDAC, sb_edac: Don't create a second memory controller if HA1 is not presentQiuxu Zhuo2017-11-211-1/+8
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* EDAC, mce_amd: Get rid of local var in amd_filter_mce()Borislav Petkov2017-08-211-3/+1
* EDAC, mce_amd: Get rid of most struct cpuinfo_x86 usesBorislav Petkov2017-08-211-10/+12
* EDAC, mce_amd: Rename decode_smca_errors() to decode_smca_error()Borislav Petkov2017-08-211-2/+2
* EDAC: Make device_type constBhumika Goyal2017-08-202-6/+6
* EDAC, pnd2: Properly toggle hidden state for P2SB PCI deviceQiuxu Zhuo2017-08-191-2/+8
* EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BARQiuxu Zhuo2017-08-191-0/+11
* EDAC, pnd2: Mask off the lower four bits of a BARQiuxu Zhuo2017-08-191-0/+1
* EDAC, thunderx: Fix error handling path in thunderx_lmc_probe()Christophe JAILLET2017-08-181-3/+2
* EDAC, altera: Fix error handling path in altr_edac_device_probe()Christophe JAILLET2017-08-181-1/+3
* EDAC, pnd2: Build in a minimal sideband driver for Apollo LakeTony Luck2017-08-041-29/+59
* EDAC, sb_edac: Classify memory mirroring modesQiuxu Zhuo2017-08-021-16/+47