summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mce
AgeCommit message (Expand)Author
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi
2021-05-28x86/mce: Include a MCi_MISC value in faked mce logsTony Luck
2021-05-27x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank typesMuralidhara M K
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar
2021-03-31x86: Add insn_decode_kernel()Peter Zijlstra
2021-03-24x86/mce/inject: Add IPID for injection tooBorislav Petkov
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-03-20x86/mce: Add Xeon Sapphire Rapids to list of CPUs that support PPINTony Luck
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-03-15x86/mce: Convert to insn_decode()Borislav Petkov
2021-02-20Merge tag 'ras_updates_for_v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-08thermal: Move therm_throt there from x86/mceBorislav Petkov
2021-02-08x86/mce: Get rid of mcheck_intel_therm_init()Borislav Petkov
2021-01-12x86/mce: Remove explicit/superfluous tracingPeter Zijlstra
2021-01-08x86/mce: Make mce_timed_out() identify holdout CPUsPaul E. McKenney
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14Merge tag 'x86_cpu_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-01x86/mce: Rename kill_it to kill_current_taskGabriele Paoloni
2020-12-01x86/mce: Remove redundant call to irq_work_queue()Gabriele Paoloni
2020-12-01x86/mce: Panic for LMCE only if mca_cfg.tolerant < 3Gabriele Paoloni
2020-12-01x86/mce: Move the mce_panic() call and 'kill_it' assignments to the right placesGabriele Paoloni
2020-12-01Merge tag 'v5.10-rc6' into ras/coreBorislav Petkov
2020-11-27x86/mce: Do not overwrite no_way_out if mce_end() failsGabriele Paoloni
2020-11-21x86/mce, cper: Pass x86 CPER through the MCA handling chainSmita Koralahalli
2020-11-19x86/CPU/AMD: Remove amd_get_nb_id()Yazen Ghannam
2020-11-16x86/mce: Use "safe" MSR functions when enabling additional error loggingTony Luck
2020-11-06x86/mce: Correct the detection of invalid notifier prioritiesZhen Lei
2020-11-06x86/mce: Assign boolean values to a bool variableKaixu Xia
2020-11-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner
2020-11-02x86/mce: Enable additional error logging on certain Intel CPUsTony Luck
2020-10-26x86/mce: Remove unneeded breakTom Rix
2020-10-17task_work: cleanup notification modesJens Axboe
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-07x86/mce: Decode a kernel instruction to determine if it is copying from userTony Luck
2020-10-07x86/mce: Recover from poison found while copying from user spaceTony Luck
2020-10-07x86/mce: Provide method to find out the type of an exception handlerTony Luck
2020-10-07x86/mce: Pass pointer to saved pt_regs to severity calculation routinesYouquan Song
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-09-30x86/mce: Use idtentry_nmi_enter/exit()Thomas Gleixner
2020-09-30x86/mce: Drop AMD-specific "DEFERRED" case from Intel severity rule listTony Luck
2020-09-30x86/mce: Add Skylake quirk for patrol scrub reported errorsBorislav Petkov
2020-09-18x86/mce: Annotate mce_rd/wrmsrl() with noinstrBorislav Petkov
2020-09-15x86/mce/dev-mcelog: Do not update kflags on AMD systemsSmita Koralahalli
2020-09-14x86/mce: Stop mce_reign() from re-computing severity for every CPUTony Luck
2020-09-11x86/mce: Make mce_rdmsrl() panic on an inaccessible MSRBorislav Petkov
2020-08-26x86/mce: Delay clearing IA32_MCG_STATUS to the end of do_machine_check()Tony Luck
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva