summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mce/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-29x86/mce: Switch to new Intel CPU model definesTony Luck1-3/+3
2024-04-09x86/mce: Implement recovery for errors in TDX/SEAM non-root modeTony Luck1-0/+18
2024-04-04x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)1-1/+3
2024-03-12Merge tag 'ras_core_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-02-05x86/mce: Make mce_subsys constRicardo B. Marliere1-1/+1
2024-02-01x86/fred: Add a machine check entry stub for FREDXin Li1-0/+26
2024-01-19Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+16
2023-12-15x86/mce: Add per-bank CMCI storm mitigationTony Luck1-8/+25
2023-12-15x86/mce: Remove old CMCI storm mitigation codeTony Luck1-19/+1
2023-12-12x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang1-0/+15
2023-11-15x86/mce: Remove redundant check from mce_device_create()Nikolay Borisov1-3/+0
2023-11-13x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernelZhiquan Li1-0/+16
2023-10-31Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2023-10-16x86/mce: Cleanup mce_usable_address()Yazen Ghannam1-23/+10
2023-10-16x86/mce: Define amd_mce_usable_address()Yazen Ghannam1-0/+3
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner1-1/+1
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner1-1/+1
2023-08-18x86/MCE: Always save CS register on AMD Zen IF Poison errorsYazen Ghannam1-0/+26
2023-07-21x86/mce: Prevent duplicate error recordsBorislav Petkov (AMD)1-1/+8
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+8
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland1-8/+8
2023-05-16x86/MCE: Check a hw error's address to determine proper recovery actionYazen Ghannam1-1/+1
2023-03-12x86/mce: Make sure logged MCEs are processed after sysfs updateYazen Ghannam1-0/+1
2023-01-10x86/mce: Mask out non-address bits from machine check bankTony Luck1-5/+9
2022-12-29x86/mce: Add support for Extended Physical Address MCA changesSmita Koralahalli1-7/+1
2022-12-29x86/mce: Define a function to extract ErrorAddr from MCA_ADDRSmita Koralahalli1-9/+1
2022-05-28Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2022-05-16mce: fix set_mce_nospec to always unmap the whole pageJane Chu1-3/+3
2022-04-05x86/mce: Avoid unnecessary padding in struct mce_bankSmita Koralahalli1-1/+3
2022-03-25Merge tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-72/+103
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+5
2022-03-23mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei1-3/+5
2022-02-23x86/mce: Remove the tolerance level controlBorislav Petkov1-33/+20
2022-02-19x86/mce: Work around an erratum on fast string copy instructionsJue Wang1-0/+64
2022-02-14x86/mce: Use arch atomic and bit helpersBorislav Petkov1-39/+19
2022-02-01x86/cpu: Read/save PPIN MSR during initializationTony Luck1-6/+1
2021-12-13x86/mce: Mark mce_start() noinstrBorislav Petkov1-6/+14
2021-12-13x86/mce: Mark mce_timed_out() noinstrBorislav Petkov1-3/+13
2021-12-13x86/mce: Move the tainting outside of the noinstr regionBorislav Petkov1-15/+26
2021-12-13x86/mce: Mark mce_read_aux() noinstrBorislav Petkov1-1/+1
2021-12-13x86/mce: Mark mce_end() noinstrBorislav Petkov1-3/+11
2021-12-13x86/mce: Mark mce_panic() noinstrBorislav Petkov1-3/+12
2021-12-13x86/mce: Allow instrumentation during task work queueingBorislav Petkov1-0/+11
2021-12-13x86/mce: Remove noinstr annotation from mce_setup()Borislav Petkov1-6/+20
2021-12-13x86/mce: Use mce_rdmsrl() in severity checking codeBorislav Petkov1-1/+1
2021-12-13x86/mce: Remove function-local cpus variablesBorislav Petkov1-6/+2
2021-12-13x86/mce: Do not use memset to clear the banks bitmapsBorislav Petkov1-3/+2
2021-11-17x86/mce: Get rid of cpu_missingZhaolong Zhang1-5/+0
2021-11-02Merge tag 'ras_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-143/+109
2021-10-16Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar1-11/+32