aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_apei.c
Commit message (Expand)AuthorAgeFilesLines
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-2/+1
* acpi_apei: Add sysctl to mute corrected errors.Alexander Motin2022-08-051-4/+54
* acpi: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* acpi_apei: Use devclass_find to find devclass in identify.John Baldwin2022-04-211-1/+1
* APEI: Make sure event data fit into the buffer.Alexander Motin2022-02-031-2/+6
* APEI: Improve multiple error sources handling.Alexander Motin2021-12-021-49/+104
* APEI: Fix Generic Error Data Entry revision 3.0 handling.Alexander Motin2021-11-251-5/+9
* Add missing newlines.Alexander Motin2021-01-281-2/+2
* Unify AcpiGetTable() KPI use in identify, probe and attach.Alexander Motin2020-08-191-7/+25
* Add some more checks to make APEI driver more robust.Alexander Motin2020-08-071-8/+22
* Allow ACPI APEI driver build without PCI.Alexander Motin2020-08-071-1/+5
* Add initial driver for ACPI Platform Error Interfaces.Alexander Motin2020-07-271-0/+684