Age | Commit message (Expand) | Author |
---|---|---|
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-04-03 | Kernel/Storage: Add support for IDE controllers in PCI native mode | Liav A |
2021-03-27 | Kernel/Storage: Remove redundant public declaration in IDEController.h | Liav A |
2021-03-27 | Kernel/Storage: Add support for non-bus mastering IDE controllers | Liav A |
2021-03-27 | Kernel: Make IDEChannel Ref-counted | Liav A |
2021-01-22 | Kernel: Untangle StorageController from PCI::DeviceController | Jean-Baptiste Boric |
2020-12-21 | Kernel: Change the indexing of storage devices in IDEController class | Liav A |
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 |