aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+27
2018-02-13x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck2-6/+26
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-11x86/MCE: Fix build warning introduced by "x86: do not use print_symbol()"Borislav Petkov1-1/+1
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-2/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+3
2018-01-30Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-14/+58
2018-01-23mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman1-3/+3
2018-01-21Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2018-01-19x86/mce: Make machine check speculation protectedThomas Gleixner1-0/+5
2018-01-05x86: do not use print_symbol()Sergey Senozhatsky1-2/+1
2017-12-18x86/MCE: Make correctable error detection look at the Deferred bitYazen Ghannam1-1/+12
2017-12-18x86/MCE: Report only DRAM ECC as memory errors on AMD systemsYazen Ghannam2-3/+12
2017-12-18x86/MCE/AMD: Define a function to get SMCA bank typeYazen Ghannam1-0/+14
2017-12-04x86/mce/AMD: Don't set DEF_INT_TYPE in MSR_CU_DEF_ERR on SMCA systemsYazen Ghannam1-1/+3
2017-12-04x86/MCE: Extend table to report action optional errors through CMCI tooXie XiuQi1-9/+17
2017-11-27x86: annotate ->poll() instancesAl Viro1-1/+1
2017-11-13Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-13/+9
2017-11-07x86/MCE/AMD: Fix mce_severity_amd_smca() signatureYazen Ghannam1-1/+1
2017-11-07x86/MCE/AMD: Always give panic severity for UC errors in kernel contextYazen Ghannam1-4/+3
2017-11-05Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-94/+27
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-11-01x86/mcelog: Get rid of RCU remnantsBorislav Petkov1-94/+27
2017-10-05x86/mce: Convert timers to use timer_setup()Kees Cook1-8/+5
2017-10-05x86/mce: Hide mca_cfgBorislav Petkov2-0/+9
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-45/+7
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+43
2017-09-04Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+2
2017-08-29x86/mce: Remove duplicated tracing interrupt codeThomas Gleixner3-45/+7
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar1-1/+1
2017-08-18x86: Constify attribute_group structuresArvind Yadav1-1/+1
2017-08-17x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck1-0/+43
2017-07-25x86/mce/AMD: Allow any CPU to initialize the smca_banks arrayYazen Ghannam1-7/+2
2017-06-26x86/mce: Always save severity in machine_check_poll()Yazen Ghannam1-6/+1
2017-06-20x86/MCE, xen/mcelog: Make /dev/mcelog registration messages more preciseJuergen Gross1-1/+7
2017-06-14x86/mce: Update bootlog description to reflect behavior on AMDYazen Ghannam1-2/+3
2017-06-14x86/mce: Don't disable MCA banks when offlining a CPU on AMDYazen Ghannam1-2/+3
2017-06-14x86/mce/mce-inject: Preset the MCE injection structBorislav Petkov1-0/+9
2017-06-14x86/mce: Clean up include filesBorislav Petkov1-10/+0
2017-06-14x86/mce: Get rid of register_mce_write_callback()Borislav Petkov3-58/+61
2017-06-14x86/mce: Merge mce_amd_inj into mce-injectBorislav Petkov1-16/+526
2017-06-14x86/mce/AMD: Use saved threshold block info in interrupt handlerYazen Ghannam1-31/+35
2017-06-14x86/mce/AMD: Use msr_stat when clearing MCA_STATUSYazen Ghannam1-1/+1
2017-05-21x86/mce/AMD: Carve out SMCA bank configurationYazen Ghannam1-38/+38
2017-05-21x86/mce/AMD: Redo error logging from APIC LVT interrupt handlersYazen Ghannam1-73/+74
2017-05-21x86/mce: Convert threshold_bank.cpus from atomic_t to refcount_tElena Reshetova1-3/+3
2017-05-21x86/MCE: Export memory_error()Borislav Petkov1-7/+6
2017-05-01Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-425/+546
2017-04-19x86/mce: Check MCi_STATUS[MISCV] for usable addr on Intel onlyBorislav Petkov1-1/+6