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
/
PhysicalRegion.cpp
Age
Commit message (
Expand
)
Author
2021-07-11
Kernel: Remove pointless ref-counting from PhysicalRegion
Andreas Kling
2021-07-08
Kernel: Return an already destructed PhysicalPage to the allocators
Tom
2021-07-08
Kernel: Move PhysicalPage classes out of the heap into an array
Tom
2021-07-08
Kernel: Use PAE to allow accessing all physical memory beyond 4GB
Tom
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-04
AK: Simplify Bitmap and implement in terms of BitmapView
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-28
Kernel: Allow specifying a physical alignment when allocating
Tom
2020-12-29
Kernel/VM: Make local_offset in PhysicalRegion::find_one_free_page unsigned
Luke
2020-12-29
Kernel/VM: Make local_offset in PhysicalRegion::free_page_at unsigned
Luke
2020-10-16
Kernel: Ensure PhysicalRegion free page hint is within valid range
Tom
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-09-16
Kernel: Return ENOMEM in more places
Luke
2020-09-09
Kernel: Optimize single physical page allocation and randomize returns
Tom
2020-08-30
Kernel: Remove unused variable PhysicalRegion::m_last
Andreas Kling
2020-05-08
Kernel: Use NonnullRefPtrVector<T> instead of Vector<RefPtr<T>> some
Andreas Kling
2020-03-08
Kernel: Allow contiguous allocations in physical memory
Liav A
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-01-20
Use uintptr_t instead of u32 when storing pointers as integers
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-09-17
Kernel: Fix returning pages to regions >= 2GB
Conrad Pankoff
2019-07-09
Kernel: Move PhysicalAddress.h into VM/
Andreas Kling
2019-06-22
Kernel: Fix all compiler warnings.
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-12
Kernel: Wrap around to region start if necessary in take_free_page
Conrad Pankoff
2019-06-12
Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector
Conrad Pankoff