serenity/Kernel/Storage
2021-10-01 12:27:20 +02:00
..
Partition Kernel: Introduce the DeviceManagement singleton 2021-09-17 01:02:48 +03:00
AHCI.h Kernel/AHCI: Fix shift of 1 2021-06-25 16:27:01 +02:00
AHCIController.cpp Kernel/PCI: Cache interrupt line and interrupt pin of a device 2021-09-29 11:24:33 +02:00
AHCIController.h Kernel/PCI: Cache interrupt line and interrupt pin of a device 2021-09-29 11:24:33 +02:00
AHCIPort.cpp Kernel/Storage: Implement basic AHCI hotplug support 2021-09-08 00:42:20 +02:00
AHCIPort.h Kernel: Remove IO.h include from a bunch of places 2021-10-01 12:27:20 +02:00
AHCIPortHandler.cpp Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
AHCIPortHandler.h Kernel: Move x86 IO instructions code into the x86 specific folder 2021-10-01 12:27:20 +02:00
ATA.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BMIDEChannel.cpp Kernel: Make UserOrKernelBuffer return KResult from read/write/memset 2021-09-07 13:53:14 +02:00
BMIDEChannel.h Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00
IDEChannel.cpp Kernel: Move x86 IO instructions code into the x86 specific folder 2021-10-01 12:27:20 +02:00
IDEChannel.h Kernel: Move x86 IO instructions code into the x86 specific folder 2021-10-01 12:27:20 +02:00
IDEController.cpp Kernel/PCI: Cache interrupt line and interrupt pin of a device 2021-09-29 11:24:33 +02:00
IDEController.h Kernel/PCI: Cache interrupt line and interrupt pin of a device 2021-09-29 11:24:33 +02:00
PATADiskDevice.cpp Kernel: Introduce the DeviceManagement singleton 2021-09-17 01:02:48 +03:00
PATADiskDevice.h Kernel: Introduce the DeviceManagement singleton 2021-09-17 01:02:48 +03:00
RamdiskController.cpp Kernel: Make kernel region allocators return KResultOr<NOP<Region>> 2021-09-06 01:55:27 +02:00
RamdiskController.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
RamdiskDevice.cpp Kernel: Introduce the DeviceManagement singleton 2021-09-17 01:02:48 +03:00
RamdiskDevice.h Kernel/Storage: Tidy up RamdiskDevice class 2021-09-18 15:05:51 +03:00
SATADiskDevice.cpp Kernel: Introduce the DeviceManagement singleton 2021-09-17 01:02:48 +03:00
SATADiskDevice.h Kernel: Introduce the DeviceManagement singleton 2021-09-17 01:02:48 +03:00
StorageController.h Kernel: Remove IO.h include from a bunch of places 2021-10-01 12:27:20 +02:00
StorageDevice.cpp Kernel: Make Device request creation return KResultOr 2021-09-07 16:42:03 +02:00
StorageDevice.h Kernel/Storage: Implement basic AHCI hotplug support 2021-09-08 00:42:20 +02:00
StorageManagement.cpp Kernel/PCI: Remove all macros and replace them with enum classes 2021-09-29 11:24:33 +02:00
StorageManagement.h AK+Everywhere: Reduce the number of template parameters of IntrusiveList 2021-09-10 18:05:46 +03:00