| Commit message (Expand) | Author | Age | Files | Lines |
* | GHES: Make NMI handler have a single reader | Jiri Kosina | 2015-04-27 | 1 | -5/+7 |
* | GHES: Elliminate double-loop in the NMI handler | Borislav Petkov | 2015-04-27 | 1 | -9/+2 |
* | GHES: Panic right after detection | Borislav Petkov | 2015-04-27 | 1 | -10/+6 |
* | GHES: Carve out the panic functionality | Borislav Petkov | 2015-04-27 | 1 | -10/+14 |
* | GHES: Carve out error queueing in a separate function | Borislav Petkov | 2015-04-27 | 1 | -22/+29 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 1 | -1/+0 |
|\ |
|
| * | acpi: apei: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | GHES: Make ghes_estatus_caches static | Borislav Petkov | 2014-10-21 | 1 | -1/+1 |
* | | APEI, GHES: Cleanup unnecessary function for lockless list | Chen, Gong | 2014-10-21 | 1 | -16/+2 |
|/ |
|
* | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-06 | 1 | -16/+16 |
|\ |
|
| * | ACPICA: Restore error table definitions to reduce code differences between Li... | Lv Zheng | 2014-06-16 | 1 | -16/+16 |
* | | acpi, apei, ghes: Factor out ioremap virtual memory for IRQ and NMI context. | Tomasz Nowicki | 2014-07-22 | 1 | -7/+11 |
* | | acpi, apei, ghes: Make NMI error notification to be GHES architecture extension. | Tomasz Nowicki | 2014-07-22 | 1 | -52/+97 |
* | | apei, mce: Factor out APEI architecture specific MCE calls. | Tomasz Nowicki | 2014-07-22 | 1 | -4/+2 |
|/ |
|
* | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-01-24 | 1 | -1/+0 |
|\ |
|
| * | ACPI / i915: Fix incorrect <acpi/acpi.h> inclusions via <linux/acpi_io.h> | Lv Zheng | 2013-12-07 | 1 | -1/+0 |
* | | ACPI, APEI, GHES: Cleanup ghes memory error handling | Chen, Gong | 2013-12-21 | 1 | -16/+20 |
* | | ACPI, APEI, GHES: Do not report only correctable errors with SCI | Chen, Gong | 2013-12-21 | 1 | -2/+1 |
|/ |
|
* | ACPI, APEI, CPER: Add UEFI 2.4 support for memory error | Chen, Gong | 2013-10-23 | 1 | -2/+2 |
* | ACPI, CPER: Update cper info | Chen, Gong | 2013-10-21 | 1 | -27/+27 |
* | Merge branch 'x86/mce' into x86/ras | Ingo Molnar | 2013-08-12 | 1 | -9/+29 |
|\ |
|
| * | mce: acpi/apei: Soft-offline a page on firmware GHES notification | Naveen N. Rao | 2013-07-10 | 1 | -9/+29 |
* | | Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-07-03 | 1 | -0/+10 |
|\ \
| |/
|/| |
|
| * | ACPI / APEI: Force fatal AER severity when component has been reset | Betty Dall | 2013-06-06 | 1 | -0/+10 |
* | | Merge branch 'acpi-fixes' | Rafael J. Wysocki | 2013-06-07 | 1 | -3/+4 |
|\ \ |
|
| * | | ACPI / APEI: fix error return code in ghes_probe() | Wei Yongjun | 2013-06-05 | 1 | -3/+4 |
| |/ |
|
* | | aerdrv: Move cper_print_aer() call out of interrupt context | Lance Ortiz | 2013-05-30 | 1 | -1/+3 |
|/ |
|
* | ghes: add the needed hooks for EDAC error report | Mauro Carvalho Chehab | 2013-02-25 | 1 | -5/+19 |
* | ghes: move structures/enum to a header file | Mauro Carvalho Chehab | 2013-02-21 | 1 | -45/+2 |
* | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-12-11 | 1 | -1/+1 |
|\ |
|
| * | acpi: remove use of __devinit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | | ACPI: remove use of __devexit | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
|/ |
|
* | ACPI, APEI, Avoid too much error reporting in runtime | Huang Ying | 2012-06-12 | 1 | -3/+3 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-01-18 | 1 | -19/+83 |
|\ |
|
| * | ACPI APEI: Convert atomicio routines | Myron Stowe | 2012-01-17 | 1 | -5/+5 |
| * | ACPI, APEI, Printk queued error record before panic | Huang Ying | 2012-01-17 | 1 | -9/+44 |
| * | ACPI, APEI, GHES, Distinguish interleaved error report in kernel log | Huang Ying | 2012-01-17 | 1 | -5/+11 |
| * | ACPI, APEI, GHES: Add PCIe AER recovery support | Huang Ying | 2012-01-17 | 1 | -0/+23 |
* | | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
|/ |
|
* | x86, nmi: Wire up NMI handlers to new routines | Don Zickus | 2011-10-10 | 1 | -14/+8 |
* | APEI GHES: 32-bit buildfix | Len Brown | 2011-08-03 | 1 | -2/+3 |
* | ACPI, APEI, GHES: Add hardware memory error recovery support | Huang Ying | 2011-08-03 | 1 | -7/+17 |
* | ACPI, APEI, GHES, Error records content based throttle | Huang Ying | 2011-08-03 | 1 | -7/+177 |
* | ACPI, APEI, GHES, printk support for recoverable error via NMI | Huang Ying | 2011-08-03 | 1 | -18/+191 |
* | ACPI, APEI, Add WHEA _OSC support | Huang Ying | 2011-07-13 | 1 | -0/+10 |
* | ACPI, APEI, GHES, Support disable GHES at boot time | Huang Ying | 2011-07-13 | 1 | -0/+8 |
* | ACPI, APEI, GHES, Do not ratelimit fatal error printk before panic | Huang Ying | 2011-07-13 | 1 | -11/+14 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support | Huang Ying | 2011-01-12 | 1 | -84/+322 |
* | ACPI, APEI, Report GHES error information via printk | Huang Ying | 2010-12-13 | 1 | -4/+21 |