Age | Commit message (Expand) | Author |
---|---|---|
2021-12-05 | Kernel: Mark kernel smart-pointer classes as [[nodiscard]] | Sam Atkins |
2021-11-17 | AK: Convert AK::Format formatting helpers to returning ErrorOr<void> | Andreas Kling |
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 |