Age | Commit message (Expand) | Author |
---|---|---|
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-09-06 | Kernel/KCOV: Bring closer to typical SerenityOS coding style | Andreas Kling |
2021-09-05 | Kernel: Make all Spinlocks use u8 for storage, remove template | Brian Gianforcaro |
2021-08-22 | Kernel: Rename SpinLock => Spinlock | Andreas Kling |
2021-08-07 | Kernel: Move SpinLock.h into Locking/ | Jean-Baptiste Boric |
2021-08-06 | Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace | Andreas Kling |
2021-08-06 | Kernel: Rename Kernel/VM/ to Kernel/Memory/ | Andreas Kling |
2021-07-26 | Kernel: Fix integer overflow in KCOV_SETBUFSIZE ioctl | Patrick Meyer |
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 |