| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-01 | kernel/tests: add kapi::interrupts::init stub | Felix Morgner | 3 | -4/+18 | |
| 2026-04-01 | kernel/tests: add kapi::cpu::init stub | Felix Morgner | 2 | -1/+19 | |
| 2026-04-01 | kernel/tests: implement platform CIO kapi | Felix Morgner | 8 | -20/+173 | |
| 2026-04-01 | kernel: begin basic bht implementation | Felix Morgner | 8 | -12/+119 | |
| 2026-04-01 | build: fix kernel+arch build | Felix Morgner | 2 | -30/+40 | |
| 2026-04-01 | kernel: split off objects into a library | Felix Morgner | 1 | -12/+19 | |
| 2026-03-31 | Merge branch 'move-device-in-kapi' into 'develop-BA-FS26' | Marcel Braun | 23 | -88/+89 | |
| move device into kapi See merge request teachos/kernel!19 | |||||
| 2026-03-31 | move device into kapi | Lukas Oesch | 23 | -88/+89 | |
| 2026-03-30 | Merge branch 'refactor' into 'develop-BA-FS26' | Lukas Oesch | 59 | -439/+437 | |
| Refactor See merge request teachos/kernel!18 | |||||
| 2026-03-30 | Rename ram_disk and storage files | marcel.braun | 12 | -60/+59 | |
| 2026-03-30 | Rename rootfs filesystem files | marcel.braun | 7 | -52/+53 | |
| 2026-03-30 | Rename devfs filesystem files | marcel.braun | 7 | -41/+42 | |
| 2026-03-30 | Rename ext2 filesystem files | marcel.braun | 11 | -55/+54 | |
| 2026-03-30 | Move everything in kernel into kernel namespace | marcel.braun | 49 | -110/+108 | |
| 2026-03-30 | Merge branch 'ext2' into 'develop-BA-FS26' | Lukas Oesch | 12 | -118/+299 | |
| Ext2-initial-structure See merge request teachos/kernel!17 | |||||
| 2026-03-30 | Fix linter warnings | marcel.braun | 1 | -22/+22 | |
| 2026-03-30 | kstd/flat_map: fix iterator reference | Felix Morgner | 2 | -2/+131 | |
| 2026-03-30 | Merge branch 'fmorgner/interrupt-handling' into develop-BA-FS26 | Felix Morgner | 45 | -891/+1450 | |
| 2026-03-29 | Save WIP add some definitions and helper functions | marcel.braun | 1 | -0/+33 | |
| 2026-03-29 | Move block device offset and size-to-blocks calculation to block_device_utils | marcel.braun | 6 | -78/+126 | |
| 2026-03-29 | Fix name length | marcel.braun | 1 | -1/+1 | |
| 2026-03-29 | Add ext2 block_group_descriptor, inode and linked_directory_entry definitions | marcel.braun | 3 | -0/+64 | |
| 2026-03-29 | Add ext2_superblock definiton | marcel.braun | 1 | -0/+76 | |
| 2026-03-29 | Refactor | marcel.braun | 1 | -1/+1 | |
| 2026-03-29 | remove redundant ext2_file class | Lukas Oesch | 4 | -40/+0 | |
| 2026-03-28 | Merge branch 'vfs' into 'develop-BA-FS26' | Marcel Braun | 50 | -491/+1977 | |
| implement basic vfs See merge request teachos/kernel!16 | |||||
| 2026-03-28 | improve test | Lukas Oesch | 1 | -0/+4 | |
| 2026-03-28 | set flag (currently not needed) | Lukas Oesch | 1 | -0/+1 | |
| 2026-03-28 | Revert "string tests" | Lukas Oesch | 1 | -49/+35 | |
| This reverts commit 1f0d290bc303ac8f039963c4eb6421536d36827c. | |||||
| 2026-03-28 | improve open and mount tests | Lukas Oesch | 1 | -5/+21 | |
| 2026-03-28 | string tests | Lukas Oesch | 1 | -35/+49 | |
| 2026-03-28 | fix vfs mount with /dev & /a and rootfs & devfs | Lukas Oesch | 9 | -91/+93 | |
| 2026-03-27 | add some more tests | Lukas Oesch | 1 | -0/+55 | |
| 2026-03-27 | fix url | Lukas Oesch | 1 | -1/+1 | |
| 2026-03-27 | fix url | Lukas Oesch | 1 | -1/+1 | |
| 2026-03-27 | echo public coverage report url | Lukas Oesch | 1 | -0/+2 | |
| 2026-03-27 | generate visual coverage report | Lukas Oesch | 1 | -1/+9 | |
| 2026-03-27 | add string tests | Lukas Oesch | 2 | -0/+391 | |
| 2026-03-27 | kernel/interrupts: switch to flat_map for dispatch | Felix Morgner | 5 | -4/+708 | |
| 2026-03-27 | kstd/vector: implement range erase | Felix Morgner | 4 | -11/+96 | |
| 2026-03-27 | kstd/vector: increase test coverage | Felix Morgner | 3 | -5/+48 | |
| 2026-03-27 | kstd/vector: add missing tests for insert | Felix Morgner | 1 | -0/+34 | |
| 2026-03-27 | kstd/vector: implement single-element erase | Felix Morgner | 2 | -0/+107 | |
| 2026-03-27 | arch/cpu: fix interrupt dispatch | Felix Morgner | 2 | -13/+27 | |
| 2026-03-27 | build: simplify header scanning | Felix Morgner | 3 | -14/+16 | |
| 2026-03-27 | kapi: move interrupt handling to kernel | Felix Morgner | 4 | -55/+49 | |
| 2026-03-27 | kapi: extract interrupts API | Felix Morgner | 7 | -30/+29 | |
| 2026-03-27 | kapi: dissolve cpu/exception.hpp into cpu.hpp | Felix Morgner | 2 | -107/+95 | |
| 2026-03-27 | kapi/cpu: simplify exception handling | Felix Morgner | 7 | -101/+28 | |
| 2026-03-27 | x86_64: split kapi::cpu implementation | Felix Morgner | 3 | -59/+68 | |
