Age | Commit message (Expand) | Author |
---|---|---|
2021-05-13 | Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t> | Andreas Kling |
2021-04-29 | Everywhere: Use "the SerenityOS developers." in copyright headers | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-21 | Kernel: Annotate more AsyncDeviceRequest API's with [[nodiscard]] | Brian Gianforcaro |
2021-04-21 | Kernel: Make AsyncDeviceRequest sub-req management alloc free | Brian Gianforcaro |
2021-03-21 | Kernel: Add simplistic work queues | Tom |
2021-03-15 | Kernel: Fix race conditions processing async device requests | Tom |
2021-03-02 | Kernel: Make Thread use AK::Time internally | Ben Wiederhake |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2020-11-12 | Kernel: Implement an asynchronous device request stack | Tom |
2020-11-04 | Revert "Kernel: Implement an asynchronous device request stack" | Andreas Kling |
2020-11-04 | Kernel: Implement an asynchronous device request stack | Tom |