summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck/mce.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-241-16/+28
|\
| * x86/mce: Fix incorrect "Machine check from unknown source" messageTony Luck2018-06-221-8/+18
| * x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()Borislav Petkov2018-06-221-8/+10
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
|/
* x86/MCE: Enable MCE broadcasting on new Centaur CPUsDavid Wang2018-05-061-0/+18
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-021-12/+6
|\
| * Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner2018-03-141-2/+24
| |\
| * \ Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar2018-02-261-7/+12
| |\ \
| * | | x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-141-12/+6
* | | | Revert "x86/mce/AMD: Collect error info even if valid bits are not set"Yazen Ghannam2018-03-281-14/+0
* | | | Merge branch 'ras/urgent' into ras/coreThomas Gleixner2018-03-081-2/+24
|\ \ \ \ | | |_|/ | |/| |
| * | | x86/MCE: Serialize sysfs changesSeunghun Han2018-03-081-1/+21
| * | | x86/MCE: Save microcode revision in machine check recordsTony Luck2018-03-081-1/+3
| | |/ | |/|
* | | x86/mce/AMD: Collect error info even if valid bits are not setBorislav Petkov2018-02-211-0/+14
* | | x86/mce: Issue the 'mcelog --ascii' message only on !AMDBorislav Petkov2018-02-211-1/+3
* | | x86/mce: Convert 'struct mca_config' bools to a bitfieldBorislav Petkov2018-02-211-8/+8
|/ /
* | x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck2018-02-131-6/+11
* | x86/MCE: Fix build warning introduced by "x86: do not use print_symbol()"Borislav Petkov2018-02-111-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-2/+1
|\
| * x86: do not use print_symbol()Sergey Senozhatsky2018-01-051-2/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-3/+3
|\ \
| * | mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman2018-01-231-3/+3
| |/
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-301-4/+13
|\ \
| * | x86/MCE: Make correctable error detection look at the Deferred bitYazen Ghannam2017-12-181-1/+12
| * | x86/MCE: Report only DRAM ECC as memory errors on AMD systemsYazen Ghannam2017-12-181-3/+1
| |/
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-211-0/+5
|\ \ | |/ |/|
| * x86/mce: Make machine check speculation protectedThomas Gleixner2018-01-191-0/+5
* | x86/mce: Convert timers to use timer_setup()Kees Cook2017-10-051-8/+5
|/
* x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck2017-08-171-0/+43
* x86/mce: Always save severity in machine_check_poll()Yazen Ghannam2017-06-261-6/+1
* 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: 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-011-425/+136
|\
| * 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: Do not register notifiers with invalid prioBorislav Petkov2017-03-281-2/+3
| * x86/mce: Factor out and deprecate the /dev/mcelog driverTony Luck2017-03-281-363/+9
| * 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-181-14/+3
| |/ |/|
* | x86/mce: Don't print MCEs when mcelog is activeAndi Kleen2017-03-281-1/+6
|/
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-02-201-50/+7
|\
| * x86/ras, EDAC, acpi: Assign MCE notifier handlers a priorityBorislav Petkov2017-01-241-5/+3
| * x86/ras: Get rid of mce_process_work()Borislav Petkov2017-01-241-11/+1
| * x86/ras: Flip the TSC-adding logicBorislav Petkov2017-01-241-9/+3
OpenPOWER on IntegriCloud