summaryrefslogtreecommitdiff
path: root/kernel/kmalloc.c
AgeCommit message (Expand)Author
2024-04-27Kernel: Make "relist" able to dynamically resizeAnton Kling
2024-04-26Kernel: More out of memory condition checksAnton Kling
2024-04-18Kernel: Fix compiler warningsAnton Kling
2024-04-16Kernel: Improve "out of memory" error handlingAnton Kling
2024-04-15Bug fix and cleanup.Anton Kling
2024-04-12Kernel/MMU: Dellocate pagedirectory when process exits.Anton Kling
2024-04-02Kernel: Fix some memory leaksAnton Kling
2024-03-26Kernel: Improve kmalloc security and performanceAnton Kling
2024-03-25Random changesAnton Kling
2024-03-14random changes madeAnton Kling
2024-02-21New clang-format optionsAnton Kling
2023-11-28Meta: Apply new clang-format rules to kernelAnton Kling
2023-11-13Kernel: Remove kmalloc_eternalAnton Kling
2023-11-13Crypto: Implement fast insecure RNG for overwritting memory areas.Anton Kling
2023-11-10Kernel Style: Change uint*_t -> u*Anton Kling
2023-11-10Kernel/Memory: Fill new allocations with random data.Anton Kling
2023-10-31Meta: Move kernel and userland to their own folders.Anton Kling