index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
VM
/
RangeAllocator.h
Age
Commit message (
Expand
)
Author
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-02-16
Kernel+LibC: Allow sys$mmap() callers to specify address alignment
Andreas Kling
2020-02-16
Kernel: Fix weird whitespace mistake in RangeAllocator
Andreas Kling
2020-02-16
Kernel: More header dependency reduction work
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-09
Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetal
Liav A
2020-01-30
Kernel: Range::contains() should reject ranges with 2^32 wrap-around
Andreas Kling
2020-01-19
Kernel: Optimize VM range deallocation a bit
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Add a random offset to the base of the per-process VM allocator
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-29
Kernel: Add LogStream operator<< for Range
Andreas Kling
2019-07-09
Kernel: Move VirtualAddress.h into VM/
Andreas Kling
2019-06-07
Kernel: Rename LinearAddress => VirtualAddress.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-22
Kernel: Forked children should inherit their RangeAllocator by copy.
Andreas Kling
2019-05-17
Kernel: Let Region keep a Range internally.
Andreas Kling
2019-05-17
Kernel: Use a RangeAllocator for kernel-only virtual space allocation too.
Andreas Kling
2019-05-17
Kernel: Implement a simple virtual address range allocator.
Andreas Kling