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-11-04
Kernel: Defer kmalloc heap contraction
Tom
2020-11-01
Kernel: kmalloc_eternal should align pointers
Tom
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-09-09
Kernel: Fix heap expansion loop
Tom
2020-09-02
Kernel: Use removed memory as backup if backup hasn't been allocated
Tom
2020-09-02
Kernel: Prevent recursive expansion or removing memory while expanding it
Tom
2020-08-30
Kernel: Make Heap implementation reusable, and make kmalloc expandable
Tom
2020-08-25
Kernel: Optimize SlabAllocator to be lock-free
Tom
2020-08-25
Kernel: Fix kmalloc memory corruption
Tom
2020-08-22
Revert "Kernel: Fix kmalloc memory corruption"
Andreas Kling
2020-08-22
Kernel: Fix kmalloc memory corruption
Tom
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-14
Kernel: mark kmalloc with attributes
Muhammad Zahalqa
2020-08-10
Kernel: Include the 128 byte slab allocator in for_each_allocator
Tom
2020-08-10
Kernel: Invoke heap constructors separately early on
Tom
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-07-06
Kernel: Add a SpinLock to the WaitQueue
Tom
2020-07-03
Kernel: Change kmalloc lock to be recursive
Tom
2020-07-01
Kernel: Serialize debug output
Tom
2020-06-17
Meta: Scale back overly informal user-facing strings
Andreas Kling
2020-05-20
Revert "Kernel: Add implementation of operator new and delete to kmalloc.cpp"
Andreas Kling
2020-05-20
Kernel: Add implementation of operator new and delete to kmalloc.cpp
Andrew Kaster
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
Kernel: Use consistent names for kmalloc globals and remove volatile
Andreas Kling
2020-04-30
AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros
Andreas Kling
2020-04-08
Kernel: Update cryptically-named functions related to symbolication
Andreas Kling
2020-04-06
Kernel: Support best fit allocation policy in kmalloc()
nimelehin
2020-04-06
Kernel: Implement kmalloc() using AK::Bitmap
nimelehin
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
[next]