asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 年 前 |
asynts
|
eea72b9b5c
Everywhere: Hook up remaining debug macros to Debug.h.
|
4 年 前 |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 年 前 |
asynts
|
1a3a0836c0
Everywhere: Use CMake to generate AK/Debug.h.
|
4 年 前 |
asynts
|
27bc48e06c
Everywhere: Replace a bundle of dbg with dbgln.
|
4 年 前 |
Linus Groh
|
421587c15c
Everywhere: Fix typos
|
4 年 前 |
asynts
|
723effd051
Everywhere: Replace a bundle of dbg with dbgln.
|
4 年 前 |
asynts
|
938e5c7719
Everywhere: Replace a bundle of dbg with dbgln.
|
4 年 前 |
Tom
|
c630669304
Kernel: If a VMObject is shared, broadcast page remappings
|
4 年 前 |
Tom
|
476f17b3f1
Kernel: Merge PurgeableVMObject into AnonymousVMObject
|
4 年 前 |
Tom
|
b2a52f6208
Kernel: Implement lazy committed page allocation
|
4 年 前 |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 年 前 |
Andreas Kling
|
c624d3875e
Kernel: Use a shared physical page for zero-filled pages until written
|
5 年 前 |
Andreas Kling
|
c17f80e720
Kernel: AnonymousVMObject::create_for_physical_range() should fail more
|
5 年 前 |
Andreas Kling
|
a0b716cfc5
Add AnonymousVMObject::create_with_physical_page()
|
5 年 前 |
Andreas Kling
|
4b7a89911c
Kernel: Remove some unnecessary casts to uintptr_t
|
5 年 前 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 年 前 |
Andreas Kling
|
b67200dfea
Kernel: Use a FixedArray for VMObject::m_physical_pages
|
6 年 前 |
Andreas Kling
|
6bdb81ad87
Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject
|
6 年 前 |