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
/
PageDirectory.cpp
Age
Commit message (
Expand
)
Author
2021-03-09
Kernel: Convert klog() => dmesgln() in PageDirectory
Andreas Kling
2021-02-23
Kernel: Expand the kernel memory slot from 8 MiB to 16 MiB
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
Andreas Kling
2021-02-11
Kernel: Remove a handful of unused things in VM/ directory
Andreas Kling
2021-02-08
Kernel: Factor address space management out of the Process class
Andreas Kling
2021-01-31
Revert "Kernel: Don't clone kernel mappings for bottom 2 MiB VM into processes"
Andreas Kling
2021-01-31
Kernel: Don't clone kernel mappings for bottom 2 MiB VM into processes
Andreas Kling
2021-01-11
Kernel: Remove MM_DEBUG debug spam code
Andreas Kling
2021-01-01
Kernel: More gracefully handle out-of-memory when creating PageDirectory
Tom
2020-12-30
Kernel: Prevent sign bit extension when creating a PDPTE
Luke
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-22
Revert "Kernel: Switch singletons to use new Singleton class"
Andreas Kling
2020-08-22
Revert "Kernel: Move Singleton class to AK"
Andreas Kling
2020-08-22
Revert "AK: Get rid of make_singleton function"
Andreas Kling
2020-08-22
AK: Get rid of make_singleton function
Tom
2020-08-22
Kernel: Move Singleton class to AK
Tom
2020-08-21
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-16
Kernel: Switch a comment to GiB
Nico Weber
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-13
Kernel: Don't request a random u32 when all but 5 bits are immediately masked...
Nico Weber
2020-07-06
Kernel: Minor MM optimization for SMP
Tom
2020-06-27
Kernel: Make Random work on CPUs without rdrand
Peter Elliott
2020-06-04
Kernel: Add mechanism to identity map the lowest 2MB
Tom
2020-03-08
Kernel: Add missing #includes now that <AK/StdLibExtras.h> is smaller
Andreas Kling
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-27
PageDirectory: Use dbg() instead of dbgprintf()
Liav A
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
2020-01-17
Kernel: Add a random offset to the base of the per-process VM allocator
Andreas Kling
2020-01-17
Kernel: Only clone the bottom 2MB of mappings from kernel to processes
Andreas Kling
2020-01-17
Kernel: Don't allocate per-process PDPT from super pages either
Andreas Kling
2020-01-17
Kernel: Stop allocating page tables from the super pages pool
Andreas Kling
2020-01-17
Kernel: Tidy up the types imported from boot.S a little bit
Andreas Kling
2020-01-17
Kernel: Move kernel above the 3GB virtual address mark
Andreas Kling
2020-01-14
Kernel: Change Region allocation helpers
Liav A
2019-12-25
Kernel: Enable PAE (Physical Address Extension)
Andreas Kling
2019-12-25
Kernel: Rename PageDirectory::find_by_pdb() => find_by_cr3()
Andreas Kling
2019-11-27
Kernel: Fix triple-fault when clicking on SystemServer in SystemMonitor
Andreas Kling
2019-11-23
Revert "Kernel: Move Kernel mapping to 0xc0000000"
Andreas Kling
2019-11-22
Kernel: Move Kernel mapping to 0xc0000000
Jesse Buhagiar
2019-08-26
Kernel: Display virtual addresses as V%p instead of L%x
Andreas Kling
2019-08-06
Kernel: Add mapping from page directory base (PDB) to PageDirectory
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-14
VM: Remove PhysicalPage::create_eternal().
Sergey Bugaev
2019-06-07
Kernel: Rename LinearAddress => VirtualAddress.
Andreas Kling
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
2019-06-01
VM: Always flush TLB for kernel page directory changes.
Andreas Kling
[next]