summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mce/core.c
AgeCommit message (Expand)Author
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: 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-18x86/mce: Annotate mce_rd/wrmsrl() with noinstrBorislav Petkov
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-04Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-08-03Merge tag 'ras-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-27x86/cpu: Relocate sync_core() to sync_core.hRicardo Neri
2020-07-24x86/entry: Cleanup idtentry_entry/exit_userThomas Gleixner
2020-07-24x86: Correct noinstr qualifiersIra Weiny
2020-07-05Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-04x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski
2020-06-23x86/mce, EDAC/mce_amd: Print PPIN in machine check recordsSmita Koralahalli
2020-06-15x86/entry, cpumask: Provide non-instrumented variant of cpu_is_offline()Peter Zijlstra
2020-06-11x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck
2020-06-11Merge branch 'x86/entry' into ras/coreThomas Gleixner
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra
2020-06-11x86/entry, mce: Disallow #DB during #MCPeter Zijlstra
2020-06-11x86/entry: Move paranoid irq tracing out of ASM codeThomas Gleixner
2020-06-11x86/idtentry: Switch to conditional RCU handlingThomas Gleixner
2020-06-11x86/mce: Address objtools noinstr complaintsThomas Gleixner
2020-06-11x86/entry: Implement user mode C entry points for #DB and #MCEThomas Gleixner
2020-06-11x86/mce: Use untraced rd/wrmsr in the MCE offline/crash checkThomas Gleixner
2020-06-11x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner
2020-06-11x86/mce: Move nmi_enter/exit() into the entry pointThomas Gleixner
2020-05-19x86: Replace ist_enter() with nmi_enter()Peter Zijlstra
2020-05-19x86/mce: Send #MC singal from task workPeter Zijlstra
2020-05-19x86/entry: Get rid of ist_begin/end_non_atomic()Thomas Gleixner
2020-04-14x86/mce: Fixup exception only for the correct MCEsBorislav Petkov
2020-04-14x86/mce: Add mce=print_all optionTony Luck
2020-04-14x86/mce: Change default MCE logger to check mce->kflagsTony Luck
2020-04-14x86/mce: Fix all mce notifiers to update the mce->kflags bitmaskTony Luck
2020-04-14x86/mce: Convert the CEC to use the MCE notifierTony Luck
2020-04-14x86/mce: Rename "first" function as "early"Tony Luck
2020-04-14x86/mce/amd: Sanitize thresholding device creation hotplug pathThomas Gleixner
2020-04-14x86/mce/amd: Init thresholding machinery only on relevant vendorsThomas Gleixner
2020-03-30Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-03-22x86/mce/amd: Add PPIN support for AMD MCEWei Huang
2020-02-27x86/mce: Disable tracing and kprobes on do_machine_check()Andy Lutomirski
2020-02-19x86/mce: Do not log spurious corrected mce errorsPrarit Bhargava
2020-01-27Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-13x86/mce: Fix use of uninitialized MCE message stringJan H. Schönherr
2020-01-13x86/mce: Fix mce=nobootlogJan H. Schönherr
2020-01-13x86/mce: Take action on UCNA/Deferred errors againJan H. Schönherr