summaryrefslogtreecommitdiff
path: root/Kernel/ACPI/Definitions.h
AgeCommit message (Expand)Author
2020-06-04Kernel: Detect APs and boot them into protected modeTom
2020-05-22Kernel: Simplify scanning BIOS/EBDA and MP parser initializationAndreas Kling
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-04-09Kernel: Use StringView for ACPI table signaturesAndreas Kling
2020-04-09Kernel: Add typed_map<T>(PhysicalAddress) and use it in ACPI parsingAndreas Kling
2020-03-22Kernel: Run clang-format on filesShannon Booth
2020-03-19ACPI: Delete irrelevant HPET definitionsLiav A
2020-03-12ACPI: Examine bit width in Generic address structure before assertingLiav A
2020-03-12ACPI: Keep common flags in structures for later usageLiav A
2020-03-09Kernel: Allow to reboot in ACPI via PCI or MMIO accessLiav A
2020-03-06Meta: Claim copyright on `ACPI` filesLiav A
2020-02-29ACPI: Reorganize the definitions fileLiav A
2020-02-24ACPI: Run clang-format on the definitions fileLiav A
2020-02-24ACPI: Adding definitions for HPETLiav A
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas 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: Change ACPI & DMI definitions a bitLiav A
2020-01-02Kernel: Introduce the ACPI subsystemLiav A