summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mce/core.c
AgeCommit message (Expand)Author
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-27vmcoreinfo: track and log recoverable hardware errorsBreno Leitao
2025-11-14syscore: Pass context data to callbacksThierry Reding
2025-11-05x86/mce: Unify AMD DFR handler with MCA PollingYazen Ghannam
2025-09-11x86/mce: Add a clear_bank() helperYazen Ghannam
2025-09-11x86/mce: Move machine_check_poll() status checks to helper functionsYazen Ghannam
2025-09-11x86/mce: Separate global and per-CPU quirksYazen Ghannam
2025-09-11x86/mce: Do 'UNKNOWN' vendor check earlyYazen Ghannam
2025-09-11x86/mce: Define BSP-only SMCA initYazen Ghannam
2025-09-11x86/mce: Define BSP-only initYazen Ghannam
2025-09-11x86/mce: Set CR4.MCE last during initYazen Ghannam
2025-09-05x86/mce: Remove __mcheck_cpu_init_early()Yazen Ghannam
2025-09-05x86/mce: Cleanup bank processing on initBorislav Petkov
2025-06-27x86/mce: Ensure user polling settings are honored when restarting timerYazen Ghannam
2025-06-26x86/mce: Don't remove sysfs if thresholding sysfs init failsYazen Ghannam
2025-05-02x86/msr: Convert __rdmsr() uses to native_rdmsrq() usesXin Li (Intel)
2025-05-02x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() usesXin Li (Intel)
2025-05-02x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGSIngo Molnar
2025-04-10x86/msr: Rename 'mce_wrmsrl()' to 'mce_wrmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'mce_rdmsrl()' to 'mce_rdmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-02-26x86/mce/inject: Remove call to mce_notify_irq()Nikolay Borisov
2024-12-31x86/mce: Remove the redundant mce_hygon_feature_init()Qiuxu Zhuo
2024-12-31x86/mce: Convert family/model mixed checks to VFM-based checksQiuxu Zhuo
2024-12-31x86/mce: Break up __mcheck_cpu_apply_quirks()Tony Luck
2024-12-30x86/mce: Make four functions return boolQiuxu Zhuo
2024-12-30x86/mce: Make several functions return boolQiuxu Zhuo
2024-10-31x86/MCE/AMD: Add support for new MCA_SYND{1,2} registersAvadhut Naik
2024-10-30x86/mce: Add wrapper for struct mce to export vendor specific infoAvadhut Naik
2024-08-01x86/mce: Define mce_prep_record() helpers for common and per-CPU fieldsYazen Ghannam
2024-08-01x86/mce: Rename mce_setup() to mce_prep_record()Yazen Ghannam
2024-05-27x86/mce: Remove unused variable and return value in machine_check_poll()Yazen Ghannam
2024-04-29x86/mce: Switch to new Intel CPU model definesTony Luck
2024-04-09x86/mce: Implement recovery for errors in TDX/SEAM non-root modeTony Luck
2024-04-04x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)
2024-03-11Merge tag 'ras_core_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-02-05x86/mce: Make mce_subsys constRicardo B. Marliere
2024-01-31x86/fred: Add a machine check entry stub for FREDXin Li
2024-01-18Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-15x86/mce: Add per-bank CMCI storm mitigationTony Luck
2023-12-15x86/mce: Remove old CMCI storm mitigation codeTony Luck
2023-12-12x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang
2023-11-15x86/mce: Remove redundant check from mce_device_create()Nikolay Borisov
2023-11-13x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernelZhiquan Li
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-16x86/mce: Cleanup mce_usable_address()Yazen Ghannam
2023-10-16x86/mce: Define amd_mce_usable_address()Yazen Ghannam