Age | Commit message (Expand) | Author |
---|---|---|
2021-09-06 | Kernel: Make AddressSpace::add_region() return KResultOr<Region*> | Andreas Kling |
2021-09-06 | Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange> | Andreas Kling |
2021-09-05 | Kernel: Tidy up Memory::AddressSpace construction | Andreas Kling |
2021-08-22 | Kernel: Rename SpinLock => Spinlock | Andreas Kling |
2021-08-08 | Kernel: Remove unused Process pointer in Memory::AddressSpace | Andreas Kling |
2021-08-06 | Kernel: Rename Memory::Space => Memory::AddressSpace | Andreas Kling |