aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei/ghes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-20ACPI / APEI: Release resources if gen_pool_add() failsLiguang Zhang1-2/+15
2019-08-05ACPI / APEI: Get rid of NULL_UUID_LE constantAndy Shevchenko1-1/+1
2019-07-05ACPI / APEI: Remove needless __ghes_check_estatus() callsLiguang Zhang1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-02-11ACPI / APEI: Add support for the SDEI GHES Notification typeJames Morse1-0/+85
2019-02-07ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notificationsJames Morse1-1/+1
2019-02-07ACPI / APEI: Only use queued estatus entry during in_nmi_queue_one_entry()James Morse1-27/+37
2019-02-07ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER lengthJames Morse1-11/+29
2019-02-07ACPI / APEI: Make GHES estatus header validation more user friendlyJames Morse1-14/+32
2019-02-07ACPI / APEI: Pass ghes and estatus separately to avoid a later copyJames Morse1-43/+49
2019-02-07ACPI / APEI: Let the notification helper specify the fixmap slotJames Morse1-53/+39
2019-02-07ACPI / APEI: Move locking to the notification helperJames Morse1-9/+25
2019-02-07ACPI / APEI: Switch NOTIFY_SEA to use the estatus queueJames Morse1-17/+5
2019-02-07ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMIJames Morse1-54/+59
2019-02-07ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errorsJames Morse1-25/+22
2019-02-07ACPI / APEI: Generalise the estatus queue's notify codeJames Morse1-22/+41
2019-02-07ACPI / APEI: Don't update struct ghes' flags in read/clear estatusJames Morse1-5/+0
2019-02-07ACPI / APEI: Remove spurious GHES_TO_CLEAR checkJames Morse1-3/+0
2019-02-07ACPI / APEI: Don't store CPER records physical address in struct ghesJames Morse1-19/+27
2019-02-07ACPI / APEI: Make estatus pool allocation a static sizeJames Morse1-43/+6
2019-02-07ACPI / APEI: Make hest.c manage the estatus memory poolJames Morse1-27/+6
2019-02-07ACPI / APEI: Switch estatus pool to use vmalloc memoryJames Morse1-15/+15
2019-02-07ACPI / APEI: Remove silent flag from ghes_read_estatus()James Morse1-8/+7
2019-02-07ACPI / APEI: Don't wait to serialise with oops messages when panic()ingJames Morse1-2/+0
2018-12-20ACPI/APEI: Clear GHES block_status before panic()Lenny Szubowicz1-0/+2
2018-05-12EDAC, ghes: Remove unused argument to ghes_edac_report_mem_error()Alexandru Gagniuc1-1/+1
2018-05-02ghes, EDAC: Fix ghes_edac registrationBorislav Petkov1-8/+6
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2018-01-23mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman1-1/+1
2017-12-05ACPI / APEI: remove redundant variables len and node_lenColin Ian King1-3/+0
2017-12-05ACPI: APEI: call into AER handling regardless of severityTyler Baicar1-5/+17
2017-12-05ACPI: APEI: handle PCIe AER errors in separate functionTyler Baicar1-30/+34
2017-11-13Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-95/+22
2017-11-07ACPI / APEI: Remove ghes_ioremap_areaJames Morse1-37/+2
2017-11-07ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse1-30/+14
2017-11-02ACPI / APEI: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-10-23ACPI / APEI: remove the unused dead-code for SEA/NMI notification typeDongjiu Geng1-28/+5
2017-10-11ACPI / APEI: adjust a local variable type in ghes_ioremap_pfn_irq()Jan Beulich1-1/+2
2017-09-27ACPI / APEI: clear error status before acknowledging the errorTyler Baicar1-7/+9
2017-08-30ACPI / APEI: Suppress message if HEST not presentPunit Agrawal1-1/+6
2017-07-31ACPI: APEI: Enable APEI multiple GHES source to share a single external IRQLoc Ho1-1/+2
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-30/+176
2017-07-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+25
2017-06-22acpi: apei: check for pending errors when probing GHES entriesTyler Baicar1-0/+3
2017-06-22arm/arm64: KVM: add guest SEA supportTyler Baicar1-6/+11
2017-06-22trace, ras: add ARM processor error trace eventTyler Baicar1-1/+5
2017-06-22ras: acpi / apei: generate trace event for unrecognized CPER sectionTyler Baicar1-0/+18
2017-06-22acpi: apei: panic OS with fatal error status blockJonathan (Zhixiong) Zhang1-15/+21
2017-06-22acpi: apei: handle SEA notification type for ARMv8Tyler Baicar1-6/+64
2017-06-22ras: acpi/apei: cper: add support for generic data v3 structureTyler Baicar1-6/+5