aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
AgeCommit message (Expand)Author
2024-04-17kernel: vm_map: Handle map-space 'map_count' fieldIan Moffett
2024-04-17kernel: vm_map: Refactor kernel mmap()Ian Moffett
2024-04-16kernel: vm_map: Allocate physmem for MAP_ANONYMOUSIan Moffett
2024-04-16kernel: vm_map: Add mmap() and munmap()Ian Moffett
2024-04-16kernel: vm_map: Add more detail to commentIan Moffett
2024-03-28kernel: vm_dynalloc: Add dynalloc_memalign()Ian Moffett
2024-03-28kernel: vm_dynalloc: Remove TODOsIan Moffett
2024-03-14kernel: vm: Add routine to get kernel vasIan Moffett
2024-03-09kernel: vm_map: Account for address misalignmentIan Moffett
2024-03-07kernel: Require VAS arg in vm + loader refactorIan Moffett
2024-03-01kernel: vm_map: Add vm_map_destroy()Ian Moffett
2024-03-01kernel: vm_map: Remove misalignment checksIan Moffett
2024-02-29kernel: vm: vm_get_bsp_ctx() -> vm_get_ctx()Ian Moffett
2024-01-13kernel: vm: Add vm_map interfaceIan Moffett
2024-01-12kernel: vm: Make vm_get_bsp_ctx() return pointerIan Moffett
2024-01-10kernel: vm: Cleanup pageframe allocationIan Moffett
2024-01-01project-wide: Make copyright year a rangeIan Moffett
2024-01-01project-wide: Update copyright yearIan Moffett
2023-12-25kernel: vm_physseg: Fix allocation issueIan 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: Fixup VM header namingIan Moffett
2023-11-24kernel: vm: Port TLSF allocatorIan Moffett
2023-11-13project-wide: Update project namesigsegv7
2023-10-11kernel: vm: pmap.h -> vm_pmap.hsigsegv7
2023-10-11kernel: vm: Create vm_init()sigsegv7
2023-10-11kernel: vm: Add vm_zero_page() helpersigsegv7
2023-10-07kernel: vm: Add pageframe allocationsigsegv7
2023-10-07kernel: vm: vm.c -> vm_init.csigsegv7
2023-09-12project-wide: migrate to gitsigsegv7
2023-09-03project-wide: update project authoremilia
2023-08-19project-wide: Update author nameemilia
2023-07-14kernel/vm: Disable debug loggingian
2023-07-07should be working, should benishi