Brian Gianforcaro
|
7482cb6531
Kernel: Avoid some un-necessary copies coming from range based for loops
|
4 years ago |
Andreas Kling
|
d8013c60bb
Kernel: Add mechanism to make some memory read-only after init finishes
|
4 years ago |
Andreas Kling
|
09b1b09c19
Kernel: Assert if rounding-up-to-page-size would wrap around to 0
|
4 years ago |
Andreas Kling
|
8415866c03
Kernel: Remove user/kernel flags from Region
|
4 years ago |
Andreas Kling
|
4e2802bf91
Kernel: Move region dumps from dmesg to debug log
|
4 years ago |
Andreas Kling
|
c4db224c94
Kernel: Convert klog() => dmesgln() / dbgln() in MemoryManager
|
4 years ago |
Andreas Kling
|
0dbb22e9e0
Kernel: Remove a handful of unused things in VM/ directory
|
4 years ago |
Andreas Kling
|
f1b5def8fd
Kernel: Factor address space management out of the Process class
|
4 years ago |
Andreas Kling
|
b2cba3036e
Kernel: Remove unused MemoryManager::validate_range()
|
4 years ago |
Liav A
|
5ab1864497
Kernel: Introduce the MemoryDevice
|
4 years ago |
Tom
|
affb4ef01b
Kernel: Allow specifying a physical alignment when allocating
|
4 years ago |
Tom
|
250a310454
Kernel: Release MM lock while yielding from inode page fault handler
|
4 years ago |
Andreas Kling
|
e67402c702
Kernel: Remove Range "valid" state and use Optional<Range> instead
|
4 years ago |
Tom
|
e2f9e557d3
Kernel: Make Processor::id a static function
|
4 years ago |
Andreas Kling
|
a131927c75
Kernel: sys$munmap() region splitting did not preserve "shared" flag
|
4 years ago |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 years ago |
asynts
|
1a3a0836c0
Everywhere: Use CMake to generate AK/Debug.h.
|
4 years ago |
Jean-Baptiste Boric
|
ec056f3bd1
Kernel: Parse boot modules from Multiboot specification
|
4 years ago |
Jean-Baptiste Boric
|
3cbe805486
Kernel: Move kmalloc heaps and super pages inside .bss segment
|
4 years ago |
Jean-Baptiste Boric
|
5cd1217b6e
Kernel: Remove trace log in MemoryManager::deallocate_user_physical_page()
|
4 years ago |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 years ago |
Andreas Kling
|
f7435dd95f
Kernel: Remove MM_DEBUG debug spam code
|
4 years ago |
Sahan Fernando
|
9bf76a85c8
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
|
4 years ago |
Sahan Fernando
|
099b83fd28
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
|
4 years ago |
asynts
|
723effd051
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Tom
|
901ef3f1c8
Kernel: Specify default memory order for some non-synchronizing Atomics
|
4 years ago |
Tom
|
0d44ee6f2b
Kernel: Ignore TLB flush requests for user addresses of other processes
|
4 years ago |
Tom
|
476f17b3f1
Kernel: Merge PurgeableVMObject into AnonymousVMObject
|
4 years ago |
Tom
|
b2a52f6208
Kernel: Implement lazy committed page allocation
|
4 years ago |
Tom
|
bc5d6992a4
Kernel: Memory purging improvements
|
4 years ago |