summaryrefslogtreecommitdiff
path: root/sys/vm/vm_physmem.c
AgeCommit message (Expand)Author
34 hourskernel: vm: Add total system memory in vmstatIan Moffett
35 hourskernel: vm: Add virtual memory statisticsIan Moffett
2025-06-14kernel: Prevent physmem clobbers + zero memoryIan Moffett
2025-06-13kernel: physmem: Make globals staticIan Moffett
2025-06-09kernel: physmem: Only set bits if memory is foundIan Moffett
2025-06-09kernel: physmem: Allocate unfragmented phys memoryIan Moffett
2025-06-09kernel: physmem: Ensure base is page alignedIan Moffett
2025-02-16project: Update copyright date to 2025Ian Moffett
2024-06-04kernel: vm: Add physical memory allocatorIan Moffett