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-05-15
AK+LibC: Implement malloc_good_size() and use it for Vector/HashTable
Gunnar Beutner
2021-05-14
Kernel: Add the ability to verify we don't kmalloc under spinlock.
Brian Gianforcaro
2021-05-13
Kernel: Declare operator new/delete noexcept for MAKE_SLAB_ALLOCATED
Brian Gianforcaro
2021-05-13
Kernel: Declare operator new/delete noexcept for MAKE_ALIGNED_ALLOCATED
Brian Gianforcaro
2021-05-13
Kernel: Declare operator new/delete as noexcept for the Kernel
Brian Gianforcaro
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-09
Kernel: Do some basic metadata integrity verification in kmalloc/kfree
Andreas Kling
2021-04-09
Kernel: Add some basic double-kfree() detection
Andreas Kling
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-11
Kernel: Suppress logging during kmalloc heap expansion
Andreas Kling
2021-03-11
Kernel: Add MAKE_ALIGNED_ALLOCATED helper macro
Andreas Kling
2021-03-11
Kernel: Allow kmalloc_aligned() alignment up to 4096
Andreas Kling
2021-03-09
Kernel: Remove some unused things in kmalloc.cpp
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in kmalloc
Andreas Kling
2021-03-04
Kernel: Remove unused KMALLOC_DEBUG_LARGE_ALLOCATIONS mode
Andreas Kling
2021-03-04
Kernel: Use BitmapView instead of Bitmap::wrap()
Andreas Kling
2021-02-28
Kernel: Use default con/de-structors
Ben Wiederhake
2021-02-25
Kernel: Take some baby steps towards x86_64
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
Kernel: Fix a dmesgln() format error
AnotherTest
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
Andreas Kling
2021-02-14
Kernel: Mark a handful of things in kmalloc.cpp as READONLY_AFTER_INIT
Andreas Kling
2021-02-14
Kernel: Assert if rounding-up-to-page-size would wrap around to 0
Andreas Kling
2021-02-14
Kernel: Use PANIC() in a bunch of places :^)
Andreas Kling
2021-02-14
Kernel: Remove user/kernel flags from Region
Andreas Kling
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
[next]