linux/arch/x86/kernel/cpu/mce
Yazen Ghannam 5c6f123c41 x86/mce: Add a clear_bank() helper
Add a helper at the end of the MCA polling function to collect vendor and/or
feature actions.

Start with a basic skeleton for now. Actions for AMD thresholding and deferred
errors will be added later.

  [ bp: Drop the obvious comment too. ]

Signed-off-by: Yazen Ghannam <yazen.ghannam@amd.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Nikolay Borisov <nik.borisov@suse.com>
Link: https://lore.kernel.org/20250908-wip-mca-updates-v6-0-eef5d6c74b9c@amd.com
2025-09-11 12:23:30 +02:00
..
Makefile
amd.c x86/mce: Add a clear_bank() helper 2025-09-11 12:23:30 +02:00
apei.c x86/mce/apei: Handle variable SMCA BERT record size 2024-10-31 10:45:59 +01:00
core.c x86/mce: Add a clear_bank() helper 2025-09-11 12:23:30 +02:00
dev-mcelog.c x86/mce/mcelog: Use xchg() to get and clear the flags 2024-10-28 14:07:47 +01:00
genpool.c x86/mce: Make four functions return bool 2024-12-30 22:06:36 +01:00
inject.c Merge branch 'x86/msr' into x86/core, to resolve conflicts 2025-05-13 10:42:06 +02:00
intel.c x86/mce: Separate global and per-CPU quirks 2025-09-11 12:23:14 +02:00
internal.h x86/mce: Add a clear_bank() helper 2025-09-11 12:23:30 +02:00
p5.c
severity.c x86/mce: use is_copy_from_user() to determine copy-from-user context 2025-03-17 22:07:05 -07:00
threshold.c x86/mce/threshold: Remove the redundant this_cpu_dec_return() 2024-12-30 19:45:03 +01:00
winchip.c