linux/drivers/edac
Linus Torvalds 508fed6795 - Add new AMD MCA bank names and types to the MCA code, preceded by a clean
up of the relevant places to have them more developer-friendly (read: sort
   them alphanumerically and clean up comments) such that adding new banks is
   easy
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEzv7L6UO9uDPlPSfHEsHwGGHeVUoFAmndH/cACgkQEsHwGGHe
 VUpqFBAAvjQCWdL5GQ0sV4EyYVToj4OKU3DmUCJLMKEh3n3yrQpPsbU9+KfxyndP
 B68lRfRqqV/uUxQGebh7Rnp8o2jWphU2hf1Lr0Ssl6y5ouKWs5Up4foLlG4hAhzC
 2MmHVz+jj8Z3FWKLxMEymxqq6wLF+0H3Issd/l23DkK6hMQCkjKc6WrSNC6JBDCA
 sSF5kR/E4Q/lcW12ncq4pUYwkKox2lcdsNtI/nC7W7W+CoqwpOq8MfomCDIII+A0
 Ib7baeRxagOk0WHlfy15fGaDoKlHW6ImT3cVYBK/tomp8dpG2zRMXHHQExan2rBR
 rHzvk3aHEgOr02DZJ/dxOT+libQIkBwno+DheEhJHcirB/gS5Z51ERhkyzqLReGv
 +XSO1Eq9j5bqiVn8RdPeJIVLtfqnOrpcks+cCmyH0AlLIx1WV5mSRUtmVl1kWyq1
 GBos0yOnH4PgMxqv8fNkfNjm1ATnHyrVjYl5YNKSzJHhu/8BYcQJ4X8R0f2m0pXS
 WI6uXf35C6rJcKj25qo1Nnhmj5YDWJgelJjes9ZtmRMPDNNooD4VLk1W6ox7VuOY
 QaNMNwrroLRdfOlaz7oYIUAuoaZbZnTqbz8Lfmb4UScLd9LfI5ZPqs7pB5VORApF
 5IYM/Wli+kQl2Qbz0CD6ZtfdidqR09H7oJBE/r6bEFePot2EpUY=
 =aivF
 -----END PGP SIGNATURE-----

Merge tag 'ras_core_for_v7.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull RAS updates from Borislav Petkov:

 - Add new AMD MCA bank names and types to the MCA code, preceded by a
   clean up of the relevant places to have them more developer-friendly
   (read: sort them alphanumerically and clean up comments) such that
   adding new banks is easy

* tag 'ras_core_for_v7.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/mce, EDAC/mce_amd: Add new SMCA bank types
  x86/mce, EDAC/mce_amd: Update CS bank type naming
  x86/mce, EDAC/mce_amd: Reorder SMCA bank type enums
2026-04-14 15:32:39 -07:00
..
Kconfig
Makefile
a72_edac.c
al_mc_edac.c
altera_edac.c
altera_edac.h EDAC/altera: Drop unused field eccmgr_sysfs_attr 2026-03-11 20:46:52 +01:00
amd64_edac.c EDAC/amd64: Add support for family 19h, models 40h-4fh 2026-03-19 19:03:25 +01:00
amd64_edac.h
amd76x_edac.c
armada_xp_edac.c
aspeed_edac.c
bluefield_edac.c
cpc925_edac.c
debugfs.c
dmc520_edac.c
e7xxx_edac.c
e752x_edac.c
ecs.c
edac_device.c Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses 2026-02-22 08:26:33 -08:00
edac_device.h EDAC/device: Allow addition of const sysfs attributes 2026-03-11 22:33:38 +01:00
edac_device_sysfs.c EDAC/device: Allow addition of const sysfs attributes 2026-03-11 22:33:38 +01:00
edac_mc.c - amd64_edac: Add support for AMD Zen 3 (family 19h, models 40h–4fh) 2026-04-14 15:29:55 -07:00
edac_mc.h
edac_mc_sysfs.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
edac_module.c
edac_module.h
edac_pci.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
edac_pci.h
edac_pci_sysfs.c EDAC/pci_sysfs: Constify instance sysfs attributes 2026-03-11 22:26:38 +01:00
fsl_ddr_edac.c
fsl_ddr_edac.h
ghes_edac.c
highbank_l2_edac.c
highbank_mc_edac.c
i7core_edac.c EDAC/i7core: Use kzalloc_flex() 2026-03-13 15:03:36 -07:00
i10nm_base.c EDAC/i10nm: Fix spelling mistake "readd" -> "read" 2026-03-25 14:04:06 -07:00
i3000_edac.c
i3200_edac.c
i5000_edac.c
i5100_edac.c
i5400_edac.c
i7300_edac.c
i82860_edac.c
i82875p_edac.c
i82975x_edac.c
ie31200_edac.c EDAC/ie31200: Make rpl_s_cfg static 2026-03-27 22:20:49 +01:00
igen6_edac.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
imh_base.c Convert 'alloc_flex' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
layerscape_edac.c
loongson_edac.c
mce_amd.c x86/mce, EDAC/mce_amd: Add new SMCA bank types 2026-03-11 13:51:59 +01:00
mce_amd.h
mem_repair.c
mpc85xx_edac.c EDAC/mpc85xx: Constify device sysfs attributes 2026-03-11 22:34:07 +01:00
mpc85xx_edac.h
npcm_edac.c
octeon_edac-l2c.c
octeon_edac-lmc.c
octeon_edac-pc.c
octeon_edac-pci.c
pasemi_edac.c
pnd2_edac.c
pnd2_edac.h
qcom_edac.c
sb_edac.c EDAC/sb: Use kzalloc_flex() 2026-03-13 15:04:33 -07:00
scrub.c
sifive_edac.c
skx_base.c
skx_common.c Convert 'alloc_flex' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
skx_common.h
synopsys_edac.c
thunderx_edac.c
ti_edac.c
versal_edac.c
versalnet_edac.c EDAC/versalnet: Fix device_node leak in mc_probe() 2026-03-24 15:51:50 +01:00
wq.c
x38_edac.c
xgene_edac.c
zynqmp_edac.c