summaryrefslogtreecommitdiff
path: root/drivers/acpi/apei/ghes.c
AgeCommit message (Expand)Author
2026-01-28ACPI: APEI: GHES: Add ghes_edac support for __ZX__ and _BYO_ systemsTony W Wang-oc
2026-01-14ACPI: APEI: GHES: Add helper to copy CPER CXL protocol error info to work structFabio M. De Francesco
2026-01-14ACPI: APEI: GHES: Add helper for CPER CXL protocol errors checksFabio M. De Francesco
2026-01-14ACPI: APEI: GHES: Improve ghes_notify_sea() status checkShuai Xue
2026-01-14ACPI: APEI: GHES: Extract helper functions for error status handlingShuai Xue
2026-01-14ACPI: APEI: GHES: Improve ghes_notify_nmi() status checkTony Luck
2026-01-14APEI/GHES: ensure that won't go past CPER allocated recordMauro Carvalho Chehab
2026-01-14APEI/GHES: ARM processor Error: don't go past allocated memoryMauro Carvalho Chehab
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-11-27vmcoreinfo: track and log recoverable hardware errorsBreno Leitao
2025-11-21efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specsMauro Carvalho Chehab
2025-11-21RAS: Report all ARM processor CPER information to userspaceJason Tian
2025-11-16mm: change ghes code to allow poison of non-struct pfnAnkit Agrawal
2025-09-28ACPI: APEI: Remove redundant rcu_read_lock/unlock() under spinlockpengdonglin
2025-07-16ACPI: APEI: handle synchronous exceptions in task workShuai Xue
2025-07-16ACPI: APEI: send SIGBUS to current task if synchronous memory error not recov...Shuai Xue
2025-07-03ACPI: APEI: GHES: add TAINT_MACHINE_CHECK on GHES panic pathBreno Leitao
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-08firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHESHuang Yiwei
2025-03-14acpi/ghes, cxl/pci: Process CXL CPER Protocol ErrorsSmita Koralahalli
2025-02-06acpi/ghes, cper: Recognize and cache CXL Protocol errorsSmita Koralahalli
2025-01-14APEI: GHES: Have GHES honor the panic= settingBorislav Petkov
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-12ACPI: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-09-09cxl: move cxl headers to new include/cxl/ directoryDave Jiang
2024-05-02cxl/cper: Remove duplicated GUID definesIra Weiny
2024-05-01acpi/ghes: Process CXL Component EventsIra Weiny
2024-02-27ACPI: APEI: GHES: Convert to platform remove callback returning voidUwe Kleine-König
2024-02-20acpi/ghes: Remove CXL CPER notificationsDan Williams
2024-02-03cxl/cper: Fix errant CPER prints for CXL eventsIra Weiny
2024-01-18Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2024-01-09acpi/ghes: Process CXL Component EventsIra Weiny
2023-12-21ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous eventsShuai Xue
2023-09-21ACPI: APEI: Fix AER info corruption when error status data has multiple sectionsShiju Jose
2023-06-12APEI: GHES: correctly return NULL for ghes_get_devices()Li Yang
2023-06-05ACPI: APEI: GHES: Remove unused ghes_estatus_pool_size_request()Miaohe Lin
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-12Merge tag 'edac_updates_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-28apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()Ard Biesheuvel
2022-10-28ACPI: APEI: Drop unsetting driver data on removeUwe Kleine-König
2022-10-24apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()Ard Biesheuvel
2022-10-21EDAC/ghes: Make ghes_edac a proper moduleJia He
2022-10-21EDAC/ghes: Prepare to make ghes_edac a proper moduleJia He
2022-10-20EDAC/ghes: Add a notifier for reporting memory errorsJia He
2022-10-13ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()Ashish Kalra
2022-10-04ACPI: APEI: do not add task_work to kernel thread to avoid memory leakShuai Xue
2022-03-03ACPI: APEI: rename ghes_init() with an "acpi_" prefixShuai Xue
2022-03-03ACPI: APEI: explicit init of HEST and GHES in apci_init()Shuai Xue
2021-11-15x86/sgx: Add check for SGX pages to ghes_do_memory_failure()Tony Luck