Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | acpi: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-06 | 1 | -2/+1 |
* | acpi_apei: Use devclass_find to find devclass in identify. | John Baldwin | 2022-04-21 | 1 | -1/+1 |
* | APEI: Make sure event data fit into the buffer. | Alexander Motin | 2022-02-03 | 1 | -2/+6 |
* | APEI: Improve multiple error sources handling. | Alexander Motin | 2021-12-02 | 1 | -49/+104 |
* | APEI: Fix Generic Error Data Entry revision 3.0 handling. | Alexander Motin | 2021-11-25 | 1 | -5/+9 |
* | Add missing newlines. | Alexander Motin | 2021-01-28 | 1 | -2/+2 |
* | Unify AcpiGetTable() KPI use in identify, probe and attach. | Alexander Motin | 2020-08-19 | 1 | -7/+25 |
* | Add some more checks to make APEI driver more robust. | Alexander Motin | 2020-08-07 | 1 | -8/+22 |
* | Allow ACPI APEI driver build without PCI. | Alexander Motin | 2020-08-07 | 1 | -1/+5 |
* | Add initial driver for ACPI Platform Error Interfaces. | Alexander Motin | 2020-07-27 | 1 | -0/+684 |