index
:
L5
dev
master
An operating system for control systems
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
vm
Age
Commit message (
Expand
)
Author
16 hours
kern: vm: Introduce initial mmap() impl
Ian Moffett
17 hours
kern: vm: Use spec_cpy, don't clobber 'spec'
Ian Moffett
2025-09-27
kern: vm: Don't clobber original map spec
Ian Moffett
2025-09-27
kern: proc: Protect mapping list with spinlock
Ian Moffett
2025-09-26
kernel: vm: Remove redundant newline
Ian Moffett
2025-09-19
kern: proc: Keep track of mapped areas with ranges
Ian Moffett
2025-09-17
kern: Make memmap dump configurable via kconf
Ian Moffett
2025-09-16
kern: vm: Implement lazy allocation for vm_map()
Ian Moffett
2025-09-15
kern: vm_map: Add guard pages at end of mappings
Ian Moffett
2025-09-15
kern: vm: Add MI vm_map() function
Ian Moffett
2025-09-15
vm: physseg: Use new OS name
Ian Moffett
2025-09-15
os/amd64: Make MMU header standard per arch
Ian Moffett
2025-09-15
kern: os: Add initial kalloc subsystem
Ian Moffett
2025-09-15
kern: Add TLSF allocator port
Ian Moffett
2025-09-14
kern: vm: Implement page mapping and VASes
Ian Moffett
2025-09-14
kern/amd64: vm: Add initial MMU skeleton logic
Ian Moffett
2025-09-14
os: vm: Add physical memory manager
Ian Moffett