index
:
Hyra
expt
main
old
stable
user
The Hyra Operating System
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
include
/
vm
Age
Commit message (
Expand
)
Author
5 days
kernel: vm: Add initial device pager impl
Ian Moffett
5 days
kernel/amd64: pmap: Add PTE dirty bit handling
Ian Moffett
2025-03-28
sys: Make proper sys/types.h + add clang nostdinc
Ian Moffett
2025-03-14
kernel: vm: Add initial anonymous pager source
Ian Moffett
2025-03-09
kernel: pager: Make vm_vnops extern
Ian Moffett
2025-02-16
project: Update copyright date to 2025
Ian Moffett
2024-12-15
kernel: vm: Add objects, page struct and pagers
Ian Moffett
2024-07-10
kernel: vm: Add dynalloc_memalign()
Ian Moffett
2024-07-09
kernel/amd64: Add function to set cache policy
Ian Moffett
2024-06-30
kernel/amd64: pmap: Add pmap_destroy_vas()
Ian Moffett
2024-06-23
kernel/amd64: pmap: Add function to create new VAS
Ian Moffett
2024-06-23
kernel: vm: Add g_kvas for kernel VAS
Ian Moffett
2024-06-10
kernel: vm: Add initial code for MI layer
Ian Moffett
2024-06-09
kernel/amd64: pmap: Add initial pmap code
Ian Moffett
2024-06-05
kernel: vm: Add port of TLSF
Ian Moffett
2024-06-04
kernel: vm: Add physical memory allocator
Ian Moffett
2024-06-04
kernel: Add initial virtual memory code
Ian Moffett