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: Introduce the DeviceManagement singleton | Liav A |
2021-09-11 | Kernel/Devices: Defer creation of SysFS component after the constructor | Liav A |
2021-09-08 | Kernel/Devices: Remove required_mode and device_name methods | Liav A |
2021-09-07 | Kernel: Rename FileDescription => OpenFileDescription | Andreas Kling |
2021-08-06 | Kernel: Rename Range => VirtualRange | Andreas Kling |
2021-08-06 | Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace | Andreas Kling |
2021-08-06 | Kernel: Fix handful of remaining "return -EFOO" mistakes | Andreas Kling |
2021-07-27 | Kernel: Make KCOVDevice::ioctl() return KResult | Ali Mohammad Pur |
2021-07-26 | Kernel: Add option to build with coverage instrumentation and KCOV | Patrick Meyer |