Age | Commit message (Expand) | Author |
---|---|---|
2021-08-06 | Kernel: Rename Kernel/VM/ to Kernel/Memory/ | Andreas Kling |
2021-07-22 | Kernel: Consolidate API for creating AnonymousVMObject with given pages | Andreas Kling |
2021-07-11 | Kernel: Remove unused header includes in VM subtree | Brian Gianforcaro |
2021-05-15 | Kernel: Make AnonymousVMObject physical page APIs OOM safe | Brian Gianforcaro |
2021-05-13 | Kernel: Move VirtIO code away from using a scatter gather list | Sahan Fernando |
2021-05-13 | Kernel: Move AHCIPort::ScatterList to VM::ScatterGatherList | Sahan Fernando |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-17 | Kernel: Implement a simple Scatter/Gather List | Idan Horowitz |