index
:
linux/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.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
mce
/
internal.h
Age
Commit message (
Expand
)
Author
2025-04-10
x86/msr: Rename 'mce_rdmsrl()' to 'mce_rdmsrq()'
Ingo Molnar
2024-12-30
x86/mce: Make four functions return bool
Qiuxu Zhuo
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
2023-12-15
x86/mce: Handle Intel threshold interrupt storms
Tony Luck
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-10-16
x86/mce: Cleanup mce_usable_address()
Yazen Ghannam
2023-10-16
x86/mce: Define amd_mce_usable_address()
Yazen Ghannam
2023-08-18
x86/MCE: Always save CS register on AMD Zen IF Poison errors
Yazen Ghannam
2023-07-21
x86/mce: Prevent duplicate error records
Borislav Petkov (AMD)
2023-03-08
x86/mce: Always inline old MCA stubs
Borislav Petkov (AMD)
2022-12-28
x86/mce: Add support for Extended Physical Address MCA changes
Smita Koralahalli
2022-12-28
x86/mce: Define a function to extract ErrorAddr from MCA_ADDR
Smita Koralahalli
2022-06-28
x86/mce: Check whether writes to MCA_STATUS are getting ignored
Smita Koralahalli
2022-02-23
x86/mce: Remove the tolerance level control
Borislav Petkov
2022-02-19
x86/mce: Work around an erratum on fast string copy instructions
Jue Wang
2022-02-13
x86/mce: Use arch atomic and bit helpers
Borislav Petkov
2021-12-13
x86/mce: Use mce_rdmsrl() in severity checking code
Borislav Petkov
2021-11-01
Merge tag 'ras_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-09-23
x86/mce: Sort mca_config members to get rid of unnecessary padding
Borislav Petkov
2021-09-23
x86/mce: Get rid of the ->quirk_no_way_out() indirect call
Borislav Petkov
2021-09-23
x86/mce: Get rid of msr_ops
Borislav Petkov
2021-09-23
x86/mce: Get rid of machine_check_vector
Borislav Petkov
2021-09-23
x86/mce: Get rid of the mce_severity function pointer
Borislav Petkov
2021-09-13
x86/extable: Rework the exception table mechanics
Thomas Gleixner
2021-09-13
x86/mce: Get rid of stray semicolons
Thomas Gleixner
2020-10-07
x86/mce: Pass pointer to saved pt_regs to severity calculation routines
Youquan Song
2020-09-11
x86/mce: Make mce_rdmsrl() panic on an inaccessible MSR
Borislav Petkov
2020-06-11
Merge branch 'x86/entry' into ras/core
Thomas Gleixner
2020-06-11
x86/entry: Convert Machine Check to IDTENTRY_IST
Thomas Gleixner
2020-04-14
x86/mce: Add mce=print_all option
Tony Luck
2020-04-14
x86/mce/amd: Init thresholding machinery only on relevant vendors
Thomas Gleixner
2020-03-30
Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-02-27
x86/entry/32: Force MCE through do_mce()
Thomas Gleixner
2020-02-19
x86/mce: Do not log spurious corrected mce errors
Prarit Bhargava
2019-12-17
x86/mce: Remove mce_inject_log() in favor of mce_log()
Jan H. Schönherr
2019-10-01
x86/mce: Add Zhaoxin LMCE support
Tony W Wang-oc
2019-10-01
x86/mce: Add Zhaoxin CMCI support
Tony W Wang-oc
2019-06-11
x86/MCE: Make the number of MCA banks a per-CPU variable
Yazen Ghannam
2019-06-11
x86/MCE: Make struct mce_banks[] static
Yazen Ghannam
2019-04-23
x86/MCE/AMD: Don't report L1 BTB MCA errors on some family 17h models
Yazen Ghannam
2019-04-23
x86/MCE: Add an MCE-record filtering function
Yazen Ghannam
2018-12-06
x86/mce: Unify pr_* prefix
Borislav Petkov
2018-12-05
x86/mce: Streamline MCE subsystem's naming
Borislav Petkov