summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei
Commit message (Expand)AuthorAgeFilesLines
* ACPI: APEI: ERST: remove unneeded semicolonYang Li2021-02-051-1/+1
* ACPI: APEI: Add is_generic_error() to identify GHES sourcesYazen Ghannam2021-01-271-4/+8
* Merge ACPI APEI material for v5.11.Rafael J. Wysocki2020-11-231-1/+1
|\
| * ACPI, APEI: make apei_resources_all staticJason Yan2020-09-251-1/+1
* | ACPI, APEI, Fix error return value in apei_map_generic_address()Aili Yao2020-11-161-0/+4
* | Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+1
|\ \
| * | task_work: cleanup notification modesJens Axboe2020-10-171-1/+1
* | | Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-0/+63
|\ \ \ | |/ / |/| |
| * | ACPI / APEI: Add a notifier chain for unknown (vendor) CPER recordsShiju Jose2020-09-161-0/+63
| |/
* / ACPI: OSL: Change the type of acpi_os_map_generic_address() return valueRafael J. Wysocki2020-09-111-1/+5
|/
* ACPI: APEI: remove redundant assignment to variable rcColin Ian King2020-07-271-1/+1
* Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-06-025-17/+70
|\
| *-. Merge branches 'acpi-apei', 'acpi-pmic', 'acpi-video' and 'acpi-dptf'Rafael J. Wysocki2020-06-011-11/+56
| |\ \
| | * | ACPI: APEI: Kick the memory_failure() queue for synchronous errorsJames Morse2020-05-191-11/+56
| | |/
| * | ACPI: APEI: Put the HEST table for error pathHanjun Guo2020-05-091-2/+3
| * | ACPI: APEI: Put the error record serialization table for error pathHanjun Guo2020-05-091-1/+3
| * | ACPI: APEI: Put the error injection table for error path and module exitHanjun Guo2020-05-091-1/+4
| * | ACPI: APEI: Put the boot error record table after parsingHanjun Guo2020-05-091-2/+4
| |/
* / mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2020-06-021-6/+0
|/
* x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-211-1/+1
* apei/ghes: Do not delay GHES pollingBhaskar Upadhaya2020-01-131-1/+1
* Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-255-47/+45
|\
| * acpi: Use pr_warn instead of pr_warningKefeng Wang2019-10-185-47/+45
* | ACPI / APEI: Release resources if gen_pool_add() failsLiguang Zhang2019-08-201-2/+15
* | ACPI / APEI: Get rid of NULL_UUID_LE constantAndy Shevchenko2019-08-051-1/+1
|/
* ACPI / APEI: Remove needless __ghes_check_estatus() callsLiguang Zhang2019-07-051-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 437Thomas Gleixner2019-06-051-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-306-54/+6
* Merge branch 'acpi-apei'Rafael J. Wysocki2019-03-046-332/+416
|\
| * ACPI: APEI: Fix possible out-of-bounds access to BERT regionRoss Lagerwall2019-02-201-13/+10
| * 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-072-28/+6
| * 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-072-44/+7
| * ACPI / APEI: Make hest.c manage the estatus memory poolJames Morse2019-02-072-28/+15
| * 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