summaryrefslogtreecommitdiff
path: root/Kernel/Devices/PCISerialDevice.cpp
AgeCommit message (Expand)Author
2021-12-28Kernel: Remove the kmalloc_eternal heap :^)Andreas Kling
2021-09-29Kernel/PCI: Remove Address from enumeration callbackLiav A
2021-09-29Kernel: Rename two PCI componentsLiav A
2021-09-29Kernel/PCI: Cache more details about PCI devices when enumerating themLiav A
2021-09-07Kernel/PCI: Simplify the entire subsystemLiav A
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1
2021-06-09Kernel: Mark PCISerialDevice::detect() as UNMAP_AFTER_INITBrian Gianforcaro
2021-05-18Kernel: Add support for multiple serial ports per deviceIdan Horowitz
2021-05-17Kernel: Stop overriding built-in serial port with PCI serial portIdan Horowitz
2021-05-17Kernel: Implement a PCI Serial Device driverIdan Horowitz