summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei/ghes.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI/APEI: Clear GHES block_status before panic()Lenny Szubowicz2018-12-201-0/+2
* EDAC, ghes: Remove unused argument to ghes_edac_report_mem_error()Alexandru Gagniuc2018-05-121-1/+1
* ghes, EDAC: Fix ghes_edac registrationBorislav Petkov2018-05-021-8/+6
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-1/+1
|\
| * mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman2018-01-231-1/+1
* | ACPI / APEI: remove redundant variables len and node_lenColin Ian King2017-12-051-3/+0
* | ACPI: APEI: call into AER handling regardless of severityTyler Baicar2017-12-051-5/+17
* | ACPI: APEI: handle PCIe AER errors in separate functionTyler Baicar2017-12-051-30/+34
|/
* Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-11-131-95/+22
|\
| * ACPI / APEI: Remove ghes_ioremap_areaJames Morse2017-11-071-37/+2
| * ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse2017-11-071-30/+14
| * ACPI / APEI: remove the unused dead-code for SEA/NMI notification typeDongjiu Geng2017-10-231-28/+5
| * ACPI / APEI: adjust a local variable type in ghes_ioremap_pfn_irq()Jan Beulich2017-10-111-1/+2
* | ACPI / APEI: Convert timers to use timer_setup()Kees Cook2017-11-021-4/+3
|/
* ACPI / APEI: clear error status before acknowledging the errorTyler Baicar2017-09-271-7/+9
* ACPI / APEI: Suppress message if HEST not presentPunit Agrawal2017-08-301-1/+6
* ACPI: APEI: Enable APEI multiple GHES source to share a single external IRQLoc Ho2017-07-311-1/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-051-30/+176
|\
| * acpi: apei: check for pending errors when probing GHES entriesTyler Baicar2017-06-221-0/+3
| * arm/arm64: KVM: add guest SEA supportTyler Baicar2017-06-221-6/+11
| * trace, ras: add ARM processor error trace eventTyler Baicar2017-06-221-1/+5
| * ras: acpi / apei: generate trace event for unrecognized CPER sectionTyler Baicar2017-06-221-0/+18
| * acpi: apei: panic OS with fatal error status blockJonathan (Zhixiong) Zhang2017-06-221-15/+21
| * acpi: apei: handle SEA notification type for ARMv8Tyler Baicar2017-06-221-6/+64
| * ras: acpi/apei: cper: add support for generic data v3 structureTyler Baicar2017-06-221-6/+5
| * acpi: apei: read ack upon ghes record consumptionTyler Baicar2017-06-221-3/+56
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-14/+25
|\ \ | |/ |/|
| * ACPI/APEI: Handle GSIV and GPIO notification typesShiju Jose2017-05-211-14/+25
* | ACPI / APEI: Switch to use new generic UUID APIAndy Shevchenko2017-06-051-4/+4
|/
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-3/+2
|\
| * ACPI/APEI: Use setup_deferrable_timer()Geliang Tang2017-04-191-3/+2
* | ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removalJames Morse2017-03-281-0/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* ACPI / APEI: Fix NMI notification handlingPrarit Bhargava2016-12-021-3/+4
* ACPI / APEI: Fix incorrect return value of ghes_proc()Punit Agrawal2016-10-241-1/+1
* 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/+7
* Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar2015-10-141-4/+0
|\
| * ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-081-4/+0
* | 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/+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
|\
OpenPOWER on IntegriCloud