Age | Commit message (Expand) | Author |
---|---|---|
2021-09-10 | AK+Everywhere: Reduce the number of template parameters of IntrusiveList | Ali Mohammad Pur |
2021-09-07 | Kernel: Store process names as KString | 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-05-19 | Kernel: Use plain Function objects for the WorkQueue | Gunnar Beutner |
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-16 | AK+Kernel: Make IntrusiveList capable of holding non-raw pointers | AnotherTest |
2021-03-26 | Kernel: Remove unused WorkQueue::m_name. | Michel Hermier |
2021-03-21 | Kernel: Add simplistic work queues | Tom |