index
:
Hyra
dev
expt
main
sched-rewrite
stable
user
The Hyra Operating System
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
vm
/
vm_map.c
Age
Commit message (
Expand
)
Author
2024-05-25
kernel: vm: Make vmobj ref start at zero
Ian Moffett
2024-05-01
kernel: vm_map: Refactor mmap()
Ian Moffett
2024-05-01
kernel: vm_map: Ensure mmap len is always aligned
Ian Moffett
2024-04-25
kernel: vm_map: Refactor mmap()
Ian Moffett
2024-04-25
kernel: vm_map: Fix mmap() clobbering mem space
Ian Moffett
2024-04-25
kernel: vm_map: Cleanup on failure in mmap()
Ian Moffett
2024-04-25
kernel: vm_map: Check for allocation failure
Ian Moffett
2024-04-25
kernel: vm_map: Refactor mmap()
Ian Moffett
2024-04-22
kernel: vm_map: Fix anon map bug
Ian Moffett
2024-04-20
kernel: vm: Add initial demand paging support
Ian Moffett
2024-04-18
kernel: vm_map: Handle oflag in shared maps
Ian Moffett
2024-04-18
kernel: vm_map: Handle pager physical addresses
Ian Moffett
2024-04-17
kernel: vm_map: Handle pager errors
Ian Moffett
2024-04-17
kernel: vm_map: Add support for backing file
Ian Moffett
2024-04-17
kernel: vm_map: Handle map-space 'map_count' field
Ian Moffett
2024-04-17
kernel: vm_map: Refactor kernel mmap()
Ian Moffett
2024-04-16
kernel: vm_map: Allocate physmem for MAP_ANONYMOUS
Ian Moffett
2024-04-16
kernel: vm_map: Add mmap() and munmap()
Ian Moffett
2024-04-16
kernel: vm_map: Add more detail to comment
Ian Moffett
2024-03-09
kernel: vm_map: Account for address misalignment
Ian Moffett
2024-03-07
kernel: Require VAS arg in vm + loader refactor
Ian Moffett
2024-03-01
kernel: vm_map: Add vm_map_destroy()
Ian Moffett
2024-03-01
kernel: vm_map: Remove misalignment checks
Ian Moffett
2024-02-29
kernel: vm: vm_get_bsp_ctx() -> vm_get_ctx()
Ian Moffett
2024-01-13
kernel: vm: Add vm_map interface
Ian Moffett