Age | Commit message (Expand) | Author |
---|---|---|
2021-10-15 | Kernel: Split ScopedCritical so header is platform independent | James Mintram |
2021-10-14 | Kernel: Add per platform Processor.h headers | James Mintram |
2021-10-07 | Kernel: Note if the page fault address is a destroyed smart pointer | Luke Wilde |
2021-10-07 | AK+Kernel: Make automatically locking RefPtr & co a kernel-only thing | Andreas Kling |
2021-09-07 | Kernel: Stop leaking TmpFS inodes | Andreas Kling |
2021-08-22 | Kernel: Rename SpinLock => Spinlock | Andreas Kling |
2021-08-22 | Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T> | Andreas Kling |
2021-08-17 | Kernel: Add a little explainer comment to ListedRefCounted | Andreas Kling |
2021-08-17 | Kernel: Add ListedRefCounted<T> template class | Andreas Kling |