summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-132-13/+9
|\
| * x86/MCE/AMD: Fix mce_severity_amd_smca() signatureYazen Ghannam2017-11-071-1/+1
| * x86/MCE/AMD: Always give panic severity for UC errors in kernel contextYazen Ghannam2017-11-071-4/+3
| * x86/mce: Convert timers to use timer_setup()Kees Cook2017-10-051-8/+5
* | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-051-94/+27
|\ \
| * | x86/mcelog: Get rid of RCU remnantsBorislav Petkov2017-11-011-94/+27
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
|/ /
* / x86/mce: Hide mca_cfgBorislav Petkov2017-10-052-0/+9
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-043-45/+7
|\
| * x86/mce: Remove duplicated tracing interrupt codeThomas Gleixner2017-08-293-45/+7
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-0/+43
|\ \
| * | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-1/+1
| |\|
| * | x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck2017-08-171-0/+43
* | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-7/+2
|\ \ \ | |_|/ |/| |
| * | x86/mce/AMD: Allow any CPU to initialize the smca_banks arrayYazen Ghannam2017-07-251-7/+2
| |/
* / x86: Constify attribute_group structuresArvind Yadav2017-08-181-1/+1
|/
* x86/mce: Always save severity in machine_check_poll()Yazen Ghannam2017-06-261-6/+1
* x86/MCE, xen/mcelog: Make /dev/mcelog registration messages more preciseJuergen Gross2017-06-201-1/+7
* x86/mce: Update bootlog description to reflect behavior on AMDYazen Ghannam2017-06-141-2/+3
* x86/mce: Don't disable MCA banks when offlining a CPU on AMDYazen Ghannam2017-06-141-2/+3
* x86/mce/mce-inject: Preset the MCE injection structBorislav Petkov2017-06-141-0/+9
* x86/mce: Clean up include filesBorislav Petkov2017-06-141-10/+0
* x86/mce: Get rid of register_mce_write_callback()Borislav Petkov2017-06-143-58/+61
* x86/mce: Merge mce_amd_inj into mce-injectBorislav Petkov2017-06-141-16/+526
* x86/mce/AMD: Use saved threshold block info in interrupt handlerYazen Ghannam2017-06-141-31/+35
* x86/mce/AMD: Use msr_stat when clearing MCA_STATUSYazen Ghannam2017-06-141-1/+1
* x86/mce/AMD: Carve out SMCA bank configurationYazen Ghannam2017-05-211-38/+38
* x86/mce/AMD: Redo error logging from APIC LVT interrupt handlersYazen Ghannam2017-05-211-73/+74
* x86/mce: Convert threshold_bank.cpus from atomic_t to refcount_tElena Reshetova2017-05-211-3/+3
* x86/MCE: Export memory_error()Borislav Petkov2017-05-211-7/+6
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-015-425/+546
|\
| * x86/mce: Check MCi_STATUS[MISCV] for usable addr on Intel onlyBorislav Petkov2017-04-191-1/+6
| * x86/mce: Update notifier priority checkBorislav Petkov2017-04-181-1/+1
| * x86/mce: Enable PPIN for Knights Landing/MillPiotr Luc2017-04-141-0/+3
| * x86/mce: Do not register notifiers with invalid prioBorislav Petkov2017-03-281-2/+3
| * x86/mce: Factor out and deprecate the /dev/mcelog driverTony Luck2017-03-284-363/+416
| * RAS: Add a Corrected Errors CollectorBorislav Petkov2017-03-281-76/+115
| * x86/mce: Rename mce_log to mce_log_bufferBorislav Petkov2017-03-281-15/+15
| * x86/mce: Rename mce_log()'s argumentBorislav Petkov2017-03-281-4/+4
| * Merge branch 'ras/urgent' into ras/core, to pick up fixIngo Molnar2017-03-281-1/+6
| |\
| * | x86/mce: Init some CPU features earlyYazen Ghannam2017-03-181-12/+18
| * | x86/mce: Handle broadcasted MCE gracefully with kexecXunlei Pang2017-03-131-2/+16
* | | x86/mce: Make the MCE notifier a blocking oneVishal Verma2017-04-183-16/+5
* | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-04-031-1/+6
|\ \ \ | | |/ | |/|
| * | x86/mce: Don't print MCEs when mcelog is activeAndi Kleen2017-03-281-1/+6
| |/
* / x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRsYazen Ghannam2017-03-311-1/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-283-6/+8
|\
| *---. Merge branches 'x86/cache', 'x86/debug' and 'x86/irq' into x86/urgentIngo Molnar2017-02-203-6/+8
| |\ \ \
| | | | * x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlersDaniel Bristot de Oliveira2017-01-053-6/+8
| | | |/
* | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-02-207-78/+32
|\ \ \ \ | |/ / / |/| | |