1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 06:31:00 +00:00
serenity/Kernel/Storage
Pankaj Raghav 0a1b34c753 Kernel: Use DMA helper everywhere
Port UCHI, AC97, SB16, BMIDEChannel and AHCIPort to use the helper to
allocate DMA buffers.
2022-01-09 00:45:38 +01:00
..
ATA Kernel: Use DMA helper everywhere 2022-01-09 00:45:38 +01:00
NVMe Kernel: Fix NVMe register access 2022-01-01 21:05:44 +00:00
Partition Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00
RamdiskController.cpp Kernel: Propagate overflow errors from Memory::page_round_up 2021-12-28 23:08:50 +01:00
RamdiskController.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
RamdiskDevice.cpp Kernel: Remove the KString::try_create(String::formatted(...)) pattern 2021-12-28 01:55:22 -08:00
RamdiskDevice.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
StorageController.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
StorageDevice.cpp Kernel: Make major and minor numbers to be DistinctNumerics 2021-12-23 23:02:39 +01:00
StorageDevice.h Kernel: Make major and minor numbers to be DistinctNumerics 2021-12-23 23:02:39 +01:00
StorageManagement.cpp Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00
StorageManagement.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00