summaryrefslogtreecommitdiff
path: root/drivers/ras
AgeCommit message (Expand)AuthorFilesLines
2024-08-01RAS/AMD/ATL: Translate normalized to system physical addresses using PRMJohn Allen5-0/+78
2024-07-15Merge tag 'edac_updates_for_v6.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-70/+756
2024-07-15Merge remote-tracking branches 'ras/edac-amd-atl' and 'ras/edac-misc' into ed...Borislav Petkov (AMD)1-1/+1
2024-06-16RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized address transla...Yazen Ghannam3-41/+114
2024-06-10RAS/AMD/ATL: Fix MI300 bank hashYazen Ghannam1-7/+2
2024-06-09RAS/AMD/FMPM: Use atl internal.h for INVALID_SPAJohn Allen1-2/+2
2024-06-09RAS/AMD/ATL: Implement DF 4.5 NP2 denormalizationJohn Allen3-0/+621
2024-06-09RAS/AMD/ATL: Validate address map when information is gatheredJohn Allen2-43/+77
2024-06-09RAS/AMD/ATL: Expand helpers for adding and removing base and holeJohn Allen2-15/+29
2024-06-09RAS/AMD/ATL: Read DRAM hole base earlyJohn Allen3-13/+26
2024-06-09RAS/AMD/ATL: Add amd_atl pr_fmt() prefixJohn Allen2-1/+4
2024-06-05RAS/AMD/ATL: Add a missing module descriptionJeff Johnson1-0/+1
2024-05-28RAS/AMD/ATL: Add missing newline to pr_info() statementVasyl Gomonovych1-1/+1
2024-03-26RAS: Avoid build errors when CONFIG_DEBUG_FS=nYazen Ghannam1-0/+4
2024-03-25RAS/AMD/FMPM: Safely handle saved records of various sizesYazen Ghannam1-18/+37
2024-03-25RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records()Yazen Ghannam1-1/+3
2024-03-11Merge tag 'edac_updates_for_v6.9' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds18-4/+4914
2024-03-06RAS/AMD/FMPM: Fix off by one when unwinding on errorDan Carpenter1-1/+1
2024-03-01RAS/AMD/FMPM: Add debugfs interface to print record entriesYazen Ghannam1-0/+131
2024-03-01RAS/AMD/FMPM: Save SPA valuesYazen Ghannam1-1/+71
2024-03-01RAS: Export helper to get ras_debugfs_dirBorislav Petkov (AMD)3-4/+16
2024-02-26RAS/AMD/ATL: Fix bit overflow in denorm_addr_df4_np2()Yazen Ghannam1-3/+2
2024-02-20RAS: Introduce a FRU memory poison managerYazen Ghannam3-0/+825
2024-02-14RAS/AMD/ATL: Add MI300 row retirement supportYazen Ghannam2-0/+52
2024-02-01RAS/AMD/ATL: Add MI300 DRAM to normalized address translation supportYazen Ghannam3-2/+205
2024-01-31RAS/AMD/ATL: Fix array overflow in get_logical_coh_st_fabric_id_mi300()Dan Carpenter1-1/+1
2024-01-29RAS/AMD/ATL: Add MI300 supportMuralidhara M K8-5/+309
2024-01-24RAS: Introduce AMD Address Translation LibraryYazen Ghannam14-0/+3314
2023-05-16ras/debugfs: Fix error checking for debugfs_create_dir()Osama Muhammad1-1/+1
2022-10-31RAS: Fix return value from show_trace()Tony Luck1-1/+1
2022-08-22RAS/CEC: Reduce offline page threshold for Intel systemsTony Luck1-0/+8
2021-12-11RAS/CEC: Remove a repeated 'an' in a commentJason Wang1-1/+1
2021-04-07RAS/CEC: Correct ce_add_elem()'s returned valuesWilliam Roche1-3/+12
2020-09-25RAS/CEC: Convert to DEFINE_SHOW_ATTRIBUTE()Qinglang Miao1-14/+3
2020-08-20RAS/CEC: Fix cec_init() prototypeLuca Stefani1-4/+5
2020-04-14x86/mce: Fix all mce notifiers to update the mce->kflags bitmaskTony Luck1-3/+6
2020-04-14x86/mce: Convert the CEC to use the MCE notifierTony Luck1-2/+28
2019-08-08RAS: Build debugfs.o only when enabled in KconfigValdis Kletnieks1-1/+2
2019-08-08RAS: Fix prototype warningsValdis Klētnieks2-0/+3
2019-06-08RAS/CEC: Add copyrightBorislav Petkov1-0/+3
2019-06-08RAS/CEC: Add CONFIG_RAS_CEC_DEBUG and move CEC debug features thereTony Luck1-12/+14
2019-06-08RAS/CEC: Dump the different array element sectionsBorislav Petkov1-1/+4
2019-06-08RAS/CEC: Rename count_threshold to action_thresholdBorislav Petkov1-12/+12
2019-06-08RAS/CEC: Sanity-check array on every insertionBorislav Petkov1-6/+31
2019-06-08RAS/CEC: Fix potential memory leakBorislav Petkov1-1/+3
2019-06-08RAS/CEC: Do not set decay value on errorBorislav Petkov1-2/+2
2019-06-08RAS/CEC: Check count_threshold unconditionallyBorislav Petkov1-17/+10
2019-06-08RAS/CEC: Fix pfn insertionBorislav Petkov1-1/+3
2019-06-07RAS/CEC: Convert the timer callback to a workqueueCong Wang1-24/+22
2019-06-07RAS/CEC: Fix binary search functionBorislav Petkov1-14/+20