summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mce (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-253-90/+139
|\
| * x86/mce: Remove the tolerance level controlBorislav Petkov2022-02-233-47/+30
| * x86/mce: Work around an erratum on fast string copy instructionsJue Wang2022-02-192-1/+68
| * x86/mce: Use arch atomic and bit helpersBorislav Petkov2022-02-133-42/+41
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-231-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/cpu: Merge Intel and AMD ppin_init() functionsTony Luck2022-02-011-42/+0
* | x86/CPU/AMD: Use default_groups in kobj_typeGreg Kroah-Hartman2022-02-011-3/+4
|/
* x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPINTony Luck2022-01-251-0/+1
* x86/MCE/AMD: Allow thresholding interface updates after initYazen Ghannam2022-01-231-1/+1
* x86/mce/inject: Avoid out-of-bounds write when setting flagsZhang Zixun2021-12-281-1/+1
* x86/MCE/AMD, EDAC/mce_amd: Support non-uniform MCA bank type enumerationYazen Ghannam2021-12-221-24/+35
* x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank typesYazen Ghannam2021-12-221-5/+16
* x86/mce: Check regs before accessing itBorislav Petkov2021-12-201-1/+4
* 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: Prevent severity computation from being instrumentedBorislav Petkov2021-12-131-9/+21
* 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-133-6/+6
* 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
* x86/mce/inject: Set the valid bit in MCA_STATUS before error injectionSmita Koralahalli2021-12-081-0/+2
* x86/mce/inject: Check if a bank is populated before injectingSmita Koralahalli2021-12-081-1/+41
* x86/mce: Get rid of cpu_missingZhaolong Zhang2021-11-171-5/+0
* x86/MCE/AMD, EDAC/amd64: Move address translation to AMD64 EDACYazen Ghannam2021-11-151-200/+0
* Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-141-2/+3
|\
| * x86/mce: Add errata workaround for Skylake SKX37Dave Jones2021-11-121-2/+3
* | Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-031-1/+2
|\ \ | |/ |/|
| * x86/MCE/AMD: Export smca_get_bank_type symbolMukul Joshi2021-10-061-1/+2
* | Merge tag 'ras_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-016-183/+161
|\ \
| * | x86/mce: Sort mca_config members to get rid of unnecessary paddingBorislav Petkov2021-09-231-6/+6
| * | x86/mce: Get rid of the ->quirk_no_way_out() indirect callBorislav Petkov2021-09-232-34/+35
| * | x86/mce: Get rid of msr_opsBorislav Petkov2021-09-233-75/+42
| * | x86/mce: Get rid of machine_check_vectorBorislav Petkov2021-09-234-45/+53
| * | x86/mce: Get rid of the mce_severity function pointerBorislav Petkov2021-09-233-9/+6
| * | x86/mce: Change to not send SIGBUS error during copy from userTony Luck2021-09-201-15/+20
| |/
* | Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar2021-10-161-11/+32
|\|
| * x86/mce: Avoid infinite loop for copy from user recoveryTony Luck2021-09-141-11/+32
* | x86/extable: Remove EX_TYPE_FAULT from MCE safe fixupsThomas Gleixner2021-09-131-1/+0
* | x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFEThomas Gleixner2021-09-131-0/+2
* | x86/extable: Rework the exception table mechanicsThomas Gleixner2021-09-133-42/+13
* | x86/mce: Get rid of stray semicolonsThomas Gleixner2021-09-131-2/+2
* | x86/mce: Deduplicate exception handlingThomas Gleixner2021-09-131-17/+17
|/
* Merge tag 'x86_cleanups_for_v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-301-4/+4
|\