| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-03-18 | kstd: introduce strong type for memory amounts | Felix Morgner | 1 | -3/+2 | |
| 2026-03-16 | kernel/memory: add more logging statements | Felix Morgner | 1 | -2/+9 | |
| 2026-03-16 | kernel/memory: rename free list allocator | Felix Morgner | 1 | -2/+2 | |
| It is not really a free list allocator, but rather a block list allocator, since it contains both free and used blocks in the same list. | |||||
| 2026-03-16 | kernel/memory: implement basic free-list heap | Felix Morgner | 1 | -0/+55 | |
