summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei/ghes.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI / APEI: Send correct severity to calculate AER severityTyler Baicar2016-09-201-1/+1
* drivers/acpi: make apei/ghes.c more explicitly non-modularPaul Gortmaker2016-03-091-16/+7Star
* Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar2015-10-141-4/+0Star
|\
| * ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-081-4/+0Star
* | acpi/apei: Use appropriate pgprot_t to map GHES memoryJonathan (Zhixiong) Zhang2015-09-141-3/+7
|/
* GHES: Make NMI handler have a single readerJiri Kosina2015-04-271-5/+7
* GHES: Elliminate double-loop in the NMI handlerBorislav Petkov2015-04-271-9/+2Star
* GHES: Panic right after detectionBorislav Petkov2015-04-271-10/+6Star
* GHES: Carve out the panic functionalityBorislav Petkov2015-04-271-10/+14
* GHES: Carve out error queueing in a separate functionBorislav Petkov2015-04-271-22/+29
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * acpi: apei: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | GHES: Make ghes_estatus_caches staticBorislav Petkov2014-10-211-1/+1
* | APEI, GHES: Cleanup unnecessary function for lockless listChen, Gong2014-10-211-16/+2Star
|/
* Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-071-16/+16
|\
| * ACPICA: Restore error table definitions to reduce code differences between Li...Lv Zheng2014-06-161-16/+16
* | acpi, apei, ghes: Factor out ioremap virtual memory for IRQ and NMI context.Tomasz Nowicki2014-07-231-7/+11
* | acpi, apei, ghes: Make NMI error notification to be GHES architecture extension.Tomasz Nowicki2014-07-231-52/+97
* | apei, mce: Factor out APEI architecture specific MCE calls.Tomasz Nowicki2014-07-231-4/+2Star
|/
* Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-251-1/+0Star
|\
| * ACPI / i915: Fix incorrect <acpi/acpi.h> inclusions via <linux/acpi_io.h>Lv Zheng2013-12-071-1/+0Star
* | ACPI, APEI, GHES: Cleanup ghes memory error handlingChen, Gong2013-12-211-16/+20
* | ACPI, APEI, GHES: Do not report only correctable errors with SCIChen, Gong2013-12-211-2/+1Star
|/
* ACPI, APEI, CPER: Add UEFI 2.4 support for memory errorChen, Gong2013-10-231-2/+2
* ACPI, CPER: Update cper infoChen, Gong2013-10-221-27/+27
* Merge branch 'x86/mce' into x86/rasIngo Molnar2013-08-121-9/+29
|\
| * mce: acpi/apei: Soft-offline a page on firmware GHES notificationNaveen N. Rao2013-07-101-9/+29
* | Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-041-0/+10
|\ \ | |/ |/|
| * ACPI / APEI: Force fatal AER severity when component has been resetBetty Dall2013-06-061-0/+10
* | Merge branch 'acpi-fixes'Rafael J. Wysocki2013-06-071-3/+4
|\ \
| * | ACPI / APEI: fix error return code in ghes_probe()Wei Yongjun2013-06-051-3/+4
| |/
* / aerdrv: Move cper_print_aer() call out of interrupt contextLance Ortiz2013-05-301-1/+3
|/
* ghes: add the needed hooks for EDAC error reportMauro Carvalho Chehab2013-02-251-5/+19
* ghes: move structures/enum to a header fileMauro Carvalho Chehab2013-02-211-45/+2Star
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-1/+1
|\
| * acpi: remove use of __devinitBill Pemberton2012-11-281-1/+1
* | ACPI: remove use of __devexitBill Pemberton2012-11-211-1/+1
|/
* ACPI, APEI, Avoid too much error reporting in runtimeHuang Ying2012-06-121-3/+3
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-01-191-19/+83
|\
| * ACPI APEI: Convert atomicio routinesMyron Stowe2012-01-171-5/+5
| * ACPI, APEI, Printk queued error record before panicHuang Ying2012-01-171-9/+44
| * ACPI, APEI, GHES, Distinguish interleaved error report in kernel logHuang Ying2012-01-171-5/+11
| * ACPI, APEI, GHES: Add PCIe AER recovery supportHuang Ying2012-01-171-0/+23
* | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
|/
* x86, nmi: Wire up NMI handlers to new routinesDon Zickus2011-10-101-14/+8Star
* APEI GHES: 32-bit buildfixLen Brown2011-08-031-2/+3
* ACPI, APEI, GHES: Add hardware memory error recovery supportHuang Ying2011-08-031-7/+17
* ACPI, APEI, GHES, Error records content based throttleHuang Ying2011-08-031-7/+177
* ACPI, APEI, GHES, printk support for recoverable error via NMIHuang Ying2011-08-031-18/+191
* ACPI, APEI, Add WHEA _OSC supportHuang Ying2011-07-141-0/+10