Idan Horowitz
|
2c93123daf
Kernel: Replace process' regions vector with a Red Black tree
|
4 éve |
Andreas Kling
|
54f6b52f71
Kernel: Don't dump regions twice when crashing due to bad access
|
4 éve |
Hendiadyoin1
|
0d934fc991
Kernel::CPU: Move headers into common directory
|
4 éve |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
4 éve |
Andreas Kling
|
96fb3d4a11
Kernel: Add MemoryManager::set_page_writable_direct()
|
4 éve |
Andreas Kling
|
b007bc07b7
Kernel: Convert klog() => dmesgln() in MemoryManager
|
4 éve |
Brian Gianforcaro
|
eaef57443c
Kernel: Make MemoryManager API type-safe for Region::Access enum
|
4 éve |
Andreas Kling
|
adb2e6be5f
Kernel: Make the kernel compile & link for x86_64
|
4 éve |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 éve |
Andreas Kling
|
fdf03852c9
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
|
4 éve |
Andreas Kling
|
6136faa4eb
Kernel: Add .unmap_after_init section for code we don't need after init
|
4 éve |
Brian Gianforcaro
|
7482cb6531
Kernel: Avoid some un-necessary copies coming from range based for loops
|
4 éve |
Andreas Kling
|
d8013c60bb
Kernel: Add mechanism to make some memory read-only after init finishes
|
4 éve |
Andreas Kling
|
09b1b09c19
Kernel: Assert if rounding-up-to-page-size would wrap around to 0
|
4 éve |
Andreas Kling
|
8415866c03
Kernel: Remove user/kernel flags from Region
|
4 éve |
Andreas Kling
|
4e2802bf91
Kernel: Move region dumps from dmesg to debug log
|
4 éve |
Andreas Kling
|
c4db224c94
Kernel: Convert klog() => dmesgln() / dbgln() in MemoryManager
|
4 éve |
Andreas Kling
|
0dbb22e9e0
Kernel: Remove a handful of unused things in VM/ directory
|
4 éve |
Andreas Kling
|
f1b5def8fd
Kernel: Factor address space management out of the Process class
|
4 éve |
Andreas Kling
|
b2cba3036e
Kernel: Remove unused MemoryManager::validate_range()
|
4 éve |
Liav A
|
5ab1864497
Kernel: Introduce the MemoryDevice
|
4 éve |
Tom
|
affb4ef01b
Kernel: Allow specifying a physical alignment when allocating
|
4 éve |
Tom
|
250a310454
Kernel: Release MM lock while yielding from inode page fault handler
|
4 éve |
Andreas Kling
|
e67402c702
Kernel: Remove Range "valid" state and use Optional<Range> instead
|
4 éve |
Tom
|
e2f9e557d3
Kernel: Make Processor::id a static function
|
4 éve |
Andreas Kling
|
a131927c75
Kernel: sys$munmap() region splitting did not preserve "shared" flag
|
4 éve |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 éve |
asynts
|
1a3a0836c0
Everywhere: Use CMake to generate AK/Debug.h.
|
4 éve |
Jean-Baptiste Boric
|
ec056f3bd1
Kernel: Parse boot modules from Multiboot specification
|
4 éve |
Jean-Baptiste Boric
|
3cbe805486
Kernel: Move kmalloc heaps and super pages inside .bss segment
|
4 éve |