aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mce/amd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu/amd: Provide a separate accessor for Node IDThomas Gleixner2024-02-151-2/+2
* x86/MCE/AMD: Add new MA_LLC, USR_DP, and USR_CP bank typesMuralidhara M K2023-11-281-0/+6
* x86/mce/amd, EDAC/mce_amd: Move long names to decoder moduleYazen Ghannam2023-11-271-44/+30
* x86/mce: Define amd_mce_usable_address()Yazen Ghannam2023-10-161-0/+38
* x86/MCE/AMD: Split amd_mce_is_memory_error()Yazen Ghannam2023-10-161-6/+26
* x86/apic: Nuke ack_APIC_irq()Dave Hansen2023-08-091-1/+1
* x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksYazen Ghannam2023-07-221-2/+2
* x86/MCE/AMD, EDAC/mce_amd: Decode UMC_V2 ECC errorsYazen Ghannam2023-06-051-2/+4
* x86/MCE/AMD: Use an u64 for bank_mapMuralidhara M K2023-03-191-7/+7
* x86/MCE/AMD: Make kobj_type structure constantThomas Weißschuh2023-03-061-1/+1
* x86/mce: Add support for Extended Physical Address MCA changesSmita Koralahalli2022-12-281-0/+2
* x86/mce: Define a function to extract ErrorAddr from MCA_ADDRSmita Koralahalli2022-12-281-9/+1
* x86/MCE/AMD: Clear DFR errors found in THR handlerYazen Ghannam2022-10-271-13/+20
* x86/MCE/AMD: Fix memory leak when threshold_create_bank() failsAmmar Faizi2022-04-051-13/+19
* x86/CPU/AMD: Use default_groups in kobj_typeGreg Kroah-Hartman2022-02-011-3/+4
* x86/MCE/AMD: Allow thresholding interface updates after initYazen Ghannam2022-01-231-1/+1
* x86/MCE/AMD, EDAC/mce_amd: Support non-uniform MCA bank type enumerationYazen Ghannam2021-12-221-24/+35
* x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank typesYazen Ghannam2021-12-221-5/+16
* x86/MCE/AMD, EDAC/amd64: Move address translation to AMD64 EDACYazen Ghannam2021-11-151-200/+0
* Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-021-1/+2
|\
| * x86/MCE/AMD: Export smca_get_bank_type symbolMukul Joshi2021-10-061-1/+2
* | x86/mce: Get rid of msr_opsBorislav Petkov2021-09-231-5/+5
|/
* x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank typesMuralidhara M K2021-05-271-21/+34
* x86/CPU/AMD: Remove amd_get_nb_id()Yazen Ghannam2020-11-191-2/+2
* x86/MCE/AMD, EDAC/mce_amd: Remove struct smca_hwid.xec_bitmapYazen Ghannam2020-08-201-22/+22
* Merge branch 'x86/entry' into ras/coreThomas Gleixner2020-06-111-3/+2
|\
| * x86/entry: Convert various system vectorsThomas Gleixner2020-06-111-3/+2
* | x86/mce/amd, edac: Remove report_gart_errorsBorislav Petkov2020-04-141-2/+7
* | x86/mce/amd: Make threshold bank setting hotplug robustThomas Gleixner2020-04-141-3/+11
* | x86/mce/amd: Cleanup threshold device remove pathThomas Gleixner2020-04-141-42/+37
* | x86/mce/amd: Straighten CPU hotplug pathThomas Gleixner2020-04-141-17/+15
* | x86/mce/amd: Sanitize thresholding device creation hotplug pathThomas Gleixner2020-04-141-41/+16
* | x86/mce/amd: Protect a not-fully initialized bank from the thresholding interruptThomas Gleixner2020-04-141-2/+17
* | x86/mce/amd: Init thresholding machinery only on relevant vendorsThomas Gleixner2020-04-141-2/+10
* | x86/mce/amd: Do proper cleanup on error pathsThomas Gleixner2020-04-141-7/+8
|/
* x86/mce/amd: Fix kobject lifetimeThomas Gleixner2020-02-141-6/+11
* x86/mce/amd: Publish the bank pointer only after setup has succeededBorislav Petkov2020-02-131-17/+16
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2020-01-271-0/+2
|\
| * x86/MCE/AMD, EDAC/mce_amd: Add new Load Store unit McaTypeYazen Ghannam2020-01-161-0/+2
* | x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[]Yazen Ghannam2019-12-171-1/+1
* | x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()Konstantin Khlebnikov2019-12-171-1/+1
|/
* x86/mce/amd: Make disable_err_thresholding() staticBorislav Petkov2019-10-011-1/+1
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2019-07-081-45/+47
|\
| * x86/MCE: Make the number of MCA banks a per-CPU variableYazen Ghannam2019-06-111-9/+10
| * x86/MCE/AMD: Don't cache block addresses on SMCA systemsYazen Ghannam2019-06-111-36/+37
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 347Thomas Gleixner2019-06-051-3/+1
|/
* x86/MCE/AMD: Don't report L1 BTB MCA errors on some family 17h modelsYazen Ghannam2019-04-231-13/+39
* x86/MCE/AMD, EDAC/mce_amd: Add new error descriptions for some SMCA bank typesYazen Ghannam2019-02-031-4/+4
* x86/MCE/AMD, EDAC/mce_amd: Add new McaTypes for CS, PSP, and SMU unitsYazen Ghannam2019-02-031-0/+6
* x86/MCE/AMD, EDAC/mce_amd: Add new MP5, NBIO, and PCIE SMCA bank typesYazen Ghannam2019-02-031-0/+12