summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mce
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-3/+3
|\
| * x86/entry: Move nmi entry/exit into common codeThomas Gleixner2020-11-041-3/+3
* | Merge tag 'x86_cpu_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-142-4/+4
|\ \
| * | x86/CPU/AMD: Remove amd_get_nb_id()Yazen Ghannam2020-11-192-4/+4
| |/
* | x86/mce: Rename kill_it to kill_current_taskGabriele Paoloni2020-12-011-8/+8
* | x86/mce: Remove redundant call to irq_work_queue()Gabriele Paoloni2020-12-011-3/+0
* | x86/mce: Panic for LMCE only if mca_cfg.tolerant < 3Gabriele Paoloni2020-12-011-1/+1
* | x86/mce: Move the mce_panic() call and 'kill_it' assignments to the right placesGabriele Paoloni2020-12-011-11/+4
* | Merge tag 'v5.10-rc6' into ras/coreBorislav Petkov2020-12-011-2/+4
|\ \
| * | x86/mce: Do not overwrite no_way_out if mce_end() failsGabriele Paoloni2020-11-271-2/+4
| |/
* | x86/mce, cper: Pass x86 CPER through the MCA handling chainSmita Koralahalli2020-11-211-0/+61
* | x86/mce: Use "safe" MSR functions when enabling additional error loggingTony Luck2020-11-161-2/+3
* | x86/mce: Correct the detection of invalid notifier prioritiesZhen Lei2020-11-061-1/+2
* | x86/mce: Assign boolean values to a bool variableKaixu Xia2020-11-061-2/+2
* | x86/mce: Enable additional error logging on certain Intel CPUsTony Luck2020-11-021-0/+20
* | x86/mce: Remove unneeded breakTom Rix2020-10-261-2/+0
|/
* task_work: cleanup notification modesJens Axboe2020-10-171-1/+1
* Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-125-90/+255
|\
| * x86/mce: Decode a kernel instruction to determine if it is copying from userTony Luck2020-10-072-4/+60
| * x86/mce: Recover from poison found while copying from user spaceTony Luck2020-10-071-7/+20
| * x86/mce: Provide method to find out the type of an exception handlerTony Luck2020-10-071-1/+4
| * x86/mce: Pass pointer to saved pt_regs to severity calculation routinesYouquan Song2020-10-073-14/+17
| * x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-10-061-6/+2
| * x86/mce: Drop AMD-specific "DEFERRED" case from Intel severity rule listTony Luck2020-09-301-4/+0
| * x86/mce: Add Skylake quirk for patrol scrub reported errorsBorislav Petkov2020-09-301-2/+26
| * x86/mce: Annotate mce_rd/wrmsrl() with noinstrBorislav Petkov2020-09-181-6/+21
| * x86/mce/dev-mcelog: Do not update kflags on AMD systemsSmita Koralahalli2020-09-151-1/+3
| * x86/mce: Stop mce_reign() from re-computing severity for every CPUTony Luck2020-09-141-8/+8
| * x86/mce: Make mce_rdmsrl() panic on an inaccessible MSRBorislav Petkov2020-09-112-12/+70
| * x86/mce: Delay clearing IA32_MCG_STATUS to the end of do_machine_check()Tony Luck2020-08-261-5/+4
| * x86/MCE/AMD, EDAC/mce_amd: Remove struct smca_hwid.xec_bitmapYazen Ghannam2020-08-201-22/+22
* | x86/mce: Use idtentry_nmi_enter/exit()Thomas Gleixner2020-09-301-2/+4
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
|/
* Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-041-3/+3
|\
| * x86/entry: Cleanup idtentry_entry/exit_userThomas Gleixner2020-07-241-2/+2
| * x86: Correct noinstr qualifiersIra Weiny2020-07-241-1/+1
* | Merge tag 'ras-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-033-2/+4
|\ \
| * | x86/mce, EDAC/mce_amd: Print PPIN in machine check recordsSmita Koralahalli2020-06-231-0/+2
| * | x86/mce/dev-mcelog: Use struct_size() helper in kzalloc()Gustavo A. R. Silva2020-06-181-1/+1
| * | x86/mce/inject: Fix a wrong assignment of i_mce.statusZhenzhong Duan2020-06-151-1/+1
* | | x86/cpu: Relocate sync_core() to sync_core.hRicardo Neri2020-07-271-0/+1
| |/ |/|
* | Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-051-1/+3
|\ \
| * | x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski2020-07-041-1/+3
| |/
* / x86/entry, cpumask: Provide non-instrumented variant of cpu_is_offline()Peter Zijlstra2020-06-151-1/+1
|/
* x86/mce/dev-mcelog: Fix -Wstringop-truncation warning about strncpy()Tony Luck2020-06-111-1/+1
* x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck2020-06-111-4/+14
* Merge branch 'x86/entry' into ras/coreThomas Gleixner2020-06-118-72/+132
|\
| * x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra2020-06-111-1/+1
| * x86/entry, mce: Disallow #DB during #MCPeter Zijlstra2020-06-111-0/+12
| * x86/entry: Move paranoid irq tracing out of ASM codeThomas Gleixner2020-06-111-0/+3