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
/
Heap
Age
Commit message (
Expand
)
Author
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
Kernel: Run clang-format on Heap/kmalloc.cpp
Liav A
2020-02-27
Heap kmalloc: Use dbg() instead of dbgprintf()
Liav A
2020-02-26
Kernel: Sanitize memory coming in/out of the slab allocator
Andreas Kling
2020-02-22
Kernel: Remove unnecessary allocation metadata from kmalloc() chunks
Andreas Kling
2020-02-22
Kernel: Tweak SlabAllocator's slab sizes
Andreas Kling
2020-02-22
Kernel: Increase kmalloc chunk size from 8 bytes to 32 bytes
Andreas Kling
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-02
Kernel: Remove unnecessary forward declaration in SlabAllocator
Andreas Kling
2020-02-01
Kernel: Add memory scrubbing in slab_alloc() and slab_dealloc()
Andreas Kling
2020-02-01
Kernel: Add crash logging heuristic for uninitialized kmalloc()/kfree()
Andreas Kling
2020-01-27
Kernel: Never validate access to the kmalloc memory range
Andreas Kling
2020-01-25
Build: Remove -fno-sized-deallocation -Wno-sized-deallocation
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Move kernel above the 3GB virtual address mark
Andreas Kling
2019-11-27
Kernel: Demangle userspace ELF symbols in backtraces
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-15
Kernel: Unbreak SlabAllocator after startup-time constructors
Andreas Kling
2019-11-04
Kernel: Reorganize memory layout a bit
Andreas Kling
2019-10-10
Kernel: Make SlabAllocator fall back to kmalloc() when slabs run out
Andreas Kling
2019-10-02
Kernel: Allocate more 8-byte slabs than anything else
Andreas Kling
2019-09-27
Kernel: Tweak SlabAllocator size classes
Andreas Kling
2019-09-16
Kernel: Add a simple slab allocator for small allocations
Andreas Kling
2019-09-16
Kernel: Move kmalloc() into a Kernel/Heap/ directory
Andreas Kling