summaryrefslogtreecommitdiff
path: root/Kernel/VM/ScatterGatherList.cpp
AgeCommit message (Expand)Author
2021-07-11Kernel: Rename various *VMObject::create*() => try_create()Andreas Kling
2021-06-24Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`Daniel Bertalan
2021-05-15Kernel: Make AnonymousVMObject physical page APIs OOM safeBrian Gianforcaro
2021-05-13Kernel: Move VirtIO code away from using a scatter gather listSahan Fernando
2021-05-13Kernel: Move AHCIPort::ScatterList to VM::ScatterGatherListSahan Fernando
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17Kernel: Implement a simple Scatter/Gather ListIdan Horowitz