Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-13 | kernel: vm: Ensure calls are serialized | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2023-12-13 | kernel: vm: `cpu_vm_ctx' -> `vm_ctx' | Ian Moffett | |
This commit cleans up the naming of the `cpu_vm_ctx' as it already implies it is per core Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2023-12-13 | kernel: vm: Add support for dynalloc pool resize | Ian Moffett | |
This commit creates a wrapper that allows resizing of a memory pool created by dynalloc() Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2023-11-24 | kernel: vm: Port TLSF allocator | Ian Moffett | |
This commit adds a Two-Level Segregated Fit memory allocator port to the Hyra kernelspace. Signed-off-by: Ian Moffett <ian@osmora.org> |