summaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Merge tag 'edac_updates_for_v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds20-147/+50
2024-05-06EDAC/synopsys: Fix ECC status and IRQ control race conditionSerge Semin1-13/+37
2024-04-25EDAC/versal: Do not log total error countsShubhrajyoti Datta1-2/+2
2024-04-25EDAC/versal: Check user-supplied data before injecting an errorShubhrajyoti Datta1-0/+3
2024-04-25EDAC/versal: Do not register for NOC errorsShubhrajyoti Datta1-4/+1
2024-04-08EDAC/skx_common: Allow decoding of SGX addressesQiuxu Zhuo1-1/+1
2024-04-04EDAC/mc_sysfs: Convert sprintf()/snprintf() to sysfs_emit()Li Zhijian1-24/+23
2024-03-27EDAC: Remove unused struct membersJiri Slaby (SUSE)2-8/+0
2024-03-27EDAC: Remove dynamic attributes from edac_device_alloc_ctl_info()Jiri Slaby (SUSE)15-79/+20
2024-03-27EDAC/device: Remove edac_dev_sysfs_block_attribute::store()Jiri Slaby (SUSE)3-26/+6
2024-03-27EDAC/device: Remove edac_dev_sysfs_block_attribute::{block,value}Jiri Slaby (SUSE)2-8/+0
2024-03-27EDAC/amd64: Remove unused struct member amd64_pvt::ext_nbcfgJiri Slaby (SUSE)1-1/+0
2024-03-12Merge tag 'edac_updates_for_v6.9' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-316/+177
2024-03-11Merge remote-tracking branches 'ras/edac-drivers', 'ras/edac-misc' and 'ras/e...Borislav Petkov (AMD)4-316/+174
2024-03-08EDAC/versal: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-16x86/cpu/amd: Provide a separate accessor for Node IDThomas Gleixner2-4/+4
2024-02-14EDAC/versal: Make the bit position of injected errors configurableShubhrajyoti Datta1-32/+161
2024-02-01EDAC/i10nm: Add Intel Grand Ridge micro-server supportQiuxu Zhuo1-0/+1
2024-02-01EDAC/igen6: Add one more Intel Alder Lake-N SoC supportLili Li1-0/+2
2024-01-24EDAC/amd64: Use new AMD Address Translation LibraryYazen Ghannam2-277/+10
2024-01-23EDAC/synopsys: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-5/+5
2024-01-18Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2024-01-09Merge tag 'ras_core_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-484/+42
2024-01-09Merge tag 'edac_updates_for_v6.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds34-182/+328
2024-01-04drivers: soc: xilinx: add check for platformJay Buddhabhatti1-2/+2
2024-01-04EDAC: constantify the struct bus_type usageGreg Kroah-Hartman4-5/+5
2024-01-02EDAC/skx_common: Filter out the invalid addressQiuxu Zhuo1-0/+4
2023-12-15EDAC/versal: Read num_csrows and num_chans using the correct bitfield macroShubhrajyoti Datta1-2/+2
2023-12-06EDAC, pnd2: Sort headers alphabeticallyAndy Shevchenko1-8/+9
2023-12-06EDAC, pnd2: Correct misleading error message in mk_region_mask()Andy Shevchenko1-1/+1
2023-12-06EDAC, pnd2: Apply bit macros and helpers where it makes senseAndy Shevchenko1-18/+14
2023-12-06EDAC, pnd2: Replace custom definition by one from sizes.hAndy Shevchenko1-3/+3
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-11-29EDAC/amd64: Add support for family 0x19, models 0x90-9f devicesMuralidhara M K2-18/+49
2023-11-28EDAC/mc: Add support for HBM3 memory typeMuralidhara M K1-0/+1
2023-11-28EDAC/{sb,i7core}_edac: Do not use a plain integer for a NULL pointerAbhinav Singh2-7/+7
2023-11-28EDAC/mce_amd: Remove SMCA Extended Error code descriptionsMuralidhara M K1-480/+0
2023-11-27EDAC/armada_xp: Explicitly include correct DT includesRob Herring1-1/+3
2023-11-27x86/mce/amd, EDAC/mce_amd: Move long names to decoder moduleYazen Ghannam1-4/+42
2023-11-24EDAC/pci_sysfs: Use PCI_HEADER_TYPE_MASK instead of literalsIlpo Järvinen1-2/+2
2023-11-23EDAC/thunderx: Fix possible out-of-bounds string accessArnd Bergmann1-5/+5
2023-11-21EDAC/fsl_ddr: Convert to platform remove callback returning voidUwe Kleine-König4-5/+4
2023-11-21EDAC/zynqmp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-21EDAC/xgene: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-21EDAC/ti: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2