summaryrefslogtreecommitdiff
path: root/Kernel/Devices/MemoryDevice.h
AgeCommit message (Expand)Author
2021-08-06Kernel: Rename Range => VirtualRangeAndreas Kling
2021-08-06Kernel: Move Kernel/Memory/ code into Kernel::Memory namespaceAndreas Kling
2021-08-06Kernel: Fix handful of remaining "return -EFOO" mistakesAndreas Kling
2021-07-11Kernel: Make various T::class_name() and similar return StringViewAndreas Kling
2021-07-03Kernel: Add missing override specifiersDaniel Bertalan
2021-06-19Kernel: Don't use naked new statements in init processLiav A
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-19Kernel: Refactor storage stack with u64 as mmap offsetJean-Baptiste Boric
2021-03-17Kernel: Refactor storage stack with u64 as file operations offsetJean-Baptiste Boric
2021-02-01Kernel: Introduce the MemoryDeviceLiav A