Commit Graph

15 Commits

Author SHA1 Message Date
c47da5864c sandbox: vm: add temporary vm_virt_to_phys() implementation 2023-02-02 21:06:04 +00:00
662be5ec1f sandbox: vm: add cache allocator, generic size-N caches for kmalloc() 2023-02-02 16:58:48 +00:00
3c781a4cb3 sandbox: vm: make vm_page queue entry private, owner-defined usage 2023-02-02 16:58:24 +00:00
7331bdefda sandbox: vm: reduce vm_page order field size to 4 bits 2023-02-02 16:54:48 +00:00
9409ebbb19 sandbox: vm: implement page freeing; merge/split bugfix 2023-02-01 17:05:14 +00:00
ca92093c10 sandbox: vm: add function to iterate though pages in a hugepage 2023-02-01 17:04:20 +00:00
af49d47ba8 sandbox: vm: add page splitting, merging, and allocation 2023-02-01 15:03:42 +00:00
2147837e9e sandbox: vm: encode vm_page zone id within p_flags 2023-02-01 12:26:49 +00:00
01b526660e sandbox: vm: set maximum page size to 8 MiB 2023-01-31 18:25:52 +00:00
c0c930e5a9 sandbox: vm: fix incorrect region/zone limit addresses 2023-01-29 20:10:15 +00:00
8fb71ccb77 sandbox: vm: add page attribute getters 2023-01-29 20:09:15 +00:00
a3c6018d96 sandbox: vm: enforce alignment requirements for multi-page blocks 2023-01-29 11:03:53 +00:00
d0341a5e35 sandbox: vm: organise pages into zoned blocks 2023-01-28 19:24:28 +00:00
1bd9576a8d Implemented more memory manager and btree tests in sandbox 2023-01-19 20:52:56 +00:00
0d77d97561 memblock can now self re-allocate its internal buffers
memory allocated by memblock_alloc() can now be limited to a certain region.
2023-01-08 12:13:59 +00:00