| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
