aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-15x86/sgx: Add check for SGX pages to ghes_do_memory_failure()Tony Luck1-1/+1
2021-11-15x86/sgx: Add hook to error injection address validationTony Luck1-1/+2
2021-10-27ACPI: APEI: mark apei_hest_parse() staticChristoph Hellwig1-2/+3
2021-10-27ACPI: APEI: EINJ: Relax platform response timeout to 1 secondShuai Xue1-7/+8
2021-06-17ACPI: APEI: fix synchronous external aborts in user-modeXiaofei Tan1-17/+64
2021-05-21ACPI: APEI: Don't warn if ACPI is disabledJon Hunter1-1/+1
2021-04-26Merge branch 'acpi-misc'Rafael J. Wysocki2-2/+2
2021-04-21ACPI: APEI: remove redundant assignment to variable rcColin Ian King1-1/+0
2021-03-19ACPI: fix various typos in commentsTom Saeger2-2/+2
2021-02-05ACPI: APEI: ERST: remove unneeded semicolonYang Li1-1/+1
2021-01-27ACPI: APEI: Add is_generic_error() to identify GHES sourcesYazen Ghannam1-4/+8
2020-11-23Merge ACPI APEI material for v5.11.Rafael J. Wysocki1-1/+1
2020-11-16ACPI, APEI, Fix error return value in apei_map_generic_address()Aili Yao1-0/+4
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+63
2020-10-17task_work: cleanup notification modesJens Axboe1-1/+1
2020-09-25ACPI, APEI: make apei_resources_all staticJason Yan1-1/+1
2020-09-16ACPI / APEI: Add a notifier chain for unknown (vendor) CPER recordsShiju Jose1-0/+63
2020-09-11ACPI: OSL: Change the type of acpi_os_map_generic_address() return valueRafael J. Wysocki1-1/+5
2020-07-27ACPI: APEI: remove redundant assignment to variable rcColin Ian King1-1/+1
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-17/+70
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel1-6/+0
2020-06-01Merge branches 'acpi-apei', 'acpi-pmic', 'acpi-video' and 'acpi-dptf'Rafael J. Wysocki1-11/+56
2020-05-19ACPI: APEI: Kick the memory_failure() queue for synchronous errorsJames Morse1-11/+56
2020-05-09ACPI: APEI: Put the HEST table for error pathHanjun Guo1-2/+3
2020-05-09ACPI: APEI: Put the error record serialization table for error pathHanjun Guo1-1/+3
2020-05-09ACPI: APEI: Put the error injection table for error path and module exitHanjun Guo1-1/+4
2020-05-09ACPI: APEI: Put the boot error record table after parsingHanjun Guo1-2/+4
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel1-1/+1
2020-01-13apei/ghes: Do not delay GHES pollingBhaskar Upadhaya1-1/+1
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds5-47/+45
2019-10-18acpi: Use pr_warn instead of pr_warningKefeng Wang5-47/+45
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-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 437Thomas Gleixner1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner6-54/+6
2019-03-04Merge branch 'acpi-apei'Rafael J. Wysocki6-332/+416
2019-02-20ACPI: APEI: Fix possible out-of-bounds access to BERT regionRoss Lagerwall1-13/+10
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 Morse2-28/+6
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