summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mce/core.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mce: Define mce_prep_record() helpers for common and per-CPU fieldsYazen Ghannam2024-08-011-11/+23
* x86/mce: Rename mce_setup() to mce_prep_record()Yazen Ghannam2024-08-011-3/+3
* x86/mce: Remove unused variable and return value in machine_check_poll()Yazen Ghannam2024-05-271-6/+1
* x86/mce: Switch to new Intel CPU model definesTony Luck2024-04-291-3/+3
* x86/mce: Implement recovery for errors in TDX/SEAM non-root modeTony Luck2024-04-091-0/+18
* x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)2024-04-041-1/+3
* Merge tag 'ras_core_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-111-1/+1
|\
| * x86/mce: Make mce_subsys constRicardo B. Marliere2024-02-051-1/+1
* | x86/fred: Add a machine check entry stub for FREDXin Li2024-01-311-0/+26
|/
* Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-181-1/+16
|\
| * x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang2023-12-121-0/+15
* | x86/mce: Add per-bank CMCI storm mitigationTony Luck2023-12-151-8/+25
* | x86/mce: Remove old CMCI storm mitigation codeTony Luck2023-12-151-19/+1
* | x86/mce: Remove redundant check from mce_device_create()Nikolay Borisov2023-11-151-3/+0
* | x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernelZhiquan Li2023-11-131-0/+16
|/
* Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-301-2/+2
|\
| * x86/cpu: Move phys_proc_id into topology infoThomas Gleixner2023-10-101-1/+1
| * x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner2023-10-101-1/+1
* | x86/mce: Cleanup mce_usable_address()Yazen Ghannam2023-10-161-23/+10
* | x86/mce: Define amd_mce_usable_address()Yazen Ghannam2023-10-161-0/+3
|/
* x86/MCE: Always save CS register on AMD Zen IF Poison errorsYazen Ghannam2023-08-181-0/+26
* x86/mce: Prevent duplicate error recordsBorislav Petkov (AMD)2023-07-211-1/+8
* Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-8/+8
|\
| * locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland2023-06-051-8/+8
* | x86/MCE: Check a hw error's address to determine proper recovery actionYazen Ghannam2023-05-161-1/+1
|/
* x86/mce: Make sure logged MCEs are processed after sysfs updateYazen Ghannam2023-03-121-0/+1
* x86/mce: Mask out non-address bits from machine check bankTony Luck2023-01-101-5/+9
* x86/mce: Add support for Extended Physical Address MCA changesSmita Koralahalli2022-12-281-7/+1
* x86/mce: Define a function to extract ErrorAddr from MCA_ADDRSmita Koralahalli2022-12-281-9/+1
* Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-271-3/+3
|\
| * mce: fix set_mce_nospec to always unmap the whole pageJane Chu2022-05-161-3/+3
* | x86/mce: Avoid unnecessary padding in struct mce_bankSmita Koralahalli2022-04-051-1/+3
|/
* Merge tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-251-72/+103
|\
| * x86/mce: Remove the tolerance level controlBorislav Petkov2022-02-231-33/+20
| * x86/mce: Work around an erratum on fast string copy instructionsJue Wang2022-02-191-0/+64
| * x86/mce: Use arch atomic and bit helpersBorislav Petkov2022-02-131-39/+19
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-3/+5
|\ \
| * | mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei2022-03-221-3/+5
| |/
* / x86/cpu: Read/save PPIN MSR during initializationTony Luck2022-02-011-6/+1
|/
* x86/mce: Mark mce_start() noinstrBorislav Petkov2021-12-131-6/+14
* x86/mce: Mark mce_timed_out() noinstrBorislav Petkov2021-12-131-3/+13
* x86/mce: Move the tainting outside of the noinstr regionBorislav Petkov2021-12-131-15/+26
* x86/mce: Mark mce_read_aux() noinstrBorislav Petkov2021-12-131-1/+1
* x86/mce: Mark mce_end() noinstrBorislav Petkov2021-12-131-3/+11
* x86/mce: Mark mce_panic() noinstrBorislav Petkov2021-12-131-3/+12
* x86/mce: Allow instrumentation during task work queueingBorislav Petkov2021-12-131-0/+11
* x86/mce: Remove noinstr annotation from mce_setup()Borislav Petkov2021-12-131-6/+20
* x86/mce: Use mce_rdmsrl() in severity checking codeBorislav Petkov2021-12-131-1/+1
* x86/mce: Remove function-local cpus variablesBorislav Petkov2021-12-131-6/+2
* x86/mce: Do not use memset to clear the banks bitmapsBorislav Petkov2021-12-131-3/+2