aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei/ghes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-27GHES: Make NMI handler have a single readerJiri Kosina1-5/+7
2015-04-27GHES: Elliminate double-loop in the NMI handlerBorislav Petkov1-9/+2
2015-04-27GHES: Panic right after detectionBorislav Petkov1-10/+6
2015-04-27GHES: Carve out the panic functionalityBorislav Petkov1-10/+14
2015-04-27GHES: Carve out error queueing in a separate functionBorislav Petkov1-22/+29
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-10-21GHES: Make ghes_estatus_caches staticBorislav Petkov1-1/+1
2014-10-21APEI, GHES: Cleanup unnecessary function for lockless listChen, Gong1-16/+2
2014-10-20acpi: apei: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-16/+16
2014-07-22acpi, apei, ghes: Factor out ioremap virtual memory for IRQ and NMI context.Tomasz Nowicki1-7/+11
2014-07-22acpi, apei, ghes: Make NMI error notification to be GHES architecture extension.Tomasz Nowicki1-52/+97
2014-07-22apei, mce: Factor out APEI architecture specific MCE calls.Tomasz Nowicki1-4/+2
2014-06-16ACPICA: Restore error table definitions to reduce code differences between Linux and ACPICA upstream.Lv Zheng1-16/+16
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2013-12-21ACPI, APEI, GHES: Cleanup ghes memory error handlingChen, Gong1-16/+20
2013-12-21ACPI, APEI, GHES: Do not report only correctable errors with SCIChen, Gong1-2/+1
2013-12-07ACPI / i915: Fix incorrect <acpi/acpi.h> inclusions via <linux/acpi_io.h>Lv Zheng1-1/+0
2013-10-23ACPI, APEI, CPER: Add UEFI 2.4 support for memory errorChen, Gong1-2/+2
2013-10-21ACPI, CPER: Update cper infoChen, Gong1-27/+27
2013-08-12Merge branch 'x86/mce' into x86/rasIngo Molnar1-9/+29
2013-07-10mce: acpi/apei: Soft-offline a page on firmware GHES notificationNaveen N. Rao1-9/+29
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+10
2013-06-07Merge branch 'acpi-fixes'Rafael J. Wysocki1-3/+4
2013-06-06ACPI / APEI: Force fatal AER severity when component has been resetBetty Dall1-0/+10
2013-06-05ACPI / APEI: fix error return code in ghes_probe()Wei Yongjun1-3/+4
2013-05-30aerdrv: Move cper_print_aer() call out of interrupt contextLance Ortiz1-1/+3
2013-02-25ghes: add the needed hooks for EDAC error reportMauro Carvalho Chehab1-5/+19
2013-02-21ghes: move structures/enum to a header fileMauro Carvalho Chehab1-45/+2
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2012-11-28acpi: remove use of __devinitBill Pemberton1-1/+1
2012-11-21ACPI: remove use of __devexitBill Pemberton1-1/+1
2012-06-12ACPI, APEI, Avoid too much error reporting in runtimeHuang Ying1-3/+3
2012-01-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-19/+83
2012-01-17ACPI APEI: Convert atomicio routinesMyron Stowe1-5/+5
2012-01-17ACPI, APEI, Printk queued error record before panicHuang Ying1-9/+44
2012-01-17ACPI, APEI, GHES, Distinguish interleaved error report in kernel logHuang Ying1-5/+11
2012-01-17ACPI, APEI, GHES: Add PCIe AER recovery supportHuang Ying1-0/+23
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus1-14/+8
2011-08-03APEI GHES: 32-bit buildfixLen Brown1-2/+3
2011-08-03ACPI, APEI, GHES: Add hardware memory error recovery supportHuang Ying1-7/+17
2011-08-03ACPI, APEI, GHES, Error records content based throttleHuang Ying1-7/+177
2011-08-03ACPI, APEI, GHES, printk support for recoverable error via NMIHuang Ying1-18/+191
2011-07-13ACPI, APEI, Add WHEA _OSC supportHuang Ying1-0/+10
2011-07-13ACPI, APEI, GHES, Support disable GHES at boot timeHuang Ying1-0/+8
2011-07-13ACPI, APEI, GHES, Do not ratelimit fatal error printk before panicHuang Ying1-11/+14
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-12ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying1-84/+322
2010-12-13ACPI, APEI, Report GHES error information via printkHuang Ying1-4/+21