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
/
Memory
/
PageDirectory.h
Age
Commit message (
Expand
)
Author
2022-04-03
Kernel: Add missing include to PageDirectory.h
Andreas Kling
2022-04-03
Kernel: Use intrusive RegionTree solution for kernel regions as well
Andreas Kling
2022-04-03
Kernel: Use AddressSpace region tree for range allocation
Andreas Kling
2022-04-02
Kernel: Make MemoryManager compile on aarch64
James Mintram
2022-04-02
Kernel: Make AddressSpace.cpp compile on aarch64
James Mintram
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-16
Kernel: Don't access directory table of uninitialized PageDirectory
creator1creeper1
2022-01-10
Kernel: Remove redundant hash map of page tables in PageDirectory
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-09-08
Kernel: Use an IntrusiveRedBlackTree for storing the cr3 mappings
Idan Horowitz
2021-09-05
Kernel: Tidy up Memory::AddressSpace construction
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-15
Kernel: Use NonnullRefPtr<PhysicalPage> in PageDirectory::m_page_tables
Andreas Kling
2021-08-06
Kernel: Make identity mapping mechanism used during AP boot non-generic
Andreas Kling
2021-08-06
Kernel: Rename Process::space() => Process::address_space()
Andreas Kling
2021-08-06
Kernel: Rename Memory::Space => Memory::AddressSpace
Andreas Kling
2021-08-06
Kernel: Rename Range => VirtualRange
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling