Age | Commit message (Expand) | Author |
---|---|---|
2021-08-23 | Kernel: Rename PCI::DeviceController => PCI::Device | Liav A |
2021-08-07 | Kernel: Move Mutex into Locking/ | Jean-Baptiste Boric |
2021-08-06 | Kernel: Rename Kernel/VM/ to Kernel/Memory/ | Andreas Kling |
2021-07-17 | Kernel: Rename Lock to Mutex | Andreas Kling |
2021-07-02 | Kernel/PCI: Move the PCI components as a subfolder to the Bus directory | 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-05 | Kernel: Add enum values for later implementation of AHCI | Liav A |
2021-01-22 | Kernel: Implement RamdiskDevice | Jean-Baptiste Boric |
2021-01-22 | Kernel: Untangle StorageController from PCI::DeviceController | Jean-Baptiste Boric |
2020-12-21 | Kernel: Add a method to gather the devices count of a Storage controller | Liav A |
2020-12-21 | Kernel: Add a method to check the type of a StorageController | Liav A |
2020-12-21 | Kernel: Introduce the new Storage subsystem | Liav A |