summaryrefslogtreecommitdiff
path: root/Kernel/ACPI/MultiProcessorParser.cpp
AgeCommit message (Expand)Author
2020-05-22Kernel: Simplify scanning BIOS/EBDA and MP parser initializationAndreas Kling
2020-05-22Kernel: Add convenient ways to map whole BIOS and EBDA into memoryAndreas Kling
2020-05-22Kernel: Clean up and simplify MP table parsingAndreas Kling
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-05-08Kernel: Remove ref-counting from interrupt override metadataAndreas Kling
2020-04-09Kernel: Reorder bitwise operations when creating PCI interrupt overridesLiav A
2020-04-09MultiProcessor: Silence debug message spamLiav A
2020-04-09Interrupts: Make the MultiProcessorParser functional againLiav A
2020-03-23AK: Reduce header dependency graph of String.hAndreas Kling
2020-03-08AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)Andreas Kling
2020-03-06Kernel: Simplify a bunch of dbg() and klog() callsAndreas Kling
2020-03-06Kernel: Print MultiProcessor featuresLiav A
2020-03-02Kernel: Use klog() instead of kprintf()Liav A
2020-02-24Kernel: Add MultiProcessor ParserLiav A