summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+5
2026-01-28ACPI: APEI: GHES: Add ghes_edac support for __ZX__ and _BYO_ systemsTony W Wang-oc-0/+2
2026-01-28ACPI: APEI: GHES: Disable KASAN instrumentation when compile testing with cla...Nathan Chancellor-0/+4
2026-01-14ACPI: APEI: GHES: Add helper to copy CPER CXL protocol error info to work structFabio M. De Francesco-21/+34
2026-01-14ACPI: APEI: GHES: Add helper for CPER CXL protocol errors checksFabio M. De Francesco-17/+35
2026-01-14ACPI: APEI: GHES: Improve ghes_notify_sea() status checkShuai Xue-3/+17
2026-01-14ACPI: APEI: GHES: Extract helper functions for error status handlingShuai Xue-21/+68
2026-01-14ACPI: APEI: GHES: Improve ghes_notify_nmi() status checkTony Luck-3/+37
2026-01-14APEI/GHES: ensure that won't go past CPER allocated recordMauro Carvalho Chehab-1/+5
2026-01-14APEI/GHES: ARM processor Error: don't go past allocated memoryMauro Carvalho Chehab-4/+28
2026-01-07ACPI: APEI: EINJ: make read-only array non_mmio_desc static constColin Ian King-1/+1
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+36
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+0
2025-12-04Merge tag 'efi-next-for-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-13/+14
2025-11-27vmcoreinfo: track and log recoverable hardware errorsBreno Leitao-0/+36
2025-11-21efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specsMauro Carvalho Chehab-6/+10
2025-11-21RAS: Report all ARM processor CPER information to userspaceJason Tian-7/+4
2025-11-19ACPI: APEI: EINJ: Fix EINJV2 initialization and injectionTony Luck-23/+41
2025-11-16mm: change ghes code to allow poison of non-struct pfnAnkit Agrawal-6/+0
2025-09-28ACPI: APEI: Remove redundant rcu_read_lock/unlock() under spinlockpengdonglin-2/+0
2025-09-15ACPI: APEI: EINJ: Allow more types of addresses except MMIOJiaqi Yan-9/+42
2025-09-15ACPI: APEI: Remove redundant assignments in erst_dbg_{ioctl|write}()Thorsten Blum-5/+3
2025-08-18ACPI: APEI: EINJ: Fix resource leak by remove callback in .exit.textUwe Kleine-König-9/+3
2025-08-18ACPI: APEI: EINJ: fix potential NULL dereference in __einj_error_inject()Charles Han-0/+3
2025-08-18ACPI: APEI: EINJ: Check if user asked for EINJV2 injectionTony Luck-1/+1
2025-07-16ACPI: APEI: handle synchronous exceptions in task workShuai Xue-34/+45
2025-07-16ACPI: APEI: send SIGBUS to current task if synchronous memory error not recov...Shuai Xue-0/+11
2025-07-07ACPI: APEI: EINJ: Fix trigger actionsTony Luck-4/+10
2025-07-03ACPI: APEI: GHES: add TAINT_MACHINE_CHECK on GHES panic pathBreno Leitao-0/+2
2025-06-26ACPI: APEI: EINJ: Fix check and iounmap of uninitialized pointer pColin Ian King-1/+1
2025-06-26ACPI: APEI: EINJ: Fix less than zero comparison on a size_t variableColin Ian King-1/+1
2025-06-26ACPI: APEI: EINJ: prevent memory corruption in error_type_set()Dan Carpenter-0/+4
2025-06-18ACPI: APEI: EINJ: Enable EINJv2 error injectionsZaid Alali-11/+47
2025-06-18ACPI: APEI: EINJ: Create debugfs files to enter device id and syndromeTony Luck-0/+97
2025-06-18ACPI: APEI: EINJ: Discover EINJv2 parametersZaid Alali-2/+24
2025-06-18ACPI: APEI: EINJ: Add einjv2 extension structZaid Alali-0/+24
2025-06-18ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilitiesZaid Alali-16/+63
2025-06-18ACPI: APEI: EINJ: Fix kernel test sparse warningsZaid Alali-46/+60
2025-06-10ACPI: APEI: EINJ: Do not fail einj_init() on faux_device_create() failureDan Williams-6/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-05-30Merge tag 'acpi-6.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2025-05-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+2
2025-05-27ACPI: APEI: EINJ: Clean up on error in einj_probe()Dan Carpenter-1/+1
2025-05-09ACPI: APEI: EINJ: Remove redundant calls to einj_get_available_error_type()Zaid Alali-13/+9
2025-05-08firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHESHuang Yiwei-1/+2
2025-05-07ACPI: APEI: EINJ: Fix probe error messageJon Hunter-5/+5
2025-04-09ACPI: APEI: EINJ: Transition to the faux device interfaceSudeep Holla-21/+11
2025-03-14acpi/ghes, cxl/pci: Process CXL CPER Protocol ErrorsSmita Koralahalli-0/+49