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-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
2020-01-02
Kernel: Validate the full range of user memory passed to syscalls
Andreas Kling
2020-01-01
Kernel: Move CPU feature detection to Arch/x86/CPU.{cpp.h}
Andreas Kling
2020-01-01
Kernel: Enable x86 SMEP (Supervisor Mode Execution Protection)
Andreas Kling
2019-12-26
Kernel: Detect support for no-execute (NX) CPU features
Conrad Pankoff
2019-12-25
Kernel: Make kernel memory regions be non-executable by default
Andreas Kling
2019-12-25
Kernel: Enable PAE (Physical Address Extension)
Andreas Kling
2019-12-19
Kernel: Rename vmo => vmobject everywhere
Andreas Kling
2019-12-15
Kernel: Make sure the kernel info page is read-only for userspace
Andreas Kling
2019-12-09
Kernel: Move VMObject::for_each_region() to MemoryManager.h
Andreas Kling
2019-11-29
Kernel: Disallow syscalls from writeable memory
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-11-17
Kernel: Implement some basic stack pointer validation
Andreas Kling
2019-11-08
Kernel: Fix the search method of free userspace physical pages (#742)
Liav A
2019-11-08
Kernel: Removing hardcoded offsets from Memory Manager
supercomputer7
2019-11-04
Kernel: Move page fault handling from MemoryManager to Region
Andreas Kling
2019-11-04
Kernel: Merge MemoryManager::map_region_at_address() into Region::map()
Andreas Kling
2019-11-03
Kernel: Teach Region how to remap itself
Andreas Kling
2019-11-03
Kernel: Move region map/unmap operations into the Region class
Andreas Kling
2019-11-03
Kernel: Move page remapping into Region::remap_page(index)
Andreas Kling
2019-10-16
APIC: Enable APIC and start APs
Tom
2019-09-27
Kernel: Fix partial munmap() deallocating still-in-use VM
Andreas Kling
2019-09-27
Kernel: Make Region single-owner instead of ref-counted
Andreas Kling
2019-09-15
Kernel: Get rid of MemoryManager::allocate_page_table()
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-08
Kernel: Use range-for with InlineLinkedList
Andreas Kling
2019-08-08
Kernel: Put all Regions on InlineLinkedLists (separated by user/kernel)
Andreas Kling
2019-08-08
Kernel: Put all VMObjects in an InlineLinkedList instead of a HashTable
Andreas Kling
2019-08-07
Kernel: Remove unused MemoryManager::remove_identity_mapping()
Andreas Kling
2019-08-06
Kernel: Make KBuffer lazily populated
Andreas Kling
2019-08-06
Kernel: Add mapping from page directory base (PDB) to PageDirectory
Andreas Kling
2019-08-06
Kernel: Break region_from_vaddr() into {user,kernel}_region_from_vaddr
Andreas Kling
2019-08-05
Kernel: Use KBuffers for ProcFS and SynthFS
Andreas Kling
2019-07-19
Kernel: Share the "return to ring 0/3 from signal" trampolines globally.
Andreas Kling
[next]