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
/
PhysicalPage.h
Age
Commit message (
Expand
)
Author
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-02-28
Kernel: Use default con/de-structors
Ben Wiederhake
2021-01-01
Kernel: Implement lazy committed page allocation
Tom
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-08-25
Kernel: Make PhysicalPage not movable and use atomic ref counting
Tom
2020-08-22
Revert "Kernel: Make PhysicalPage not movable and use atomic ref counting"
Andreas Kling
2020-08-22
Kernel: Make PhysicalPage not movable and use atomic ref counting
Tom
2020-07-01
Kernel: List all CPUs in /proc/cpuinfo
Tom
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-15
Kernel: Widen PhysicalPage refcount to 32 bits
Andreas Kling
2020-02-15
Kernel: Use a shared physical page for zero-filled pages until written
Andreas Kling
2020-02-09
Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetal
Liav A
2020-01-23
AK: Let's call decrementing reference counts "unref" instead of "deref"
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-09-16
Kernel: Add a simple slab allocator for small allocations
Andreas Kling
2019-07-09
Kernel: Move PhysicalAddress.h into VM/
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
2019-06-14
VM: Remove PhysicalPage::create_eternal().
Sergey Bugaev
2019-06-14
VM: Support non-freeable, non-eternal PhysicalPages.
Sergey Bugaev
2019-06-14
VM: Fix leaking PhysicalPage instances.
Sergey Bugaev
2019-06-14
VM: Pass a PhysicalPage by rvalue reference when returning it to the freelist.
Sergey Bugaev
2019-05-28
Add clang-format file
Robin Burchell
2019-04-06
Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress.
Andreas Kling
2019-04-03
Kernel: Move VM-related files into Kernel/VM/.
Andreas Kling