summaryrefslogtreecommitdiff
path: root/Kernel/ACPI/ACPIStaticParser.cpp
AgeCommit message (Expand)Author
2020-02-24Kernel: Fix a wrong debug message in ACPIStaticParserLiav A
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-09Kernel: Apply changes to use LibBareMetal definitionsLiav A
2020-01-21Kernel: ACPI code doesn't rely on identity mapping anymoreLiav A
2020-01-20Kernel: Remove some unnecessary casts to uintptr_tAndreas Kling
2020-01-20Use uintptr_t instead of u32 when storing pointers as integersAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-14Kernel: Remove problematic memory mapping methodsLiav A
2020-01-02Kernel: Introduce the ACPI subsystemLiav A