summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei/ghes.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* GHES: Panic right after detectionBorislav Petkov2015-04-271-10/+6
* 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-141-1/+0
|\
| * acpi: apei: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | GHES: Make ghes_estatus_caches staticBorislav Petkov2014-10-211-1/+1
* | APEI, GHES: Cleanup unnecessary function for lockless listChen, Gong2014-10-211-16/+2
|/
* Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-061-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-221-7/+11
* | acpi, apei, ghes: Make NMI error notification to be GHES architecture extension.Tomasz Nowicki2014-07-221-52/+97
* | apei, mce: Factor out APEI architecture specific MCE calls.Tomasz Nowicki2014-07-221-4/+2
|/
* Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-241-1/+0
|\
| * ACPI / i915: Fix incorrect <acpi/acpi.h> inclusions via <linux/acpi_io.h>Lv Zheng2013-12-071-1/+0
* | 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/+1
|/
* ACPI, APEI, CPER: Add UEFI 2.4 support for memory errorChen, Gong2013-10-231-2/+2
* ACPI, CPER: Update cper infoChen, Gong2013-10-211-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-031-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/+2
* 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-181-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/+8
* 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-131-0/+10
* ACPI, APEI, GHES, Support disable GHES at boot timeHuang Ying2011-07-131-0/+8
* ACPI, APEI, GHES, Do not ratelimit fatal error printk before panicHuang Ying2011-07-131-11/+14
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying2011-01-121-84/+322
* ACPI, APEI, Report GHES error information via printkHuang Ying2010-12-131-4/+21
OpenPOWER on IntegriCloud