Age | Commit message (Expand) | Author |
---|---|---|
2021-08-06 | Kernel: Rename Range => VirtualRange | Andreas Kling |
2021-08-06 | Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace | Andreas Kling |
2021-08-06 | Kernel: Fix handful of remaining "return -EFOO" mistakes | Andreas Kling |
2021-07-11 | Kernel: Make various T::class_name() and similar return StringView | Andreas Kling |
2021-07-03 | Kernel: Add missing override specifiers | Daniel Bertalan |
2021-06-19 | Kernel: Don't use naked new statements in init process | Liav A |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-19 | Kernel: Refactor storage stack with u64 as mmap offset | Jean-Baptiste Boric |
2021-03-17 | Kernel: Refactor storage stack with u64 as file operations offset | Jean-Baptiste Boric |
2021-02-01 | Kernel: Introduce the MemoryDevice | Liav A |