summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mce
AgeCommit message (Expand)AuthorLines
2020-08-04Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+3
2020-08-03Merge tag 'ras-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+4
2020-07-27x86/cpu: Relocate sync_core() to sync_core.hRicardo Neri-0/+1
2020-07-24x86/entry: Cleanup idtentry_entry/exit_userThomas Gleixner-2/+2
2020-07-24x86: Correct noinstr qualifiersIra Weiny-1/+1
2020-07-05Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+3
2020-07-04x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski-1/+3
2020-06-23x86/mce, EDAC/mce_amd: Print PPIN in machine check recordsSmita Koralahalli-0/+2
2020-06-18x86/mce/dev-mcelog: Use struct_size() helper in kzalloc()Gustavo A. R. Silva-1/+1
2020-06-15x86/entry, cpumask: Provide non-instrumented variant of cpu_is_offline()Peter Zijlstra-1/+1
2020-06-15x86/mce/inject: Fix a wrong assignment of i_mce.statusZhenzhong Duan-1/+1
2020-06-11x86/mce/dev-mcelog: Fix -Wstringop-truncation warning about strncpy()Tony Luck-1/+1
2020-06-11x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck-4/+14
2020-06-11Merge branch 'x86/entry' into ras/coreThomas Gleixner-72/+132
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra-1/+1
2020-06-11x86/entry, mce: Disallow #DB during #MCPeter Zijlstra-0/+12
2020-06-11x86/entry: Move paranoid irq tracing out of ASM codeThomas Gleixner-0/+3
2020-06-11x86/entry: Convert various system vectorsThomas Gleixner-9/+6
2020-06-11x86/idtentry: Switch to conditional RCU handlingThomas Gleixner-2/+2
2020-06-11x86/mce: Address objtools noinstr complaintsThomas Gleixner-7/+21
2020-06-11x86/entry: Implement user mode C entry points for #DB and #MCEThomas Gleixner-7/+33
2020-06-11x86/mce: Use untraced rd/wrmsr in the MCE offline/crash checkThomas Gleixner-2/+2
2020-06-11x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner-14/+19
2020-06-11x86/mce: Move nmi_enter/exit() into the entry pointThomas Gleixner-21/+13
2020-05-19x86: Replace ist_enter() with nmi_enter()Peter Zijlstra-6/+9
2020-05-19x86/mce: Send #MC singal from task workPeter Zijlstra-25/+31
2020-05-19x86/entry: Get rid of ist_begin/end_non_atomic()Thomas Gleixner-2/+4
2020-05-04x86/mcelog: Add compat_ioctl for 32-bit mcelog supportHe Zhe-0/+1
2020-04-14x86/mce: Fixup exception only for the correct MCEsBorislav Petkov-3/+18
2020-04-14x86/mce: Add mce=print_all optionTony Luck-1/+7
2020-04-14x86/mce: Change default MCE logger to check mce->kflagsTony Luck-16/+3
2020-04-14x86/mce: Fix all mce notifiers to update the mce->kflags bitmaskTony Luck-1/+8
2020-04-14x86/mce: Convert the CEC to use the MCE notifierTony Luck-19/+0
2020-04-14x86/mce: Rename "first" function as "early"Tony Luck-5/+5
2020-04-14x86/mce/amd, edac: Remove report_gart_errorsBorislav Petkov-2/+7
2020-04-14x86/mce/amd: Make threshold bank setting hotplug robustThomas Gleixner-3/+11
2020-04-14x86/mce/amd: Cleanup threshold device remove pathThomas Gleixner-42/+37
2020-04-14x86/mce/amd: Straighten CPU hotplug pathThomas Gleixner-17/+15
2020-04-14x86/mce/amd: Sanitize thresholding device creation hotplug pathThomas Gleixner-41/+27
2020-04-14x86/mce/amd: Protect a not-fully initialized bank from the thresholding inter...Thomas Gleixner-2/+17
2020-04-14x86/mce/amd: Init thresholding machinery only on relevant vendorsThomas Gleixner-5/+17
2020-04-14x86/mce/amd: Do proper cleanup on error pathsThomas Gleixner-7/+8
2020-03-30Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+13
2020-03-30Merge tag 'ras_updates_for_5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-20/+50
2020-03-22x86/mce/amd: Add PPIN support for AMD MCEWei Huang-0/+2
2020-03-10x86/mce/dev-mcelog: Dynamically allocate space for machine check recordsTony Luck-20/+27
2020-02-27x86/mce: Fix logic and comments around MSR_PPIN_CTLTony Luck-4/+5
2020-02-27x86/entry/32: Force MCE through do_mce()Thomas Gleixner-0/+3
2020-02-27x86/mce: Disable tracing and kprobes on do_machine_check()Andy Lutomirski-2/+10
2020-02-25x86/mce/therm_throt: Undo thermal polling properly on CPU offlineThomas Gleixner-2/+7