Brian Gianforcaro
|
24207d3795
Kernel: Fetch range once for each iteration of find_regions_intersecting
|
3 years ago |
Andreas Kling
|
56a2594de7
Kernel: Make KString factories return KResultOr + use TRY() everywhere
|
3 years ago |
Andreas Kling
|
e3a716ceff
Kernel: Make Memory::Region::map() return KResult
|
3 years ago |
Andreas Kling
|
a994f11f10
Kernel: Make AddressSpace::add_region() return KResultOr<Region*>
|
3 years ago |
Andreas Kling
|
062cc804e7
Kernel: Use TRY() some more in Memory::AddressSpace
|
3 years ago |
Andreas Kling
|
f4a9a0d561
Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange>
|
3 years ago |
Andreas Kling
|
83fed5b2de
Kernel: Tidy up Memory::AddressSpace construction
|
3 years ago |
Andreas Kling
|
5ba10c6017
Kernel: Use TRY() in Memory::AddressSpace
|
3 years ago |
Brian Gianforcaro
|
485f51690d
Kernel: Always observe the return value of Region::map and remap
|
3 years ago |
Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 years ago |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 years ago |
Idan Horowitz
|
cf271183b4
Kernel: Make Process::current() return a Process& instead of Process*
|
3 years ago |
sin-ack
|
0a18425cbb
Kernel: Make Memory::Region allocation functions return KResultOr
|
4 years ago |
sin-ack
|
4bfd6e41b9
Kernel: Make Kernel::VMObject allocation functions return KResultOr
|
4 years ago |
Andreas Kling
|
15d033b486
Kernel: Remove unused Process pointer in Memory::AddressSpace
|
4 years ago |
Jean-Baptiste Boric
|
2c3b0baf76
Kernel: Move SpinLock.h into Locking/
|
4 years ago |
Andreas Kling
|
47bdd7c3a0
Kernel: Rename a very long enum to ShouldDeallocateVirtualRange
|
4 years ago |
Andreas Kling
|
b7476d7a1b
Kernel: Rename Memory::Space => Memory::AddressSpace
|
4 years ago |