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
Age
Commit message (
Expand
)
Author
2020-01-10
Kernel: Page allocation should not use memset_user() when zeroing
Andreas Kling
2020-01-10
Kernel+LibELF: Enable SMAP protection during non-syscall exec()
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-03
Kernel: InodeVMObject can't call Inode::size() with interrupts disabled
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: Share code between Region::map() and Region::remap_page()
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-29
Kernel: Add a mode flag to sys$purge and allow purging clean inodes
Andreas Kling
2019-12-29
Kernel+SystemMonitor: Expose amount of per-process clean inode memory
Andreas Kling
2019-12-29
Kernel+SystemMonitor: Expose amount of per-process dirty private memory
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: Clean up Region access bit setters a little
Andreas Kling
2019-12-25
Kernel: Uh, actually *actually* turn on CR4.PGE
Andreas Kling
2019-12-24
Kernel: Oops, actually enable CR4.PGE (page table global bit)
Andreas Kling
2019-12-21
Kernel: Enable the x86 WP bit to catch invalid memory writes in ring 0
Andreas Kling
2019-12-20
Kernel: Fix some warnings about passing non-POD to kprintf
Andreas Kling
2019-12-19
Kernel: Rename vmo => vmobject everywhere
Andreas Kling
2019-12-18
Kernel: Add a specific-page variant of Region::commit()
Andreas Kling
2019-12-15
Kernel: Make sure the kernel info page is read-only for userspace
Andreas Kling
2019-12-15
Kernel+SystemMonitor: Prevent userspace access to process ELF image
Andreas Kling
2019-12-15
Kernel: Don't turn private read-only regions into shared ones on fork
Andreas Kling
2019-12-15
Kernel+SystemMonitor: Expose the number of set CoW bits in each Region
Andreas Kling
2019-12-15
Kernel: Improve comment about the system virtual memory map a bit
Andreas Kling
2019-12-09
Kernel: Move VMObject::for_each_region() to MemoryManager.h
Andreas Kling
2019-12-09
Kernel: Remap all regions referring to a PurgeableVMObject on purge
Andreas Kling
2019-12-09
Kernel: Start implementing purgeable memory support
Andreas Kling
2019-12-02
Kernel: Don't CoW non-writable pages
Andreas Kling
2019-12-02
Kernel: Crash on memory access in non-readable regions
Andreas Kling
2019-12-02
Kernel: Fix bug where mprotect() would ignore setting PROT_WRITE
Andreas Kling
2019-12-01
Kernel: Put some debug spam behind PAGE_FAULT_DEBUG
Andreas Kling
2019-11-29
Kernel: Disallow syscalls from writeable memory
Andreas Kling
2019-11-27
Kernel: Fix triple-fault when clicking on SystemServer in SystemMonitor
Andreas Kling
2019-11-26
Kernel: Make syscall counters and page fault counters per-thread
Andreas Kling
2019-11-24
Kernel: Mark mmap()-created regions with a special bit
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
[next]