summaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)AuthorFilesLines
6 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-1/+1
10 daysMerge tag 'edac_updates_for_v7.3_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds15-376/+375
10 daysMerge remote-tracking branches 'ras/edac-misc', 'ras/edac-drivers' and 'ras/e...Borislav Petkov (AMD)11-357/+356
2026-08-18Merge tag 'x86-msr-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-9/+9
2026-08-07EDAC/device_sysfs: Cleanup around edac_device_ctl_poll_msec_store()Borislav Petkov (AMD)3-16/+9
2026-08-07EDAC/device_sysfs: Use kstrtouint() for poll_msec to prevent truncationJad Keskes1-2/+9
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-07-30EDAC/ie31200: Decouple DIMM width decoding from enum orderQiuxu Zhuo1-1/+17
2026-07-22EDAC: Remove redundant dev_err()Pan Chuang5-23/+6
2026-07-10EDAC/altera: Remove remaining CONFIG_64BIT ifdefs in the DB-error pathRounak Das1-12/+8
2026-07-10EDAC/altera: Use ECC manager compatible to select A10/S10 IRQ layoutRounak Das2-53/+55
2026-07-07RAS/AMD/ATL, EDAC/amd64: Only load ATL when neededYazen Ghannam1-0/+2
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)4-4/+0
2026-07-02EDAC: Stop using 32-bit MSR interfacesJuergen Gross2-9/+9
2026-06-30EDAC/sysfs: Use sysfs_emit_at() in dimmdev_location_show()Abhinav Ananthu1-1/+1
2026-06-29EDAC/debugfs: Remove the fake_inject debugfs interfaceYazen Ghannam1-64/+1
2026-05-29EDAC: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)12-183/+182
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/imh: Add RRL support for Intel Diamond Rapids serverQiuxu Zhuo2-1/+53
2026-05-29EDAC/{skx_common,i10nm}: Prepare RRL for sub-channel granularityQiuxu Zhuo3-13/+36
2026-05-29EDAC/skx_common: Add SubChannel support to ADXL decodeQiuxu Zhuo2-1/+24
2026-05-29EDAC/{skx_common,i10nm}: Move RRL handling to common codeQiuxu Zhuo3-188/+191
2026-05-29EDAC/{skx_common,i10nm}: Introduce rrl_ctrl_modeQiuxu Zhuo2-3/+15
2026-05-29EDAC/{skx_common,i10nm}: Rename rrl_mode to rrl_source_typeQiuxu Zhuo2-16/+16
2026-05-29EDAC/{skx_common,skx,i10nm}: Split skx_set_decode()Qiuxu Zhuo4-14/+22
2026-05-29EDAC/{skx_common,i10nm,imh}: Move MC register access helpers to skx_commonQiuxu Zhuo4-62/+63
2026-05-29EDAC/{skx_common,skx}: Fix UBSAN shift-out-of-bounds in skx_get_dimm_infozhoumin1-0/+3
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-05-29EDAC/sb_edac: fix grammar in sb_decode_ddr3 warningThorsten Blum1-1/+1
2026-05-29EDAC/i5400: disable error reporting at teardown and refactor helperTushar Tibude1-9/+24
2026-05-29EDAC/i5100: disable error reporting at teardown and create helperTushar Tibude1-5/+21
2026-05-29EDAC/i5000: disable error reporting at teardown and refactor helperTushar Tibude1-9/+24
2026-05-29EDAC/i7300: disable error reporting if init fails and refactor helperTushar Tibude1-9/+24
2026-05-14EDAC/i10nm: Don't fail probing if ADXL is missingVasily Khoruzhick1-3/+11
2026-05-05EDAC/versalnet: Fix device name memory leakPrasanna Kumar T S M1-8/+2
2026-04-14Merge tag 'ras_core_for_v7.1_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-19/+29
2026-04-14Merge tag 'edac_updates_for_v7.1_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds12-129/+144
2026-04-13Merge remote-tracking branches 'ras/edac-misc' and 'ras/edac-drivers' into ed...Borislav Petkov (AMD)5-99/+123