Age | Commit message (Expand) | Author |
---|---|---|
2021-11-13 | Kernel/Storage: Move all ATA related code to a new subdirectory | Liav A |
2021-10-09 | Kernel/Storage: Unify all ATA devices | Liav A |
2021-09-29 | Kernel/PCI: Cache interrupt line and interrupt pin of a device | Liav A |
2021-09-29 | Kernel/PCI: Propagate usage of DeviceIdentifier everywhere | Liav A |
2021-08-23 | Kernel: Rename PCI::DeviceController => PCI::Device | Liav A |
2021-08-06 | Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace | Andreas Kling |
2021-06-24 | Kernel: Move special sections into Sections.h | Hendiadyoin1 |
2021-05-29 | Kernel/Storage: Rename the method hba_region => default_hba_region | Liav A |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-13 | Kernel: Remove type from StorageDevice class | Jean-Baptiste Boric |
2021-03-21 | Kernel/AHCI: Use interrupts for IO operations | Liav A |
2021-03-05 | Kernel: Add basic AHCI functionality | Liav A |