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.cpp
Age
Commit message (
Expand
)
Author
2020-02-22
Kernel: Put "Couldn't find user region" spam behind MM_DEBUG
Andreas Kling
2020-02-21
Kernel: Log instead of crashing when getting a page fault during IRQ
Andreas Kling
2020-02-21
Kernel: Don't trigger page faults during profiling stack walk
Andreas Kling
2020-02-21
Kernel: Assert on page fault during IRQ
Andreas Kling
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
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-02-10
Kernel: Add getter and setter for the X86 CR3 register
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-08
x86: Simplify region unmapping a bit
Andreas Kling
2020-01-29
Kernel: Fail with EFAULT for any address+size that would wrap around
Andreas Kling
2020-01-28
Kernel: AnonymousVMObject::create_for_physical_range() should fail more
Andreas Kling
2020-01-28
Kernel: Remove outdated comment in MemoryManager
Andreas Kling
2020-01-21
Kernel: Tidy up debug logging a little bit
Andreas Kling
2020-01-21
Kernel: Remove map_for_kernel() in MemoryManager
Liav A
2020-01-20
Use uintptr_t instead of u32 when storing pointers as integers
Andreas Kling
2020-01-19
Kernel: Make ProcessPagingScope restore CR3 properly
Andreas Kling
2020-01-18
Kernel: Move all CPU feature initialization into cpu_setup()
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: Clean up ensure_pte()
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-10
Kernel: Page allocation should not use memset_user() when zeroing
Andreas Kling
2020-01-06
Kernel: Harden memory mapping of the kernel image
Andreas Kling
2020-01-05
Kernel: Start implementing x86 SMAP support
Andreas Kling
2020-01-02
Kernel: Make the loop that marks the bottom 1MB NX a little less busy
Andreas Kling
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-31
Kernel: Always reject never-userspace addresses before checking regions
Andreas Kling
2019-12-31
Kernel: Let's also not consider kernel regions to be valid user stacks
Andreas Kling
2019-12-31
Kernel: User pointer validation should reject kernel-only addresses
Andreas Kling
2019-12-26
Kernel: When physical page allocation fails, try to purge something
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: Set NX bit for virtual addresses 0-1MB and 2-8MB
Andreas Kling
2019-12-25
Kernel: Use the CPU's NX bit to enforce PROT_EXEC on memory mappings
Andreas Kling
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-12-25
Kernel: Uh, actually *actually* turn on CR4.PGE
Andreas Kling
[next]