summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mce/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-11x86/entry: Implement user mode C entry points for #DB and #MCEThomas Gleixner1-7/+33
2020-06-11x86/mce: Use untraced rd/wrmsr in the MCE offline/crash checkThomas Gleixner1-2/+2
2020-06-11x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner1-9/+14
2020-06-11x86/mce: Move nmi_enter/exit() into the entry pointThomas Gleixner1-13/+13
2020-05-19x86: Replace ist_enter() with nmi_enter()Peter Zijlstra1-2/+3
2020-05-19x86/mce: Send #MC singal from task workPeter Zijlstra1-25/+31
2020-05-19x86/entry: Get rid of ist_begin/end_non_atomic()Thomas Gleixner1-2/+4
2020-04-14x86/mce: Fixup exception only for the correct MCEsBorislav Petkov1-2/+13
2020-04-14x86/mce: Add mce=print_all optionTony Luck1-1/+6
2020-04-14x86/mce: Change default MCE logger to check mce->kflagsTony Luck1-16/+3
2020-04-14x86/mce: Fix all mce notifiers to update the mce->kflags bitmaskTony Luck1-1/+3
2020-04-14x86/mce: Convert the CEC to use the MCE notifierTony Luck1-19/+0
2020-04-14x86/mce: Rename "first" function as "early"Tony Luck1-5/+5
2020-04-14x86/mce/amd: Sanitize thresholding device creation hotplug pathThomas Gleixner1-0/+11
2020-04-14x86/mce/amd: Init thresholding machinery only on relevant vendorsThomas Gleixner1-0/+1
2020-03-31Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+10
2020-03-22x86/mce/amd: Add PPIN support for AMD MCEWei Huang1-0/+2
2020-02-27x86/mce: Disable tracing and kprobes on do_machine_check()Andy Lutomirski1-2/+10
2020-02-19x86/mce: Do not log spurious corrected mce errorsPrarit Bhargava1-0/+2
2020-01-27Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-41/+29
2020-01-13x86/mce: Fix use of uninitialized MCE message stringJan H. Schönherr1-2/+2
2020-01-13x86/mce: Fix mce=nobootlogJan H. Schönherr1-13/+9
2020-01-13x86/mce: Take action on UCNA/Deferred errors againJan H. Schönherr1-15/+16
2019-12-17x86/mce: Remove mce_inject_log() in favor of mce_log()Jan H. Schönherr1-10/+1
2019-12-17x86/mce: Pass MCE message to mce_panic() on failed kernel recoveryJan H. Schönherr1-1/+1
2019-12-17x86/mce: Fix possibly incorrect severity calculation on AMDJan H. Schönherr1-1/+1
2019-10-01x86/mce: Add Zhaoxin LMCE supportTony W Wang-oc1-2/+20
2019-10-01x86/mce: Add Zhaoxin CMCI supportTony W Wang-oc1-0/+27
2019-10-01x86/mce: Add Zhaoxin MCE supportTony W Wang-oc1-13/+31
2019-07-09Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-06-14x86/mce: Do not check return value of debugfs_create functionsGreg Kroah-Hartman1-11/+5
2019-06-11x86/MCE: Determine MCA banks' init state properlyYazen Ghannam1-0/+39
2019-06-11x86/MCE: Make the number of MCA banks a per-CPU variableYazen Ghannam1-20/+25
2019-06-11x86/MCE: Make mce_banks a per-CPU arrayYazen Ghannam1-28/+48
2019-06-11x86/MCE: Make struct mce_banks[] staticYazen Ghannam1-1/+10
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-23x86/MCE/AMD: Don't report L1 BTB MCA errors on some family 17h modelsYazen Ghannam1-0/+3
2019-04-23x86/MCE: Add an MCE-record filtering functionYazen Ghannam1-0/+5
2019-04-19x86/mce: Fix debugfs_simple_attr.cocci warningsYueHaibing1-4/+4
2019-03-29x86/mce: Remove mce_report_event()Borislav Petkov1-18/+2
2019-03-27x86/mce: Handle varying MCA bank countsYazen Ghannam1-15/+7
2019-03-27x86/mce: Fix machine_check_poll() tests for error typesTony Luck1-7/+37
2019-03-08Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-30/+0
2019-02-03x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()Tony Luck1-0/+1
2019-01-16x86/MCE/AMD: Carve out the MC4_MISC thresholding quirkShirish S1-29/+0
2019-01-15x86/MCE/AMD: Turn off MC4_MISC thresholding on all family 0x15 modelsShirish S1-3/+2
2018-12-27Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2018-12-06x86/mce: Unify pr_* prefixBorislav Petkov1-2/+0
2018-12-05x86/mce: Streamline MCE subsystem's namingBorislav Petkov1-0/+2499