aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_dynalloc.c
AgeCommit message (Expand)Author
2024-03-28kernel: vm_dynalloc: Add dynalloc_memalign()Ian Moffett
2024-03-28kernel: vm_dynalloc: Remove TODOsIan Moffett
2024-02-29kernel: vm: vm_get_bsp_ctx() -> vm_get_ctx()Ian Moffett
2024-01-12kernel: vm: Make vm_get_bsp_ctx() return pointerIan Moffett
2024-01-01project-wide: Make copyright year a rangeIan Moffett
2024-01-01project-wide: Update copyright yearIan Moffett
2023-12-13kernel: vm: Ensure calls are serializedIan Moffett
2023-12-13kernel: vm: `cpu_vm_ctx' -> `vm_ctx'Ian Moffett
2023-12-13kernel: vm: Add support for dynalloc pool resizeIan Moffett
2023-11-24kernel: vm: Port TLSF allocatorIan Moffett