aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei/ghes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
6 daystreewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-08firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHESHuang Yiwei1-1/+1
2025-03-14acpi/ghes, cxl/pci: Process CXL CPER Protocol ErrorsSmita Koralahalli1-0/+49
2025-02-06acpi/ghes, cper: Recognize and cache CXL Protocol errorsSmita Koralahalli1-0/+54
2025-01-14APEI: GHES: Have GHES honor the panic= settingBorislav Petkov1-5/+5
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-3/+3
2024-11-12ACPI: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-09-09cxl: move cxl headers to new include/cxl/ directoryDave Jiang1-1/+1
2024-05-02cxl/cper: Remove duplicated GUID definesIra Weiny1-26/+0
2024-05-01acpi/ghes: Process CXL Component EventsIra Weiny1-0/+110
2024-02-27ACPI: APEI: GHES: Convert to platform remove callback returning voidUwe Kleine-König1-6/+11
2024-02-20acpi/ghes: Remove CXL CPER notificationsDan Williams1-63/+0
2024-02-03cxl/cper: Fix errant CPER prints for CXL eventsIra Weiny1-26/+0
2024-01-18Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+89
2024-01-09acpi/ghes: Process CXL Component EventsIra Weiny1-0/+89
2023-12-21ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous eventsShuai Xue1-6/+23
2023-09-21ACPI: APEI: Fix AER info corruption when error status data has multiple sectionsShiju Jose1-1/+22
2023-06-12APEI: GHES: correctly return NULL for ghes_get_devices()Li Yang1-0/+2
2023-06-05ACPI: APEI: GHES: Remove unused ghes_estatus_pool_size_request()Miaohe Lin1-2/+0
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-12Merge tag 'edac_updates_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/rasLinus Torvalds1-3/+63
2022-10-28apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()Ard Biesheuvel1-27/+33
2022-10-28ACPI: APEI: Drop unsetting driver data on removeUwe Kleine-König1-2/+0
2022-10-24apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()Ard Biesheuvel1-27/+33
2022-10-21EDAC/ghes: Make ghes_edac a proper moduleJia He1-4/+0
2022-10-21EDAC/ghes: Prepare to make ghes_edac a proper moduleJia He1-0/+50
2022-10-20EDAC/ghes: Add a notifier for reporting memory errorsJia He1-1/+15
2022-10-13ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()Ashish Kalra1-1/+1
2022-10-04ACPI: APEI: do not add task_work to kernel thread to avoid memory leakShuai Xue1-1/+1
2022-03-03ACPI: APEI: rename ghes_init() with an "acpi_" prefixShuai Xue1-1/+1
2022-03-03ACPI: APEI: explicit init of HEST and GHES in apci_init()Shuai Xue1-11/+8
2021-11-15x86/sgx: Add check for SGX pages to ghes_do_memory_failure()Tony Luck1-1/+1
2021-06-17ACPI: APEI: fix synchronous external aborts in user-modeXiaofei Tan1-17/+64
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-17task_work: cleanup notification modesJens Axboe1-1/+1
2020-09-16ACPI / APEI: Add a notifier chain for unknown (vendor) CPER recordsShiju Jose1-0/+63
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-11/+56
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel1-6/+0
2020-05-19ACPI: APEI: Kick the memory_failure() queue for synchronous errorsJames Morse1-11/+56
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 Torvalds1-13/+12
2019-10-18acpi: Use pr_warn instead of pr_warningKefeng Wang1-13/+12
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