summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mce/core.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-27Merge 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-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+5
2022-03-22mm/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-13x86/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-01Merge 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
2021-09-23x86/mce: Get rid of the ->quirk_no_way_out() indirect callBorislav Petkov1-33/+31
2021-09-23x86/mce: Get rid of msr_opsBorislav Petkov1-64/+31
2021-09-23x86/mce: Get rid of machine_check_vectorBorislav Petkov1-30/+27
2021-09-23x86/mce: Get rid of the mce_severity function pointerBorislav Petkov1-1/+0
2021-09-20x86/mce: Change to not send SIGBUS error during copy from userTony Luck1-15/+20
2021-09-14x86/mce: Avoid infinite loop for copy from user recoveryTony Luck1-11/+32
2021-09-13x86/extable: Rework the exception table mechanicsThomas Gleixner1-21/+3
2021-09-13x86/mce: Deduplicate exception handlingThomas Gleixner1-17/+17
2021-08-24x86/mce: Defer processing of early errorsBorislav Petkov1-3/+8
2021-06-29mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi1-2/+11
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2021-02-20Merge tag 'ras_updates_for_v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+14
2021-02-08x86/mce: Get rid of mcheck_intel_therm_init()Borislav Petkov1-1/+0
2021-01-12x86/mce: Remove explicit/superfluous tracingPeter Zijlstra1-3/+4
2021-01-08x86/mce: Make mce_timed_out() identify holdout CPUsPaul E. McKenney1-1/+14
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2020-12-01x86/mce: Rename kill_it to kill_current_taskGabriele Paoloni1-8/+8
2020-12-01x86/mce: Remove redundant call to irq_work_queue()Gabriele Paoloni1-3/+0
2020-12-01x86/mce: Panic for LMCE only if mca_cfg.tolerant < 3Gabriele Paoloni1-1/+1
2020-12-01x86/mce: Move the mce_panic() call and 'kill_it' assignments to the right placesGabriele Paoloni1-11/+4
2020-12-01Merge tag 'v5.10-rc6' into ras/coreBorislav Petkov1-2/+4
2020-11-27x86/mce: Do not overwrite no_way_out if mce_end() failsGabriele Paoloni1-2/+4
2020-11-06x86/mce: Correct the detection of invalid notifier prioritiesZhen Lei1-1/+2
2020-11-06x86/mce: Assign boolean values to a bool variableKaixu Xia1-2/+2
2020-11-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner1-3/+3
2020-10-26x86/mce: Remove unneeded breakTom Rix1-2/+0