Age | Commit message (Expand) | Author |
---|---|---|
2022-01-15 | Kernel: Make PrivateInodeVMObject construction OOM-aware | creator1creeper1 |
2022-01-15 | Kernel: Make InodeVMOBject construction OOM-aware | creator1creeper1 |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-09-06 | Kernel: Use KResultOr and TRY() for {Shared,Private}InodeVMObject | Andreas Kling |
2021-08-15 | Kernel: Make Kernel::VMObject allocation functions return KResultOr | sin-ack |
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 |