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
/
MemoryManager.h
Age
Commit message (
Expand
)
Author
2020-11-11
Kernel: Protect the PageDirectory from concurrent access
Tom
2020-11-01
Kernel: Flush TLB when quick-mapping PD/PT that was mapped on other CPU
Tom
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-02
Kernel: Handle committing pages in regions more gracefully
Tom
2020-09-01
Kernel: Fix memory purge clobbering mapped page directory in ensure_pte
Tom
2020-08-30
Kernel: Make Heap implementation reusable, and make kmalloc expandable
Tom
2020-08-28
Kernel: Release page tables when no longer needed
Tom
2020-08-26
Kernel: Protect looping over VMObject regions
Tom
2020-08-25
Kernel: Make PhysicalPage not movable and use atomic ref counting
Tom
2020-08-22
Revert "Kernel: Switch singletons to use new Singleton class"
Andreas Kling
2020-08-22
Revert "Kernel: Fix regression where MemoryManager is initialized twice"
Andreas Kling
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-08-22
Kernel: Fix regression where MemoryManager is initialized twice
Tom
2020-08-21
Kernel: Switch singletons to use new Singleton class
Tom
2020-07-30
Kernel: Rename region_from_foo() => find_region_from_foo()
Andreas Kling
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-07-03
Kernel: Fix signal delivery
Tom
2020-07-01
Kernel: Add a quickmap region for each processor
Tom
2020-07-01
Kernel: Implement software context switching and Processor structure
Tom
2020-06-04
Kernel: Add mechanism to identity map the lowest 2MB
Tom
2020-05-26
Kernel: Create page structures correctly in boot.s
etaIneLp
2020-05-08
Kernel: Add for_each_vmobject_of_type<T>
Andreas Kling
2020-05-08
Kernel: Use NonnullRefPtrVector<T> instead of Vector<RefPtr<T>> some
Andreas Kling
2020-04-13
Kernel: Switch the first-8MB-of-upper-3GB pseudo mappings to 4KB pages
Andreas Kling
2020-03-08
Kernel: Allow contiguous allocations in physical memory
Liav A
2020-03-02
Kernel: MemoryManager should create cacheable regions by default
Andreas Kling
2020-03-01
Kernel: Reduce code duplication a little bit in Region allocation
Andreas Kling
2020-03-01
Kernel: Move ProcessPagingScope to its own files
Andreas Kling
2020-02-21
Kernel: Don't trigger page faults during profiling stack walk
Andreas Kling
2020-02-16
Kernel: Add forward declaration header
Andreas Kling
2020-02-16
Kernel: Reduce header dependencies of MemoryManager and Region
Andreas Kling
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-21
Kernel: Remove map_for_kernel() in MemoryManager
Liav A
2020-01-19
Kernel: Make ProcessPagingScope restore CR3 properly
Andreas Kling
2020-01-19
Kernel: Assert that copy_to/from_user() are called with user addresses
Andreas Kling
2020-01-19
Kernel: Let's say that everything < 3GB is user virtual memory
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-18
Kernel: Always dump kernel regions when dumping process regions
Andreas Kling
2020-01-18
Kernel: Remove two unused MemoryManager functions
Andreas Kling
2020-01-18
Kernel: Clean up MemoryManager initialization a bit more
Andreas Kling
2020-01-17
Kernel: Stop allocating page tables from the super pages pool
Andreas Kling
2020-01-17
Kernel: Re-enable protection of the kernel image in memory
Andreas Kling
2020-01-17
Kernel: Tidy up the lowest part of the address space
Andreas Kling
2020-01-17
Kernel: Move Multiboot memory map parsing to its own function
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
2020-01-02
Kernel: Mask kernel addresses in backtraces and profiles
Andreas Kling
[next]