Age | Commit message (Expand) | Author |
---|---|---|
2023-04-08 | Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability | Liav A |
2023-02-21 | Kernel: Fix const-correctness of PCI::DeviceIdentifier usage | Andreas Kling |
2023-01-26 | Kernel/PCI: Hold a reference to DeviceIdentifier in the Device class | Liav A |
2023-01-13 | AK: Add support for "debug only" formatters | MacDue |
2023-01-05 | Kernel: Add dmesgln_pci logging for Kernel::PCI | Evan Smal |
2022-04-26 | Kernel: Use C++17 namespace style for nested PCI namespace | b14ckcat |
2021-09-20 | Kernel: Clean up PCI::Device namespace formatting | Ben Wiederhake |
2021-08-23 | Kernel: Rename PCI::DeviceController => PCI::Device | Liav A |
2021-08-23 | Kernel/PCI: Delete PCI::Device in its current form | Liav A |
2021-07-02 | Kernel/PCI: Move the PCI components as a subfolder to the Bus directory | Liav A |