summaryrefslogtreecommitdiffstats
path: root/drivers/edac (follow)
Commit message (Expand)AuthorAgeFilesLines
* minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds2024-07-291-1/+0
* minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2024-07-281-2/+2
* Merge tag 'x86_misc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-162-35/+38
|\
| * EDAC/amd64: Check return value of amd_smn_read()Yazen Ghannam2024-06-121-14/+37
| * EDAC/amd64: Remove unused register accessesYazen Ghannam2024-06-122-21/+1
* | Merge tag 'edac_updates_for_v6.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-1617-38/+63
|\ \ | |/ |/|
| * EDAC: Add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-296-0/+6
| * EDAC/dmc520: Use devm_platform_ioremap_resource()Jai Arora2024-06-231-3/+1
| * EDAC/igen6: Add Intel Arrow Lake-U/H SoCs supportQiuxu Zhuo2024-06-141-0/+8
| * EDAC, i10nm: make skx_common.o a separate moduleArnd Bergmann2024-05-293-8/+27
| * EDAC/skx: Switch to new Intel CPU model definesTony Luck2024-05-291-1/+1
| * EDAC/sb_edac: Switch to new Intel CPU model definesTony Luck2024-05-291-7/+7
| * EDAC, pnd2: Switch to new Intel CPU model definesTony Luck2024-05-291-2/+2
| * EDAC/i10nm: Switch to new Intel CPU model definesTony Luck2024-05-291-10/+10
| * EDAC/ghes: Add missing newline to pr_info() statementVasyl Gomonovych2024-05-281-1/+1
| * EDAC/thunderx: Remove unused struct error_syndromeDr. David Alan Gilbert2024-05-271-6/+0
* | EDAC/igen6: Convert PCIBIOS_* return codes to errnosIlpo Järvinen2024-06-041-2/+2
* | EDAC/amd64: Convert PCIBIOS_* return codes to errnosIlpo Järvinen2024-06-041-3/+5
|/
* Merge tag 'edac_updates_for_v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-1420-147/+50
|\
| * EDAC/skx_common: Allow decoding of SGX addressesQiuxu Zhuo2024-04-081-1/+1
| * EDAC/mc_sysfs: Convert sprintf()/snprintf() to sysfs_emit()Li Zhijian2024-04-041-24/+23
| * EDAC: Remove unused struct membersJiri Slaby (SUSE)2024-03-272-8/+0
| * EDAC: Remove dynamic attributes from edac_device_alloc_ctl_info()Jiri Slaby (SUSE)2024-03-2715-79/+20
| * EDAC/device: Remove edac_dev_sysfs_block_attribute::store()Jiri Slaby (SUSE)2024-03-273-26/+6
| * EDAC/device: Remove edac_dev_sysfs_block_attribute::{block,value}Jiri Slaby (SUSE)2024-03-272-8/+0
| * EDAC/amd64: Remove unused struct member amd64_pvt::ext_nbcfgJiri Slaby (SUSE)2024-03-271-1/+0
* | EDAC/synopsys: Fix ECC status and IRQ control race conditionSerge Semin2024-05-061-13/+37
* | EDAC/versal: Do not log total error countsShubhrajyoti Datta2024-04-251-2/+2
* | EDAC/versal: Check user-supplied data before injecting an errorShubhrajyoti Datta2024-04-251-0/+3
* | EDAC/versal: Do not register for NOC errorsShubhrajyoti Datta2024-04-251-4/+1
|/
* Merge tag 'edac_updates_for_v6.9' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-126-316/+177
|\
| *-. Merge remote-tracking branches 'ras/edac-drivers', 'ras/edac-misc' and 'ras/e...Borislav Petkov (AMD)2024-03-114-316/+174
| |\ \
| | | * EDAC/amd64: Use new AMD Address Translation LibraryYazen Ghannam2024-01-242-277/+10
| | * | EDAC/versal: Convert to platform remove callback returning voidUwe Kleine-König2024-03-081-4/+2
| | * | EDAC/versal: Make the bit position of injected errors configurableShubhrajyoti Datta2024-02-141-32/+161
| | * | EDAC/synopsys: Convert to devm_platform_ioremap_resource()Yangtao Li2024-01-231-3/+1
| | |/
| * | EDAC/i10nm: Add Intel Grand Ridge micro-server supportQiuxu Zhuo2024-02-011-0/+1
| * | EDAC/igen6: Add one more Intel Alder Lake-N SoC supportLili Li2024-02-011-0/+2
| |/
* / x86/cpu/amd: Provide a separate accessor for Node IDThomas Gleixner2024-02-152-4/+4
|/
* Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-184-5/+5
|\
| * EDAC: constantify the struct bus_type usageGreg Kroah-Hartman2024-01-044-5/+5
* | Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-181-2/+2
|\ \
| * | drivers: soc: xilinx: add check for platformJay Buddhabhatti2024-01-041-2/+2
| |/
* | Merge tag 'ras_core_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-091-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