Age | Commit message (Expand) | Author |
---|---|---|
2022-01-21 | Kernel: Make Memory::RingBuffer construction fallible | Idan Horowitz |
2022-01-13 | Kernel: Use StringView instead of String in RingBuffer's constructor | Idan Horowitz |
2021-12-28 | Kernel: Propagate overflow errors from Memory::page_round_up | Guilherme Goncalves |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-09-07 | Kernel: Make UserOrKernelBuffer return KResult from read/write/memset | Andreas Kling |
2021-09-06 | Kernel: Make kernel region allocators return KResultOr<NOP<Region>> | Andreas Kling |
2021-08-06 | Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace | Andreas Kling |
2021-08-06 | Kernel: Rename Kernel/VM/ to Kernel/Memory/ | Andreas Kling |