Age | Commit message (Expand) | Author |
---|---|---|
2021-08-19 | Kernel: Make Process::current() return a Process& instead of Process* | Idan Horowitz |
2021-08-15 | Kernel: Make Memory::Region allocation functions return KResultOr | sin-ack |
2021-08-15 | Kernel: Make Kernel::VMObject allocation functions return KResultOr | sin-ack |
2021-08-08 | Kernel: Remove unused Process pointer in Memory::AddressSpace | Andreas Kling |
2021-08-07 | Kernel: Move SpinLock.h into Locking/ | Jean-Baptiste Boric |
2021-08-06 | Kernel: Rename a very long enum to ShouldDeallocateVirtualRange | Andreas Kling |
2021-08-06 | Kernel: Rename Memory::Space => Memory::AddressSpace | Andreas Kling |