Liav A
|
1b04726c85
Kernel: Move all tasks-related code to the Tasks subdirectory
|
2 years ago |
Idan Horowitz
|
003989e1b0
Kernel: Store a pointer to the owner process in PageDirectory
|
2 years ago |
Liav A
|
5ff318cf3a
Kernel: Remove i686 support
|
2 years ago |
Liav A
|
8585b2dc23
Kernel/Memory: Add option to annotate region mapping as immutable
|
2 years ago |
Andreas Kling
|
da24a937f5
Kernel: Don't wrap AddressSpace's RegionTree in SpinlockProtected
|
2 years ago |
Andreas Kling
|
d3e8eb5918
Kernel: Make file-backed memory regions remember description permissions
|
2 years ago |
Andreas Kling
|
d6ef18f587
Kernel: Don't hog the MM lock while unmapping regions
|
2 years ago |
Andreas Kling
|
dc9d2c1b10
Kernel: Wrap RegionTree objects in SpinlockProtected
|
2 years ago |
Andreas Kling
|
11eee67b85
Kernel: Make self-contained locking smart pointers their own classes
|
2 years ago |
Liav A
|
a1a1462a22
Kernel/Memory: Use scope guard to remove a region if we failed to map it
|
2 years ago |
Andreas Kling
|
75348bdfd3
Kernel: Don't require MM lock for Region::set_page_directory()
|
2 years ago |
Idan Horowitz
|
4edae21bd1
Kernel: Remove regions from the region tree after failing to map them
|
2 years ago |
Hendiadyoin1
|
66fc06001d
Kernel: Add some inline capacity to find_regions_intersecting
|
3 years ago |
Tim Schumacher
|
cedec9751a
Kernel: Decrease the amount of address space offset randomization
|
3 years ago |
Andreas Kling
|
cfb61cbd54
Kernel: Add RegionTree::find_region_containing(address or range)
|
3 years ago |
Andreas Kling
|
da7ea2556e
Kernel: Add RegionTree::remove(Region&)
|
3 years ago |
Andreas Kling
|
f0f97e1db0
Kernel: Take the RegionTree spinlock when inspecting tree from outside
|
3 years ago |
Andreas Kling
|
e3e1d79a7d
Kernel: Remove unused ShouldDeallocateVirtualRange parameters
|
3 years ago |
Idan Horowitz
|
d6e4a25e0c
Kernel: Use the InstrusiveRedBlackTree::begin_from(V&) API
|
3 years ago |
Andreas Kling
|
858b196c59
Kernel: Unbreak ASLR in the new RegionTree world
|
3 years ago |
Andreas Kling
|
07f3d09c55
Kernel: Make VM allocation atomic for userspace regions
|
3 years ago |
Andreas Kling
|
ffe2e77eba
Kernel: Add Memory::RegionTree to share code between AddressSpace and MM
|
3 years ago |
Andreas Kling
|
02a95a196f
Kernel: Use AddressSpace region tree for range allocation
|
3 years ago |
Andreas Kling
|
2617adac52
Kernel: Store AddressSpace memory regions in an IntrusiveRedBlackTree
|
3 years ago |
James Mintram
|
0d7eee625f
Kernel: Make AddressSpace.cpp compile on aarch64
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Lenny Maiorani
|
190cf1507b
Kernel: Use default constructors/destructors
|
3 years ago |
Idan Horowitz
|
57bce8ab97
Kernel: Set up Regions before adding them to a Process's AddressSpace
|
3 years ago |
Idan Horowitz
|
8030e2a88f
Kernel: Make AnonymousVMObject COW-Bitmap allocation OOM-fallible
|
3 years ago |
Andreas Kling
|
a44316fa8b
Kernel: Release page directory and MM locks sooner in space finalization
|
3 years ago |