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
/
include
/
vm
Age
Commit message (
Expand
)
Author
5 days
kern: vm: Add BYTES_TO_PAGES helper macro
Ian Moffett
2025-09-27
kern/amd64: mmu: pmap_set_cache() -> pmap_set_cache()
Ian Moffett
2025-09-20
kern/amd64: mmu: Add page-level cacheability attrs
Ian Moffett
2025-09-19
kern: proc: Keep track of mapped areas with ranges
Ian Moffett
2025-09-17
kern/amd64: mmu: Add mmu_free_vas() to cleanup VAS
Ian Moffett
2025-09-16
kern: vm: Implement lazy allocation for vm_map()
Ian Moffett
2025-09-16
kern/amd64: mmu: Add routine to switch VAS
Ian Moffett
2025-09-16
kern/amd64: mmu: Add mmu_new_vas() routine
Ian Moffett
2025-09-15
sys: mman: Add PROT_USER flag
Ian Moffett
2025-09-15
kern: vm: Add MI vm_map() function
Ian Moffett
2025-09-15
os/amd64: Reduce coupling with VAS structure
Ian Moffett
2025-09-15
os/amd64: Make MMU header standard per arch
Ian Moffett
2025-09-15
kern: Add TLSF allocator port
Ian Moffett
2025-09-14
kern: vm: Add virtual/physical address types
Ian Moffett
2025-09-14
os: vm: Add physical memory manager
Ian Moffett
2025-09-13
vm: Add initial vm/vm.h
Ian Moffett