| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-03-16 | kapi/memory: support additional address arithmetic | Felix Morgner | 2 | -3/+2 | |
| 2026-03-16 | kernel/memory: clean up new/delete implementations | Felix Morgner | 1 | -16/+49 | |
| 2026-03-16 | kernel/memory: rename free list allocator | Felix Morgner | 4 | -24/+24 | |
| 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/heap: remove debug code | Felix Morgner | 1 | -6/+1 | |
| 2026-03-16 | kernel/memory: implement basic free-list heap | Felix Morgner | 9 | -5/+449 | |
| 2026-03-14 | kapi/memory: introduce layout constant header | Felix Morgner | 1 | -1/+1 | |
| 2026-03-13 | kernel/memory: implement basic bitmap allocator | Felix Morgner | 4 | -3/+210 | |
| 2026-01-16 | kapi/system: introduce memory_initialized hook | Felix Morgner | 1 | -0/+1 | |
| 2026-01-16 | chore: restructure namespaces | Felix Morgner | 7 | -21/+22 | |
| 2025-12-23 | kapi/memory: implement multi-frame allocation | Felix Morgner | 1 | -4/+9 | |
| 2025-12-22 | chore: clean up linter warnings | Felix Morgner | 3 | -7/+3 | |
| 2025-12-19 | kstd: clean up OS interface split | Felix Morgner | 2 | -1/+2 | |
| 2025-12-19 | kstd: move println to kstd | Felix Morgner | 6 | -185/+161 | |
| 2025-12-18 | kernel: modernize panic output | Felix Morgner | 1 | -5/+2 | |
| 2025-12-18 | kapi/cio: implement formatted printing | Felix Morgner | 1 | -0/+155 | |
| 2025-12-15 | chore: fix missing includes | Felix Morgner | 2 | -0/+6 | |
| 2025-12-15 | build: move kernel build configuration | Felix Morgner | 1 | -0/+36 | |
| 2025-12-15 | kernel: move implementation to kernel directory | Felix Morgner | 5 | -0/+195 | |
