summaryrefslogtreecommitdiffstats
path: root/drivers/edac
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ras_core_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-081-484/+42
|\
| * EDAC/mce_amd: Remove SMCA Extended Error code descriptionsMuralidhara M K2023-11-281-480/+0
| * x86/mce/amd, EDAC/mce_amd: Move long names to decoder moduleYazen Ghannam2023-11-271-4/+42
* | Merge tag 'edac_updates_for_v6.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-0834-182/+328
|\ \
| * | EDAC/skx_common: Filter out the invalid addressQiuxu Zhuo2024-01-021-0/+4
| * | EDAC, pnd2: Sort headers alphabeticallyAndy Shevchenko2023-12-051-8/+9
| * | EDAC, pnd2: Correct misleading error message in mk_region_mask()Andy Shevchenko2023-12-051-1/+1
| * | EDAC, pnd2: Apply bit macros and helpers where it makes senseAndy Shevchenko2023-12-051-18/+14
| * | EDAC, pnd2: Replace custom definition by one from sizes.hAndy Shevchenko2023-12-051-3/+3
| * | EDAC/igen6: Add Intel Meteor Lake-P SoCs supportQiuxu Zhuo2023-12-051-0/+30
| * | EDAC/igen6: Add Intel Meteor Lake-PS SoCs supportQiuxu Zhuo2023-12-051-0/+44
| * | EDAC/igen6: Add Intel Raptor Lake-P SoCs supportQiuxu Zhuo2023-12-051-2/+37
| * | EDAC/igen6: Add Intel Alder Lake-N SoCs supportQiuxu Zhuo2023-12-051-0/+35
| * | EDAC/igen6: Make get_mchbar() helper functionQiuxu Zhuo2023-12-051-15/+31
| * | EDAC/amd64: Add support for family 0x19, models 0x90-9f devicesMuralidhara M K2023-11-292-18/+49
| * | EDAC/mc: Add support for HBM3 memory typeMuralidhara M K2023-11-281-0/+1
| * | EDAC/{sb,i7core}_edac: Do not use a plain integer for a NULL pointerAbhinav Singh2023-11-282-7/+7
| * | EDAC/armada_xp: Explicitly include correct DT includesRob Herring2023-11-271-1/+3
| * | EDAC/pci_sysfs: Use PCI_HEADER_TYPE_MASK instead of literalsIlpo Järvinen2023-11-241-2/+2
| * | EDAC/thunderx: Fix possible out-of-bounds string accessArnd Bergmann2023-11-231-5/+5
| * | EDAC/fsl_ddr: Convert to platform remove callback returning voidUwe Kleine-König2023-11-204-5/+4
| * | EDAC/zynqmp: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-4/+2
| * | EDAC/xgene: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-4/+2
| * | EDAC/ti: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-4/+2
| * | EDAC/synopsys: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-4/+2
| * | EDAC/qcom: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-4/+2
| * | EDAC/ppc4xx: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-5/+2
| * | EDAC/octeon-pci: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-4/+2
| * | EDAC/octeon-pc: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-3/+2
| * | EDAC/octeon-lmc: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-3/+2
| * | EDAC/octeon-l2c: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-4/+2
| * | EDAC/npcm: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-4/+2
| * | EDAC/mpc85xx: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-7/+4
| * | EDAC/highbank_mc: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-3/+2
| * | EDAC/highbank_l2: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-3/+2
| * | EDAC/dmc520: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-4/+2
| * | EDAC/cpc925: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-4/+2
| * | EDAC/cell: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-3/+2
| * | EDAC/bluefield: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-4/+2
| * | EDAC/aspeed: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-4/+2
| * | EDAC/armada_xp: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-8/+4
| * | EDAC/altera: Convert to platform remove callback returning voidUwe Kleine-König2023-11-201-8/+4
| * | EDAC/altera: Use device_get_match_data()Rob Herring2023-11-201-7/+2
| |/
* / EDAC/versal: Read num_csrows and num_chans using the correct bitfield macroShubhrajyoti Datta2023-12-151-2/+2
|/
* Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-2/+2
|\
| * EDAC/mc_sysfs: Replace deprecated strncpy() with memcpy()Justin Stitt2023-09-291-2/+2
* | EDAC/versal: Add a Xilinx Versal memory controller driverShubhrajyoti Datta2023-10-233-0/+1082
|/
* Merge tag 'edac_updates_for_v6.6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-302-9/+53
|\
| * EDAC/igen6: Fix the issue of no error eventsQiuxu Zhuo2023-08-021-4/+4
| * EDAC/i10nm: Skip the absent memory controllersQiuxu Zhuo2023-07-241-5/+49