summaryrefslogtreecommitdiff
path: root/Kernel/PCI
AgeCommit message (Expand)Author
2020-02-24Kernel: Don't use references or pointers to physical addressesLiav A
2020-02-24Kernel: Change get_pci_address() to pci_address() in PCI::Device classLiav A
2020-02-24Kernel: Update PCI::Device class to use the new IRQHandler classLiav A
2020-02-24Kernel: Add PCI helpers to enable and disable the interrupt lineLiav 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-22Kernel: Introduce IRQ sharing supportLiav A
2020-01-21Kernel: PCI MMIO no longer uses map_for_kernel()Liav 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-14Kernel: Remove problematic memory mapping methodsLiav A
2020-01-02Kernel: Fixing PCI MMIO access mechanismLiav A
2020-01-02Kernel: Create support for PCI ECAMLiav A