summaryrefslogtreecommitdiff
path: root/kernel/kmalloc.c
AgeCommit message (Expand)Author
2024-12-09mmu: Make certain allocations physical and virtual mapping linearAnton Kling
2024-11-28changesAnton Kling
2024-10-14kernel: small bug fixesAnton Kling
2024-07-08Kernel/Net: Don't use kmalloc to create send buffersAnton Kling
2024-07-08kmalloc: Merge headers more oftenAnton Kling
2024-07-06Kernel: Add kmalloc scanAnton Kling
2024-06-28RTL8139: Add out of memory conditionsAnton Kling
2024-06-26Kernel: Code cleanupAnton Kling
2024-06-23Kernel: Fix small out of memory issuesAnton Kling
2024-06-17Reorganize logging codeAnton Kling
2024-06-09Add UDPAnton Kling
2024-05-06kmalloc: Add debug kmallocAnton Kling
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