Age | Commit message (Expand) | Author |
---|---|---|
2023-01-27 | Kernel/aarch64: Implement switching page directories | Timon Kruiper |
2023-01-27 | Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory | Timon Kruiper |
2022-12-29 | Kernel/aarch64: Add FIXME debug messages to PageDirectory | Timon Kruiper |
2022-10-16 | Kernel: Replace VERIFY_NOT_REACHED with TODO_AARCH64 | Gunnar Beutner |
2022-09-12 | Kernel: Add basic aarch64 support to `MemoryManager` | Filiph Sandström |
2022-08-20 | Kernel: Make self-contained locking smart pointers their own classes | Andreas Kling |
2022-04-04 | Kernel: Add VERIFY_NOT_REACHED to aarch64 PageDirectory.cpp | James Mintram |
2022-04-02 | Kernel: Make MemoryManager compile on aarch64 | James Mintram |