summaryrefslogtreecommitdiffstats
path: root/drivers/edac
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-12/+6
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-26/+26
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-41/+44
2026-02-10Merge tag 'edac_updates_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-919/+80
2026-02-09Merge remote-tracking branches 'ras/edac-drivers', 'ras/edac-misc' and 'ras/e...Borislav Petkov (AMD)-1/+1
2026-02-01EDAC/altera: Remove IRQF_ONESHOTSebastian Andrzej Siewior-7/+4
2026-01-30EDAC/r82600: Remove this obsolete driverEthan Nelson-Moore-434/+0
2026-01-29EDAC/i82443bxgx: Remove driver that has been marked broken since 2007Ethan Nelson-Moore-471/+0
2026-01-04EDAC/x38: Fix a resource leak in x38_probe1()Haoxiang Li-3/+6
2026-01-04EDAC/i3200: Fix a resource leak in i3200_probe1()Haoxiang Li-5/+6
2025-12-30EDAC/amd64: Avoid a -Wformat-security warningArnd Bergmann-1/+1
2025-12-19EDAC/igen6: Add more Intel Panther Lake-H SoCs supportLili Li-0/+20
2025-12-19EDAC/igen6: Make masks of {MCHBAR, TOM, TOUUD, ECC_ERROR_LOG} configurableQiuxu Zhuo-12/+53
2025-12-17EDAC/igen6: Add two Intel Amston Lake SoCs supportQiuxu Zhuo-0/+4
2025-12-17EDAC/i5400: Fix snprintf() limit calculation in calculate_dimm_size()Dan Carpenter-1/+1
2025-12-17EDAC/i5000: Fix snprintf() size calculation in calculate_dimm_size()Dan Carpenter-0/+1
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds-3/+1
2025-12-02Merge tag 'edac_updates_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-500/+746
2025-11-24EDAC/ie31200: Convert to common field_get() helperGeert Uytterhoeven-4/+1
2025-11-24EDAC/ie31200: #undef field_get() before local definitionGeert Uytterhoeven-0/+1
2025-11-21EDAC/igen6: Fix error handling in igen6_edac driverMa Ke-0/+2
2025-11-21EDAC/imh: Setup 'imh_test' debugfs testing nodeQiuxu Zhuo-0/+2
2025-11-21EDAC/{skx_comm,imh}: Detect 2-level memory configurationQiuxu Zhuo-0/+42
2025-11-21EDAC/skx_common: Extend the maximum number of DRAM chip row bitsQiuxu Zhuo-1/+1
2025-11-21EDAC/{skx_common,imh}: Add EDAC driver for Intel Diamond Rapids serversQiuxu Zhuo-26/+648
2025-11-19EDAC/skx_common: Prepare for skx_set_hi_lo()Qiuxu Zhuo-0/+8
2025-11-19EDAC/skx_common: Prepare for skx_get_edac_list()Qiuxu Zhuo-0/+8
2025-11-19EDAC/{skx_common,skx,i10nm}: Make skx_register_mci() independent of pci_devQiuxu Zhuo-9/+10
2025-11-18EDAC/ghes: Replace deprecated strcpy() in ghes_edac_report_mem_error()Thorsten Blum-3/+4
2025-11-11EDAC/altera: Use INTTEST register for Ethernet and USB SBE injectionNiravkumar L Rabara-2/+2
2025-11-11EDAC/altera: Handle OCRAM ECC enable after warm resetNiravkumar L Rabara-3/+15
2025-11-10EDAC/ie31200: Fix error handling in ie31200_register_mciMa Ke-0/+2
2025-11-07EDAC/versalnet: Handle split messages for non-standard errorsShubhrajyoti Datta-11/+13
2025-11-06EDAC: Remove the legacy EDAC sysfs interfaceAvadhut Naik-412/+0
2025-11-06EDAC/amd64: Remove NUM_CONTROLLERS macroAvadhut Naik-2/+6
2025-11-06EDAC/amd64: Generate ctl_name string at runtimeAvadhut Naik-47/+13
2025-10-13EDAC/versalnet: Fix off by one in handle_error()Dan Carpenter-1/+1
2025-09-30Merge tag 'edac_updates_for_v6.18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-57/+1342
2025-09-26Merge branches 'edac-drivers' and 'edac-misc' into edac-updatesBorislav Petkov (AMD)-0/+0
2025-09-18EDAC/versalnet: Return the correct error in mc_probe()Dan Carpenter-1/+3
2025-09-17EDAC/mc_sysfs: Increase legacy channel support to 16Avadhut Naik-0/+24
2025-09-17EDAC/amd64: Add support for AMD family 1Ah-based newer modelsAvadhut Naik-1/+21
2025-09-15EDAC: Add a driver for the AMD Versal NET DDR controllerShubhrajyoti Datta-0/+967
2025-09-03EDAC/skx_common: Use topology_physical_package_id() instead of open codingQiuxu Zhuo-1/+2
2025-08-30EDAC: Fix wrong executable file modes for C source filesKuan-Wei Chiu-0/+0
2025-08-25EDAC/altera: Delete an inappropriate dma_free_coherent() callSalah Triki-1/+0
2025-08-20EDAC/altera: Use dev_fwnode()Jiri Slaby (SUSE)-2/+2
2025-08-19EDAC/skx_common: Remove unused *NUM*_IMC macrosQiuxu Zhuo-5/+0