index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
apei
/
einj-core.c
Age
Commit message (
Expand
)
Author
2026-01-07
ACPI: APEI: EINJ: make read-only array non_mmio_desc static const
Colin Ian King
2025-11-19
ACPI: APEI: EINJ: Fix EINJV2 initialization and injection
Tony Luck
2025-09-15
ACPI: APEI: EINJ: Allow more types of addresses except MMIO
Jiaqi Yan
2025-08-18
ACPI: APEI: EINJ: Fix resource leak by remove callback in .exit.text
Uwe Kleine-König
2025-08-18
ACPI: APEI: EINJ: fix potential NULL dereference in __einj_error_inject()
Charles Han
2025-08-18
ACPI: APEI: EINJ: Check if user asked for EINJV2 injection
Tony Luck
2025-07-07
ACPI: APEI: EINJ: Fix trigger actions
Tony Luck
2025-06-26
ACPI: APEI: EINJ: Fix check and iounmap of uninitialized pointer p
Colin Ian King
2025-06-26
ACPI: APEI: EINJ: Fix less than zero comparison on a size_t variable
Colin Ian King
2025-06-26
ACPI: APEI: EINJ: prevent memory corruption in error_type_set()
Dan Carpenter
2025-06-18
ACPI: APEI: EINJ: Enable EINJv2 error injections
Zaid Alali
2025-06-18
ACPI: APEI: EINJ: Create debugfs files to enter device id and syndrome
Tony Luck
2025-06-18
ACPI: APEI: EINJ: Discover EINJv2 parameters
Zaid Alali
2025-06-18
ACPI: APEI: EINJ: Add einjv2 extension struct
Zaid Alali
2025-06-18
ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities
Zaid Alali
2025-06-18
ACPI: APEI: EINJ: Fix kernel test sparse warnings
Zaid Alali
2025-06-10
ACPI: APEI: EINJ: Do not fail einj_init() on faux_device_create() failure
Dan Williams
2025-05-27
ACPI: APEI: EINJ: Clean up on error in einj_probe()
Dan Carpenter
2025-05-09
ACPI: APEI: EINJ: Remove redundant calls to einj_get_available_error_type()
Zaid Alali
2025-05-07
ACPI: APEI: EINJ: Fix probe error message
Jon Hunter
2025-04-09
ACPI: APEI: EINJ: Transition to the faux device interface
Sudeep Holla
2024-11-12
ACPI: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-05-27
ACPI: APEI: EINJ: Fix einj_dev release leak
Dan Williams
2024-04-08
ACPI: APEI: EINJ: mark remove callback as __exit
Uwe Kleine-König
2024-03-26
ACPI: APEI: EINJ: mark remove callback as non-__exit
Arnd Bergmann
2024-03-12
EINJ: Add CXL error type support
Ben Cheatham