summaryrefslogtreecommitdiff
path: root/Kernel/PCI/Initializer.cpp
AgeCommit message (Expand)Author
2020-07-06Kernel: Add SMP IPI supportTom
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-04-11Kernel: Instantiate network adapters in their own detect() methodsLiav A
2020-04-11Kernel: Keep records of PCI::Address & PCI::ID pairs for enumerationLiav A
2020-04-09Kernel: Simplify PCI messages on initializationLiav A
2020-04-09Kernel: Remove redundant "ACPI" from filenames in ACPI/Andreas Kling
2020-04-09Kernel: Remove "non-operational" ACPI parser stateAndreas Kling
2020-04-09Kernel: Simplify PCI::initialize() a bit moreAndreas Kling
2020-04-08Kernel: Simplify PCI::initialize()Andreas Kling
2020-04-08Kernel: Simplify PCI initialization logicAndreas Kling
2020-04-08Kernel: Use nested Kernel::PCI namespaces more to reduce PCI:: spamAndreas Kling
2020-04-08Kernel: Rename KParams => Kernel::CommandLineAndreas Kling
2020-03-06Meta: Claim copyright on `PCI` filesLiav A
2020-03-02Kernel: Use klog() instead of kprintf()Liav A
2020-02-29PCI: Adopt changes in ACPI definitions fileLiav A
2020-02-24Kernel: Don't use references or pointers to physical addressesLiav A
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-09Kernel: Apply changes to use LibBareMetal definitionsLiav A
2020-02-02Kernel: Detect devices when enumerating the PCI busLiav A
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-14Kernel: Move DMI decoder initialization method to init_stage2Liav A
2020-01-02Kernel: Create support for PCI ECAMLiav A