summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei (follow)
Commit message (Expand)AuthorAgeFilesLines
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-022-7/+7
* ACPI: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-11-122-2/+2
* Merge tag 'cxl-fixes-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-10-051-1/+1
|\
| * EINJ, CXL: Fix CXL device SBDF calculationBen Cheatham2024-09-301-1/+1
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
|/
* Merge tag 'cxl-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2024-09-272-2/+2
|\
| * cxl: move cxl headers to new include/cxl/ directoryDave Jiang2024-09-102-2/+2
* | [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
|/
* Merge branches 'acpi-ec', 'acpi-apei' and 'pnp'Rafael J. Wysocki2024-06-051-1/+1
|\
| * ACPI: APEI: EINJ: Fix einj_dev release leakDan Williams2024-05-271-1/+1
* | Merge tag 'cxl-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2024-05-151-0/+84
|\ \ | |/ |/|
| * cxl/cper: Remove duplicated GUID definesIra Weiny2024-05-021-26/+0
| * acpi/ghes: Process CXL Component EventsIra Weiny2024-05-011-0/+110
* | ACPI: APEI: EINJ: mark remove callback as __exitUwe Kleine-König2024-04-081-3/+9
|/
* ACPI: APEI: EINJ: mark remove callback as non-__exitArnd Bergmann2024-03-261-1/+1
* Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2024-03-165-21/+247
|\
| * EINJ: Add CXL error type supportBen Cheatham2024-03-135-18/+204
| * EINJ: Migrate to a platform driverBen Cheatham2024-03-131-4/+44
* | ACPI: APEI: Skip initialization of GHES_ASSIST structures for Machine Check A...Avadhut Naik2024-02-291-0/+51
* | ACPI: APEI: GHES: Convert to platform remove callback returning voidUwe Kleine-König2024-02-271-6/+11
|/
* acpi/ghes: Remove CXL CPER notificationsDan Williams2024-02-211-63/+0
* cxl/cper: Fix errant CPER prints for CXL eventsIra Weiny2024-02-031-26/+0
* Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2024-01-191-0/+89
|\
| * acpi/ghes: Process CXL Component EventsIra Weiny2024-01-101-0/+89
* | ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous eventsShuai Xue2023-12-211-6/+23
* | ACPI: APEI: EINJ: Add support for vendor defined error typesAvadhut Naik2023-11-211-0/+24
* | ACPI: APEI: EINJ: Refactor available_error_type_show()Avadhut Naik2023-11-211-23/+24
|/
* ACPI: APEI: Use ERST timeout for slow devicesJeshua Smith2023-10-241-4/+37
* ACPI: APEI: Fix AER info corruption when error status data has multiple sectionsShiju Jose2023-09-211-1/+22
* APEI: GHES: correctly return NULL for ghes_get_devices()Li Yang2023-06-121-0/+2
* ACPI: APEI: mark bert_disable as __initdataMiaohe Lin2023-06-121-1/+1
* ACPI: APEI: GHES: Remove unused ghes_estatus_pool_size_request()Miaohe Lin2023-06-051-2/+0
* efi: fix missing prototype warningsArnd Bergmann2023-05-252-6/+1
* ACPI: APEI: EINJ: warn on invalid argument when explicitly indicated by platformShuai Xue2023-03-271-1/+7
* ACPI: APEI: EINJ: Add CXL error typesTony Luck2023-03-201-0/+6
* ACPI: APEI: EINJ: Limit error type to 32-bit widthShuai Xue2023-01-301-0/+4
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* Merge tag 'edac_updates_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-121-3/+63
|\
| * apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()Ard Biesheuvel2022-10-241-27/+33
| * EDAC/ghes: Make ghes_edac a proper moduleJia He2022-10-211-4/+0
| * EDAC/ghes: Prepare to make ghes_edac a proper moduleJia He2022-10-211-0/+50
| * EDAC/ghes: Add a notifier for reporting memory errorsJia He2022-10-201-1/+15
* | ACPI: APEI: EINJ: Refactor available_error_type_show()Jay Lu2022-12-071-24/+17
* | ACPI: APEI: EINJ: Fix formatting errorsJay Lu2022-12-071-7/+8
* | ACPI: APEI: Remove a useless includeChristophe JAILLET2022-12-021-1/+0
* | ACPI: APEI: Silence missing prototype warningsSudeep Holla2022-11-231-0/+1
* | apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()Ard Biesheuvel2022-10-281-27/+33
* | ACPI: APEI: Drop unsetting driver data on removeUwe Kleine-König2022-10-281-2/+0
* | ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()Ashish Kalra2022-10-131-1/+1
|/
* ACPI: APEI: do not add task_work to kernel thread to avoid memory leakShuai Xue2022-10-041-1/+1