sin-ack
4bfd6e41b9
Kernel: Make Kernel::VMObject allocation functions return KResultOr
...
This makes for nicer handling of errors compared to checking whether a
RefPtr is null. Additionally, this will give way to return different
types of errors in the future.
2021-08-15 15:41:02 +02:00
Andreas Kling
15d033b486
Kernel: Remove unused Process pointer in Memory::AddressSpace
...
Nobody was using the back-pointer to the process, so let's lose it.
2021-08-08 00:03:45 +02:00
Jean-Baptiste Boric
2c3b0baf76
Kernel: Move SpinLock.h into Locking/
2021-08-07 11:48:00 +02:00
Andreas Kling
47bdd7c3a0
Kernel: Rename a very long enum to ShouldDeallocateVirtualRange
...
ShouldDeallocateVirtualMemoryVirtualRange was a bit on the long side.
2021-08-06 21:45:05 +02:00
Andreas Kling
b7476d7a1b
Kernel: Rename Memory::Space => Memory::AddressSpace
2021-08-06 14:05:58 +02:00