summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mce
AgeCommit message (Expand)Author
2020-06-11x86/mce/dev-mcelog: Fix -Wstringop-truncation warning about strncpy()Tony Luck
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/entry: Convert various system vectorsThomas 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-05-04x86/mcelog: Add compat_ioctl for 32-bit mcelog supportHe Zhe
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, edac: Remove report_gart_errorsBorislav Petkov
2020-04-14x86/mce/amd: Make threshold bank setting hotplug robustThomas Gleixner
2020-04-14x86/mce/amd: Cleanup threshold device remove pathThomas Gleixner
2020-04-14x86/mce/amd: Straighten CPU hotplug pathThomas Gleixner
2020-04-14x86/mce/amd: Sanitize thresholding device creation hotplug pathThomas Gleixner
2020-04-14x86/mce/amd: Protect a not-fully initialized bank from the thresholding inter...Thomas Gleixner
2020-04-14x86/mce/amd: Init thresholding machinery only on relevant vendorsThomas Gleixner
2020-04-14x86/mce/amd: Do proper cleanup on error pathsThomas Gleixner
2020-03-30Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-03-30Merge tag 'ras_updates_for_5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-22x86/mce/amd: Add PPIN support for AMD MCEWei Huang
2020-03-10x86/mce/dev-mcelog: Dynamically allocate space for machine check recordsTony Luck
2020-02-27x86/mce: Fix logic and comments around MSR_PPIN_CTLTony Luck
2020-02-27x86/entry/32: Force MCE through do_mce()Thomas Gleixner
2020-02-27x86/mce: Disable tracing and kprobes on do_machine_check()Andy Lutomirski
2020-02-25x86/mce/therm_throt: Undo thermal polling properly on CPU offlineThomas Gleixner
2020-02-19x86/mce: Do not log spurious corrected mce errorsPrarit Bhargava
2020-02-14x86/mce/amd: Fix kobject lifetimeThomas Gleixner
2020-02-13x86/mce/amd: Publish the bank pointer only after setup has succeededBorislav Petkov
2020-01-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-01-27Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-16x86/MCE/AMD, EDAC/mce_amd: Add new Load Store unit McaTypeYazen Ghannam
2020-01-15x86/mce/therm_throt: Do not access uninitialized therm_workChuansheng Liu
2020-01-13x86/mce: WARN once if IA32_FEAT_CTL MSR is left unlockedSean Christopherson
2020-01-13x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSRSean Christopherson
2020-01-13x86/mce: Fix use of uninitialized MCE message stringJan H. Schönherr
2020-01-13x86/mce: Fix mce=nobootlogJan H. Schönherr