summaryrefslogtreecommitdiff
path: root/drivers/acpi/apei
AgeCommit message (Expand)AuthorFilesLines
2024-05-16Merge tag 'cxl-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-0/+84
2024-05-02cxl/cper: Remove duplicated GUID definesIra Weiny1-26/+0
2024-05-01acpi/ghes: Process CXL Component EventsIra Weiny1-0/+110
2024-04-08ACPI: APEI: EINJ: mark remove callback as __exitUwe Kleine-König1-3/+9
2024-03-26ACPI: APEI: EINJ: mark remove callback as non-__exitArnd Bergmann1-1/+1
2024-03-16Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds5-21/+247
2024-03-13EINJ: Add CXL error type supportBen Cheatham5-18/+204
2024-03-13EINJ: Migrate to a platform driverBen Cheatham1-4/+44
2024-02-29ACPI: APEI: Skip initialization of GHES_ASSIST structures for Machine Check A...Avadhut Naik1-0/+51
2024-02-27ACPI: APEI: GHES: Convert to platform remove callback returning voidUwe Kleine-König1-6/+11
2024-02-21acpi/ghes: Remove CXL CPER notificationsDan Williams1-63/+0
2024-02-03cxl/cper: Fix errant CPER prints for CXL eventsIra Weiny1-26/+0
2024-01-19Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+89
2024-01-10acpi/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-11-21ACPI: APEI: EINJ: Add support for vendor defined error typesAvadhut Naik1-0/+24
2023-11-21ACPI: APEI: EINJ: Refactor available_error_type_show()Avadhut Naik1-23/+24
2023-10-24ACPI: APEI: Use ERST timeout for slow devicesJeshua Smith1-4/+37
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-12ACPI: APEI: mark bert_disable as __initdataMiaohe Lin1-1/+1
2023-06-05ACPI: APEI: GHES: Remove unused ghes_estatus_pool_size_request()Miaohe Lin1-2/+0
2023-05-25efi: fix missing prototype warningsArnd Bergmann2-6/+1
2023-03-27ACPI: APEI: EINJ: warn on invalid argument when explicitly indicated by platformShuai Xue1-1/+7
2023-03-20ACPI: APEI: EINJ: Add CXL error typesTony Luck1-0/+6
2023-01-30ACPI: APEI: EINJ: Limit error type to 32-bit widthShuai Xue1-0/+4
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-13Merge tag 'edac_updates_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+63
2022-12-07ACPI: APEI: EINJ: Refactor available_error_type_show()Jay Lu1-24/+17
2022-12-07ACPI: APEI: EINJ: Fix formatting errorsJay Lu1-7/+8
2022-12-02ACPI: APEI: Remove a useless includeChristophe JAILLET1-1/+0
2022-11-23ACPI: APEI: Silence missing prototype warningsSudeep Holla1-0/+1
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-09-24ACPI: APEI: Remove unneeded result variablesye xingchen2-9/+2
2022-09-03ACPI: APEI: Add BERT error log footerDmitry Monakhov1-0/+3
2022-06-29ACPI: APEI: Fix _EINJ vs EFI_MEMORY_SPDan Williams1-0/+2
2022-06-29ACPI: APEI: Better fix to avoid spamming the console with old error logsTony Luck1-8/+23
2022-06-09ACPI: APEI: Fix double word in a commentXiang wangx1-1/+1
2022-04-22ACPI, APEI, EINJ: Refuse to inject into the zero pageTony Luck1-0/+3
2022-04-13ACPI: APEI: Fix missing ERST record idLiu Xinpeng2-7/+73
2022-03-22ACPI, APEI: Use the correct variable for sizeof()Jakob Koschel1-1/+1
2022-03-09ACPI/APEI: Limit printable size of BERT table dataDarren Hart1-2/+6
2022-03-08ACPI: APEI: fix return value of __setup handlersRandy Dunlap3-3/+3