summaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)AuthorFilesLines
2025-06-04EDAC/ie31200: work around false positive build warningArnd Bergmann1-15/+13
2025-06-04EDAC/altera: Set DDR and SDMMC interrupt mask before registrationNiravkumar L Rabara2-3/+6
2025-06-04EDAC/altera: Test the correct error reg offsetNiravkumar L Rabara1-1/+1
2025-04-10EDAC/ie31200: Fix the error path order of ie31200_init()Qiuxu Zhuo1-5/+7
2025-04-10EDAC/ie31200: Fix the DIMM size mask for several SoCsQiuxu Zhuo1-1/+2
2025-04-10EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layerQiuxu Zhuo1-3/+1
2024-12-14EDAC/fsl_ddr: Fix bad bit shift operationsPriyanka Singh1-9/+13
2024-12-14EDAC/bluefield: Fix potential integer overflowDavid Thompson1-1/+1
2024-08-19EDAC, i10nm: make skx_common.o a separate moduleArnd Bergmann3-8/+27
2024-08-19EDAC/skx_common: Add new ADXL components for 2-level memoryQiuxu Zhuo2-11/+67
2024-08-19EDAC, skx: Retrieve and print retry_rd_err_log registersTony Luck3-7/+60
2024-08-19EDAC, skx_common: Refactor so that we initialize "dev" in result of adxl decode.Tony Luck1-25/+23
2024-01-26EDAC/thunderx: Fix possible out-of-bounds string accessArnd Bergmann1-5/+5
2023-05-17EDAC/skx: Fix overflows on the DRAM row address mapping arraysQiuxu Zhuo1-2/+2
2023-02-06EDAC/qcom: Do not pass llcc_driv_data as edac_device_ctl_info's pvt_infoManivannan Sadhasivam1-3/+2
2023-02-06EDAC/device: Respect any driver-supplied workqueue polling valueManivannan Sadhasivam1-8/+7
2023-02-06EDAC/highbank: Fix memory leak in highbank_mc_probe()Miaoqian Lin1-2/+5
2023-01-18EDAC/device: Fix period calculation in edac_device_reset_delay_period()Eliav Farber2-10/+9
2023-01-18EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper()Yang Yingliang1-2/+1
2022-04-27EDAC/synopsys: Read the error count from the correct registerShubhrajyoti Datta1-5/+11
2022-02-23EDAC: Fix calculation of returned address and next offset in edac_align_ptr()Eliav Farber1-1/+1
2022-02-08EDAC/xgene: Fix deferred probingSergey Shtylyov1-1/+1
2022-02-08EDAC/altera: Fix deferred probingSergey Shtylyov1-1/+1
2022-01-27EDAC/synopsys: Use the quirk for version instead of ddr versionDinh Nguyen1-2/+1
2021-11-17EDAC/amd64: Handle three rank interleaving modeYazen Ghannam1-1/+21
2021-11-17EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/HaswellEric Badger1-1/+1
2021-10-20EDAC/armada-xp: Fix output of uncorrectable error counterHans Potsch1-1/+1
2021-09-30EDAC/synopsys: Fix wrong value type assignment for edac_modeSai Krishna Potthuri1-1/+1
2021-09-15EDAC/i10nm: Fix NVDIMM detectionQiuxu Zhuo1-3/+3
2021-07-14EDAC/Intel: Do not load EDAC driver when running as a guestLuck, Tony4-0/+12
2021-07-14EDAC/ti: Add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2020-12-30EDAC/amd64: Fix PCI component registrationBorislav Petkov1-12/+14
2020-12-30EDAC/i10nm: Use readl() to access MMIO registersQiuxu Zhuo1-4/+7
2020-12-30EDAC/mce_amd: Use struct cpuinfo_x86.cpu_die_id for AMD NodeIdYazen Ghannam1-1/+1
2020-10-29EDAC/ti: Fix handling of platform_get_irq() errorKrzysztof Kozlowski1-1/+2
2020-10-29EDAC/aspeed: Fix handling of platform_get_irq() errorKrzysztof Kozlowski1-2/+2
2020-10-29EDAC/i5100: Fix error handling order in i5100_init_one()Dinghao Liu1-6/+5
2020-10-01EDAC/ghes: Check whether the driver is on the safe list correctlyBorislav Petkov1-0/+4
2020-09-03EDAC/{i7core,sb,pnd2,skx}: Fix error event severityTony Luck4-7/+7
2020-09-03EDAC: skx_common: get rid of unused type varMauro Carvalho Chehab1-4/+1
2020-09-03EDAC: sb_edac: get rid of unused varsMauro Carvalho Chehab1-13/+8
2020-09-03EDAC/ie31200: Fallback if host bridge device is already initializedJason Baron1-3/+47
2020-08-19EDAC: Fix reference count leaksQiushi Wu2-1/+2
2020-07-09EDAC/amd64: Read back the scrub rate PCI register on F15hBorislav Petkov1-0/+2
2020-06-22EDAC/amd64: Add AMD family 17h model 60h PCI IDsAlexander Monakov2-0/+16
2020-06-17EDAC/skx: Use the mcmtr register to retrieve close_pg/bank_xor_enableQiuxu Zhuo4-17/+13
2020-03-12EDAC/synopsys: Do not print an error with back-to-back snprintf() callsSherry Sun1-15/+7
2020-03-05EDAC: skx_common: downgrade message importance on missing PCI deviceAristeu Rozanski1-1/+1
2020-02-24EDAC/sifive: Fix return value check in ecc_register()Wei Yongjun1-2/+2
2020-02-19EDAC/mc: Fix use-after-free and memleaks during device removalRobert Richter2-21/+6