summaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)AuthorFilesLines
2023-02-21Merge tag 'edac_updates_for_v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-359/+961
2023-02-21Merge tag 'ras_core_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-02-14EDAC/amd64: Shut up an -Werror,-Wsometimes-uninitialized clang false positiveYazen Ghannam1-1/+1
2023-02-09EDAC/amd64: Remove early_channel_count()Yazen Ghannam2-116/+2
2023-02-09EDAC/amd64: Remove PCI Function 0Yazen Ghannam2-43/+7
2023-02-09EDAC/amd64: Remove PCI Function 6Yazen Ghannam2-31/+3
2023-02-09EDAC/amd64: Remove scrub rate control for Family 17h and laterYazen Ghannam2-30/+5
2023-02-09EDAC/amd64: Don't set up EDAC PCI control on Family 17h+Yazen Ghannam1-4/+4
2023-02-08EDAC/i10nm: Add driver decoder for Sapphire Rapids serverYouquan Song1-33/+69
2023-01-25EDAC/i10nm: Add Intel Granite Rapids server supportQiuxu Zhuo2-25/+217
2023-01-25EDAC/i10nm: Make more configurations CPU model specificQiuxu Zhuo2-42/+121
2023-01-25EDAC/i10nm: Add Intel Emerald Rapids server supportQiuxu Zhuo1-0/+1
2023-01-25EDAC/skx_common: Delete duplicated and unreachable codeQiuxu Zhuo1-37/+21
2023-01-25EDAC/skx_common: Enable EDAC support for the "near" memoryQiuxu Zhuo2-6/+36
2023-01-20EDAC/qcom: Do not pass llcc_driv_data as edac_device_ctl_info's pvt_infoManivannan Sadhasivam1-3/+2
2023-01-20EDAC/qcom: Add platform_device_id table for module autoloadingManivannan Sadhasivam1-0/+7
2023-01-19EDAC/device: Respect any driver-supplied workqueue polling valueManivannan Sadhasivam1-8/+7
2023-01-10x86/mce: Mask out non-address bits from machine check bankTony Luck1-1/+1
2023-01-09EDAC/zynqmp: Add EDAC support for Xilinx ZynqMP OCMSai Krishna Potthuri3-0/+476
2023-01-03EDAC/highbank: Fix memory leak in highbank_mc_probe()Miaoqian Lin1-2/+5
2022-12-30EDAC/device: Fix period calculation in edac_device_reset_delay_period()Eliav Farber2-10/+9
2022-12-12Merge branches 'edac-ghes' and 'edac-misc' into edac-updates-for-v6.2Borislav Petkov (AMD)4-3/+28
2022-11-28EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper()Yang Yingliang1-2/+1
2022-11-25EDAC/i5400: Fix typo in comment: vaious -> variousChen Zhang1-1/+2
2022-10-31EDAC/mc_sysfs: Increase legacy channel support to 12Yazen Ghannam1-0/+24
2022-10-25EDAC/igen6: Return the correct error type when not the MC ownerJia He1-1/+1
2022-10-21EDAC: Check for GHES preference in the chipset-specific EDAC driversJia He11-0/+31
2022-10-21EDAC/ghes: Make ghes_edac a proper moduleJia He2-4/+40
2022-10-21EDAC/ghes: Prepare to make ghes_edac a proper moduleJia He1-33/+2
2022-10-20EDAC/ghes: Add a notifier for reporting memory errorsJia He1-2/+17
2022-10-17EDAC/i5000: Mark as BROKENAristeu Rozanski1-0/+1
2022-10-13Merge patch series "Use composable cache instead of L2 cache"Palmer Dabbelt2-7/+7
2022-10-13soc: sifive: ccache: Rename SiFive L2 cache to Composable cache.Greentime Hu2-7/+7
2022-10-04Merge branches 'edac-drivers' and 'edac-misc' into edac-updates-for-v6.1Borislav Petkov10-66/+451
2022-09-24EDAC/i7300: Correct the i7300_exit() function name in commentColin Ian King1-1/+1
2022-09-23x86/sb_edac: Add row column translation for BroadwellYouquan Song1-10/+138
2022-09-23EDAC/i10nm: Print an extra register set of retry_rd_err_logQiuxu Zhuo2-11/+72
2022-09-23EDAC/i10nm: Retrieve and print retry_rd_err_log registers for HBMQiuxu Zhuo2-17/+71
2022-09-23EDAC/skx_common: Add ChipSelect ADXL componentQiuxu Zhuo2-0/+9
2022-09-18EDAC/ppc_4xx: Reorder symbols to get rid of a few forward declarationsUwe Kleine-König1-14/+9
2022-09-11EDAC: Remove obsolete declarations in edac_module.hGaosheng Cui1-4/+0
2022-09-08EDAC/i10nm: Add driver decoder for Ice Lake and Tremont CPUsYouquan Song3-2/+138
2022-09-08EDAC/skx_common: Make output format similarQiuxu Zhuo1-2/+2
2022-09-08EDAC/skx_common: Use driver decoder firstQiuxu Zhuo3-9/+17
2022-09-01EDAC/mc: Drop duplicated dimm->nr_pages debug printoutSerge Semin1-1/+0
2022-08-25EDAC/wq: Remove unneeded flush_workqueue()ran jianping1-1/+0
2022-08-25EDAC/ie31200: Add Skylake-S supportJosh Hant1-9/+19
2022-08-07Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-0/+3
2022-08-05Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-42/+21
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-19/+8