summaryrefslogtreecommitdiff
path: root/Kernel/Memory/ScatterGatherList.h
AgeCommit message (Expand)Author
2023-06-04Kernel: Move {Virtual,Physical}Address classes to the Memory directoryLiav A
2023-05-19Kernel/ScatterGatherList: Add region_name as a part of try_create APIPankaj Raghav
2023-05-19Kernel/ScatterGatherList: Move constructor init code to try_createPankaj Raghav
2023-05-19Kernel/ScatterGatherList: Return ErrorOr from try_createPankaj Raghav
2022-08-24Kernel: Use RefPtr instead of LockRefPtr for PhysicalPageAndreas Kling
2022-08-20Kernel: Make self-contained locking smart pointers their own classesAndreas Kling
2022-08-20AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernelAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-08-06Kernel: Move Kernel/Memory/ code into Kernel::Memory namespaceAndreas Kling
2021-08-06Kernel: Rename Kernel/VM/ to Kernel/Memory/Andreas Kling