summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei/ghes.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI / APEI: Remove needless __ghes_check_estatus() callsLiguang Zhang2019-07-051-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* ACPI / APEI: Add support for the SDEI GHES Notification typeJames Morse2019-02-111-0/+85
* ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notificationsJames Morse2019-02-071-1/+1
* ACPI / APEI: Only use queued estatus entry during in_nmi_queue_one_entry()James Morse2019-02-071-27/+37
* ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER lengthJames Morse2019-02-071-11/+29
* ACPI / APEI: Make GHES estatus header validation more user friendlyJames Morse2019-02-071-14/+32
* ACPI / APEI: Pass ghes and estatus separately to avoid a later copyJames Morse2019-02-071-43/+49
* ACPI / APEI: Let the notification helper specify the fixmap slotJames Morse2019-02-071-53/+39
* ACPI / APEI: Move locking to the notification helperJames Morse2019-02-071-9/+25
* ACPI / APEI: Switch NOTIFY_SEA to use the estatus queueJames Morse2019-02-071-17/+5
* ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMIJames Morse2019-02-071-54/+59
* ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errorsJames Morse2019-02-071-25/+22
* ACPI / APEI: Generalise the estatus queue's notify codeJames Morse2019-02-071-22/+41
* ACPI / APEI: Don't update struct ghes' flags in read/clear estatusJames Morse2019-02-071-5/+0
* ACPI / APEI: Remove spurious GHES_TO_CLEAR checkJames Morse2019-02-071-3/+0
* ACPI / APEI: Don't store CPER records physical address in struct ghesJames Morse2019-02-071-19/+27
* ACPI / APEI: Make estatus pool allocation a static sizeJames Morse2019-02-071-43/+6
* ACPI / APEI: Make hest.c manage the estatus memory poolJames Morse2019-02-071-27/+6
* ACPI / APEI: Switch estatus pool to use vmalloc memoryJames Morse2019-02-071-15/+15
* ACPI / APEI: Remove silent flag from ghes_read_estatus()James Morse2019-02-071-8/+7
* ACPI / APEI: Don't wait to serialise with oops messages when panic()ingJames Morse2019-02-071-2/+0
* 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