asynts
|
723effd051
Everywhere: Replace a bundle of dbg with dbgln.
|
4 år sedan |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 år sedan |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 år sedan |
Andreas Kling
|
b614462079
Kernel: Include the dirty bits when cloning an InodeVMObject
|
5 år sedan |
Andreas Kling
|
651417a085
Kernel: Split InodeVMObject into two subclasses
|
5 år sedan |
Andreas Kling
|
07a26aece3
Kernel: Rename InodeVMObject => SharedInodeVMObject
|
5 år sedan |
Liav A
|
3f95a7fc97
InodeVMObject: Use dbg() instead of dbgprintf()
|
5 år sedan |
Andreas Kling
|
0763f67043
AK: Make Bitmap use size_t for its size
|
5 år sedan |
Andreas Kling
|
48f7c28a5c
Kernel: Replace "current" with Thread::current and Process::current
|
5 år sedan |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 år sedan |
Andreas Kling
|
862b3ccb4e
Kernel: Enforce W^X between sys$mmap() and sys$execve()
|
5 år sedan |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 år sedan |
Andreas Kling
|
aba7829724
Kernel: InodeVMObject can't call Inode::size() with interrupts disabled
|
5 år sedan |
Andreas Kling
|
1f31156173
Kernel: Add a mode flag to sys$purge and allow purging clean inodes
|
5 år sedan |
Andreas Kling
|
c74cde918a
Kernel+SystemMonitor: Expose amount of per-process clean inode memory
|
5 år sedan |
Andreas Kling
|
0d5e0e4cad
Kernel+SystemMonitor: Expose amount of per-process dirty private memory
|
5 år sedan |
Andreas Kling
|
b6ee8a2c8d
Kernel: Rename vmo => vmobject everywhere
|
5 år sedan |
Andreas Kling
|
65229a4082
Kernel: Move VMObject::for_each_region() to MemoryManager.h
|
5 år sedan |
Andreas Kling
|
4bf1a72d21
Kernel: Teach Region how to remap itself
|
5 år sedan |
Andreas Kling
|
e25ade7579
Kernel: Rename "vmo" to "vmobject" everywhere
|
5 år sedan |
Andreas Kling
|
b018cd653f
Kernel: Fix oversized InodeVMObject after inode size changes
|
5 år sedan |
Andreas Kling
|
9104d32341
Kernel: Use range-for with InlineLinkedList
|
6 år sedan |
Andreas Kling
|
07425580a8
Kernel: Put all Regions on InlineLinkedLists (separated by user/kernel)
|
6 år sedan |
Andreas Kling
|
b67200dfea
Kernel: Use a FixedArray for VMObject::m_physical_pages
|
6 år sedan |
Andreas Kling
|
6bdb81ad87
Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject
|
6 år sedan |