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
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-22
Kernel: Move kmalloc heaps and super pages inside .bss segment
Jean-Baptiste Boric
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-04
Kernel: Specify default memory order for some non-synchronizing Atomics
Tom
2021-01-01
Kernel: Merge PurgeableVMObject into AnonymousVMObject
Tom
2021-01-01
Kernel: Memory purging improvements
Tom
2020-12-31
Kernel: Fix heap expansions deadlock
Tom
2020-12-26
Kernel: Remove subheap from list before removing memory
Tom
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
[next]