index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
mce
/
core.c
Age
Commit message (
Expand
)
Author
2025-12-06
Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-12-05
Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-11-27
vmcoreinfo: track and log recoverable hardware errors
Breno Leitao
2025-11-14
syscore: Pass context data to callbacks
Thierry Reding
2025-11-05
x86/mce: Unify AMD DFR handler with MCA Polling
Yazen Ghannam
2025-09-11
x86/mce: Add a clear_bank() helper
Yazen Ghannam
2025-09-11
x86/mce: Move machine_check_poll() status checks to helper functions
Yazen Ghannam
2025-09-11
x86/mce: Separate global and per-CPU quirks
Yazen Ghannam
2025-09-11
x86/mce: Do 'UNKNOWN' vendor check early
Yazen Ghannam
2025-09-11
x86/mce: Define BSP-only SMCA init
Yazen Ghannam
2025-09-11
x86/mce: Define BSP-only init
Yazen Ghannam
2025-09-11
x86/mce: Set CR4.MCE last during init
Yazen Ghannam
2025-09-05
x86/mce: Remove __mcheck_cpu_init_early()
Yazen Ghannam
2025-09-05
x86/mce: Cleanup bank processing on init
Borislav Petkov
2025-06-27
x86/mce: Ensure user polling settings are honored when restarting timer
Yazen Ghannam
2025-06-26
x86/mce: Don't remove sysfs if thresholding sysfs init fails
Yazen Ghannam
2025-05-02
x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Xin Li (Intel)
2025-05-02
x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
Xin Li (Intel)
2025-05-02
x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGS
Ingo Molnar
2025-04-10
x86/msr: Rename 'mce_wrmsrl()' to 'mce_wrmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'mce_rdmsrl()' to 'mce_rdmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-02-26
x86/mce/inject: Remove call to mce_notify_irq()
Nikolay Borisov
2024-12-31
x86/mce: Remove the redundant mce_hygon_feature_init()
Qiuxu Zhuo
2024-12-31
x86/mce: Convert family/model mixed checks to VFM-based checks
Qiuxu Zhuo
2024-12-31
x86/mce: Break up __mcheck_cpu_apply_quirks()
Tony Luck
2024-12-30
x86/mce: Make four functions return bool
Qiuxu Zhuo
2024-12-30
x86/mce: Make several functions return bool
Qiuxu Zhuo
2024-10-31
x86/MCE/AMD: Add support for new MCA_SYND{1,2} registers
Avadhut Naik
2024-10-30
x86/mce: Add wrapper for struct mce to export vendor specific info
Avadhut Naik
2024-08-01
x86/mce: Define mce_prep_record() helpers for common and per-CPU fields
Yazen Ghannam
2024-08-01
x86/mce: Rename mce_setup() to mce_prep_record()
Yazen Ghannam
2024-05-27
x86/mce: Remove unused variable and return value in machine_check_poll()
Yazen Ghannam
2024-04-29
x86/mce: Switch to new Intel CPU model defines
Tony Luck
2024-04-09
x86/mce: Implement recovery for errors in TDX/SEAM non-root mode
Tony Luck
2024-04-04
x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()
Borislav Petkov (AMD)
2024-03-11
Merge tag 'ras_core_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-02-05
x86/mce: Make mce_subsys const
Ricardo B. Marliere
2024-01-31
x86/fred: Add a machine check entry stub for FRED
Xin Li
2024-01-18
Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-12-15
x86/mce: Add per-bank CMCI storm mitigation
Tony Luck
2023-12-15
x86/mce: Remove old CMCI storm mitigation code
Tony Luck
2023-12-12
x86/mce: Differentiate real hardware #MCs from TDX erratum ones
Kai Huang
2023-11-15
x86/mce: Remove redundant check from mce_device_create()
Nikolay Borisov
2023-11-13
x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel
Zhiquan Li
2023-10-30
Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-10-16
x86/mce: Cleanup mce_usable_address()
Yazen Ghannam
2023-10-16
x86/mce: Define amd_mce_usable_address()
Yazen Ghannam
[next]