summaryrefslogtreecommitdiff
path: root/Kernel/Heap/kmalloc.cpp
AgeCommit message (Expand)Author
2021-07-16Kernel: Implement aligned `operator new` and use itDaniel Bertalan
2021-07-11Kernel: Remove unused header includes in Heap subtreeBrian Gianforcaro
2021-07-11Kernel: Remove krealloc()Andreas Kling
2021-07-11Kernel: VERIFY_NOT_REACHED in un-sized operator deleteAndreas Kling
2021-07-11Kernel: Add kfree_sized(), kfree() with a known allocation sizeAndreas Kling
2021-07-03Everywhere: Fix some alignment issuesDaniel Bertalan
2021-06-28Kernel: Increase kmalloc eternal heap to 3MiBGunnar Beutner
2021-06-24AK+Kernel: Make fallible allocations compiler-agnosticDaniel Bertalan
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1
2021-05-30Kernel: Don't log profile data before/after the process/thread lifetimeGunnar Beutner
2021-05-19Kernel: Add support for profiling kmalloc()/kfree()Gunnar Beutner
2021-05-15AK+LibC: Implement malloc_good_size() and use it for Vector/HashTableGunnar Beutner
2021-05-14Kernel: Add the ability to verify we don't kmalloc under spinlock.Brian Gianforcaro
2021-05-13Kernel: Declare operator new/delete as noexcept for the KernelBrian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-21Kernel::CPU: Move headers into common directoryHendiadyoin1
2021-03-11Kernel: Suppress logging during kmalloc heap expansionAndreas Kling
2021-03-09Kernel: Remove some unused things in kmalloc.cppAndreas Kling
2021-03-09Kernel: Convert klog() => dmesgln() in kmallocAndreas Kling
2021-03-04Kernel: Remove unused KMALLOC_DEBUG_LARGE_ALLOCATIONS modeAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23Kernel: Fix a dmesgln() format errorAnotherTest
2021-02-19Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functionsAndreas Kling
2021-02-14Kernel: Mark a handful of things in kmalloc.cpp as READONLY_AFTER_INITAndreas Kling
2021-02-14Kernel: Assert if rounding-up-to-page-size would wrap around to 0Andreas Kling
2021-02-14Kernel: Use PANIC() in a bunch of places :^)Andreas Kling
2021-02-14Kernel: Remove user/kernel flags from RegionAndreas Kling
2021-01-22Kernel: Move kmalloc heaps and super pages inside .bss segmentJean-Baptiste Boric
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-01Kernel: Merge PurgeableVMObject into AnonymousVMObjectTom
2020-12-31Kernel: Fix heap expansions deadlockTom
2020-11-04Kernel: Defer kmalloc heap contractionTom
2020-11-01Kernel: kmalloc_eternal should align pointersTom
2020-09-25Meta+Kernel: Make clang-format-10 cleanBen Wiederhake
2020-09-09Kernel: Fix heap expansion loopTom
2020-09-02Kernel: Use removed memory as backup if backup hasn't been allocatedTom
2020-08-30Kernel: Make Heap implementation reusable, and make kmalloc expandableTom
2020-08-25Kernel: Fix kmalloc memory corruptionTom
2020-08-22Revert "Kernel: Fix kmalloc memory corruption"Andreas Kling
2020-08-22Kernel: Fix kmalloc memory corruptionTom
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-07-06Kernel: Add SMP IPI supportTom
2020-07-03Kernel: Change kmalloc lock to be recursiveTom
2020-07-01Kernel: Serialize debug outputTom
2020-06-17Meta: Scale back overly informal user-facing stringsAndreas Kling
2020-05-20Revert "Kernel: Add implementation of operator new and delete to kmalloc.cpp"Andreas Kling
2020-05-20Kernel: Add implementation of operator new and delete to kmalloc.cppAndrew Kaster
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-05-16Kernel: Use consistent names for kmalloc globals and remove volatileAndreas Kling
2020-04-08Kernel: Update cryptically-named functions related to symbolicationAndreas Kling