Age | Commit message (Expand) | Author |
---|---|---|
2021-12-28 | Kernel: Remove the kmalloc_eternal heap :^) | Andreas Kling |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-10-03 | Kernel: Use `operator ""sv` in all class_name() implementations | Brian Gianforcaro |
2021-09-17 | Kernel/Devices: Use try_create_device helper for ConsoleDevice | Liav A |
2021-09-17 | Kernel/Devices: Move ConsoleDevice into the Devices source directory | Liav A |