summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mce
AgeCommit message (Expand)AuthorFilesLines
2022-02-01x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPINTony Luck1-0/+1
2022-02-01x86/MCE/AMD: Allow thresholding interface updates after initYazen Ghannam1-1/+1
2022-01-27x86/mce: Mark mce_read_aux() noinstrBorislav Petkov1-1/+1
2022-01-27x86/mce: Mark mce_end() noinstrBorislav Petkov1-3/+11
2022-01-27x86/mce: Mark mce_panic() noinstrBorislav Petkov1-3/+12
2022-01-27x86/mce: Allow instrumentation during task work queueingBorislav Petkov1-0/+11
2022-01-27x86/mce/inject: Avoid out-of-bounds write when setting flagsZhang Zixun1-1/+1
2021-11-18x86/mce: Add errata workaround for Skylake SKX37Dave Jones1-2/+3
2021-09-14x86/mce: Avoid infinite loop for copy from user recoveryTony Luck1-11/+32
2021-08-30Merge tag 'x86_cleanups_for_v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2021-08-24x86/mce: Defer processing of early errorsBorislav Petkov1-3/+8
2021-08-10x86/mce/inject: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-4/+4
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+11
2021-06-29mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi1-2/+11
2021-05-28x86/mce: Include a MCi_MISC value in faked mce logsTony Luck1-1/+2
2021-05-27x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank typesMuralidhara M K1-21/+34
2021-04-28Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-8/+5
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+2
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar1-0/+1
2021-03-31x86: Add insn_decode_kernel()Peter Zijlstra1-1/+1
2021-03-24x86/mce/inject: Add IPID for injection tooBorislav Petkov1-0/+6
2021-03-22x86: Fix various typos in comments, take #2Ingo Molnar1-1/+1
2021-03-20x86/mce: Add Xeon Sapphire Rapids to list of CPUs that support PPINTony Luck1-0/+1
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2021-03-15x86/mce: Convert to insn_decode()Borislav Petkov1-8/+4
2021-02-21Merge tag 'ras_updates_for_v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-744/+14
2021-02-08thermal: Move therm_throt there from x86/mceBorislav Petkov3-735/+0
2021-02-08x86/mce: Get rid of mcheck_intel_therm_init()Borislav Petkov2-12/+4
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-15Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2020-12-15Merge tag 'x86_cpu_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+4
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-21x86/mce, cper: Pass x86 CPER through the MCA handling chainSmita Koralahalli1-0/+61
2020-11-19x86/CPU/AMD: Remove amd_get_nb_id()Yazen Ghannam2-4/+4
2020-11-16x86/mce: Use "safe" MSR functions when enabling additional error loggingTony Luck1-2/+3
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-05x86/entry: Move nmi entry/exit into common codeThomas Gleixner1-3/+3
2020-11-02x86/mce: Enable additional error logging on certain Intel CPUsTony Luck1-0/+20
2020-10-26x86/mce: Remove unneeded breakTom Rix1-2/+0
2020-10-18task_work: cleanup notification modesJens Axboe1-1/+1
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-90/+255
2020-10-07x86/mce: Decode a kernel instruction to determine if it is copying from userTony Luck2-4/+60
2020-10-07x86/mce: Recover from poison found while copying from user spaceTony Luck1-7/+20