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
/
AnonymousVMObject.cpp
Age
Commit message (
Expand
)
Author
2021-07-12
Kernel: Remove "supervisor" bit from PhysicalPage
Andreas Kling
2021-07-12
Kernel: Fix allocating VMObject from page array
Tom
2021-07-11
Kernel: Rename VMObject::clone() => try_clone()
Andreas Kling
2021-07-11
Kernel: Rename various *VMObject::create*() => try_create()
Andreas Kling
2021-07-11
Kernel: Store VMObject physical pages in a FixedArray
Andreas Kling
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-05-29
Kernel: Make AnonymousVMObject::clone() API OOM safe
Brian Gianforcaro
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-15
Kernel: Make AnonymousVMObject physical page APIs OOM safe
Brian Gianforcaro
2021-05-15
Kernel: Make AnonymousVMObject::clone/create APIs OOM safe
Brian Gianforcaro
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-25
Kernel: Remove the now defunct `LOCKER(..)` macro.
Brian Gianforcaro
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-09
Kernel: Convert klog() => dmesgln() in AnonymousVMObject
Andreas Kling
2021-03-05
Kernel: Add AnonymousVMObject constructor for a Vector of physical pages
Liav A
2021-03-04
Kernel: Make the kernel compile & link for x86_64
Andreas Kling
2021-03-04
Kernel: Remove 1 level of indirection for AnonymousVMObject CoW bitmaps
Andreas Kling
2021-02-25
Kernel: Move SMAP disabler RAII helper to its own file
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Fix typos
Linus Groh
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-02
Kernel: If a VMObject is shared, broadcast page remappings
Tom
2021-01-01
Kernel: Merge PurgeableVMObject into AnonymousVMObject
Tom
2021-01-01
Kernel: Implement lazy committed page allocation
Tom
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-15
Kernel: Use a shared physical page for zero-filled pages until written
Andreas Kling
2020-01-28
Kernel: AnonymousVMObject::create_for_physical_range() should fail more
Andreas Kling
2020-01-20
Add AnonymousVMObject::create_with_physical_page()
Andreas Kling
2020-01-20
Kernel: Remove some unnecessary casts to uintptr_t
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-08-07
Kernel: Use a FixedArray for VMObject::m_physical_pages
Andreas Kling
2019-08-07
Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject
Andreas Kling