summaryrefslogtreecommitdiff
path: root/drivers/edac/igen6_edac.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-30EDAC/igen6: Add Intel Starfire SoCs supportQiuxu Zhuo1-0/+5
2026-07-30EDAC/igen6: Refactor address translation logicQiuxu Zhuo1-85/+159
2026-07-30EDAC/igen6: Remove redundant resource configuration tablesQiuxu Zhuo1-47/+19
2026-07-30EDAC/igen6: Detect present memory controllers at runtimeQiuxu Zhuo1-32/+63
2026-07-30EDAC/igen6: Simplify compute die ID commentsQiuxu Zhuo1-14/+15
2026-07-30EDAC/igen6: Remove unnecessary XOR on the zero-valued interleave bitQiuxu Zhuo1-4/+4
2026-07-30EDAC/igen6: Fix Raptor Lake-P logged error addressQiuxu Zhuo1-33/+6
2026-07-30EDAC/igen6: Fix channel address decode for non-hash modeQiuxu Zhuo1-6/+5
2026-07-30EDAC/igen6: Fix channel selection hashQiuxu Zhuo1-3/+11
2026-07-30EDAC/igen6: Fix interleave boundary conditionQiuxu Zhuo1-1/+1
2026-05-29EDAC: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)1-70/+70
2026-05-29EDAC/igen6: Add Intel Nova Lake-H SoC supportQiuxu Zhuo1-0/+46
2026-05-29EDAC/igen6: Make registers for detecting IBECC configurableQiuxu Zhuo1-28/+27
2026-05-29EDAC/igen6: Add one Intel Panther Lake-H SoC supportQiuxu Zhuo1-0/+2
2026-05-29EDAC/igen6: Fix memory topology parsing for Panther Lake-H SoCsQiuxu Zhuo1-69/+304
2026-05-29EDAC/igen6: Fix call trace due to missing release()Qiuxu Zhuo1-0/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-12-19EDAC/igen6: Add more Intel Panther Lake-H SoCs supportLili Li1-0/+20
2025-12-19EDAC/igen6: Make masks of {MCHBAR, TOM, TOUUD, ECC_ERROR_LOG} configurableQiuxu Zhuo1-12/+53
2025-12-17EDAC/igen6: Add two Intel Amston Lake SoCs supportQiuxu Zhuo1-0/+4
2025-11-21EDAC/igen6: Fix error handling in igen6_edac driverMa Ke1-0/+2
2025-07-07EDAC/igen6: Add Intel Wildcat Lake SoCs supportLili Li1-0/+15
2025-06-23EDAC/igen6: Reduce log level to debug for absent memory controllersQiuxu Zhuo1-1/+1
2025-06-18EDAC/igen6: Fix NULL pointer dereferenceQiuxu Zhuo1-11/+13
2025-04-17EDAC/igen6: Add Intel Amston Lake SoCs supportQiuxu Zhuo1-0/+4
2025-04-17EDAC/igen6: Add Intel Arizona Beach SoCs supportQiuxu Zhuo1-0/+4
2025-04-17EDAC/igen6: Skip absent memory controllersQiuxu Zhuo1-16/+62
2025-03-25Merge remote-tracking branches 'ras/edac-cxl', 'ras/edac-drivers' and 'ras/ed...Borislav Petkov (AMD)1-16/+25
2025-03-03EDAC/igen6: Constify struct res_configChristophe JAILLET1-10/+10
2025-02-20EDAC/igen6: Fix the flood of invalid error reportsQiuxu Zhuo1-6/+15
2024-11-18Merge branch 'edac-misc' into edac-updatesBorislav Petkov (AMD)1-0/+8
2024-11-08EDAC/igen6: Add polling supportOrange Kao1-2/+28
2024-11-08EDAC/igen6: Initialize edac_op_state according to the configuration dataQiuxu Zhuo1-2/+11
2024-11-04EDAC/igen6: Avoid segmentation fault on module unloadOrange Kao1-0/+2
2024-10-14EDAC/igen6: Add Intel Panther Lake-H SoCs supportLili Li1-0/+8
2024-09-03EDAC/igen6: Fix conversion of system address to physical memory addressQiuxu Zhuo1-1/+1
2024-07-15Merge tag 'edac_updates_for_v6.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+8
2024-06-14EDAC/igen6: Add Intel Arrow Lake-U/H SoCs supportQiuxu Zhuo1-0/+8
2024-06-04EDAC/igen6: Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-2/+2
2024-02-01EDAC/igen6: Add one more Intel Alder Lake-N SoC supportLili Li1-0/+2
2023-12-05EDAC/igen6: Add Intel Meteor Lake-P SoCs supportQiuxu Zhuo1-0/+30
2023-12-05EDAC/igen6: Add Intel Meteor Lake-PS SoCs supportQiuxu Zhuo1-0/+44
2023-12-05EDAC/igen6: Add Intel Raptor Lake-P SoCs supportQiuxu Zhuo1-2/+37
2023-12-05EDAC/igen6: Add Intel Alder Lake-N SoCs supportQiuxu Zhuo1-0/+35
2023-12-05EDAC/igen6: Make get_mchbar() helper functionQiuxu Zhuo1-15/+31
2023-08-02EDAC/igen6: Fix the issue of no error eventsQiuxu Zhuo1-4/+4
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 He1-0/+3
2021-06-17EDAC/igen6: Add Intel Alder Lake SoC supportQiuxu Zhuo1-11/+73