Age | Commit message (Expand) | Author |
---|---|---|
2021-02-19 | Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions | Andreas Kling |
2020-05-22 | Kernel: Simplify scanning BIOS/EBDA and MP parser initialization | Andreas Kling |
2020-04-09 | Kernel: Remove redundant "ACPI" from filenames in ACPI/ | Andreas Kling |
2020-04-09 | Kernel: Merge ACPI::StaticParser into ACPI::Parser | Andreas Kling |
2020-04-09 | Kernel: Add typed_map<T>(PhysicalAddress) and use it in ACPI parsing | Andreas Kling |
2020-04-09 | Kernel: Remove "non-operational" ACPI parser state | Andreas Kling |
2020-04-09 | Kernel: Simplify ACPI initialization a bit | Andreas Kling |
2020-04-09 | Kernel: Move ACPI initialization from init.cpp to ACPI::initialize() | Andreas Kling |