summaryrefslogtreecommitdiff
path: root/lwis_allocator.c
AgeCommit message (Expand)Author
2023-06-13Remove unnecessary error logs from kmallocEdmond Chung
2023-06-07Allocator/Fence: Remove unnecessary error loggingEdmond Chung
2023-04-27LWIS: Allow user input GFP flags for different use casesHolmes Chou
2023-03-08LWIS: Extend the allocator to support small size of memoryHolmes Chou
2022-12-21LWIS: Add lock to protect lwis_dev->block_mgr accessingHolmes Chou
2022-12-15Lwis: Using kernel functions to determine current context.linyuny
2022-10-24LWIS: Use strscpy to replace strlcpyHolmes Chou
2022-02-03Alloc: Replace kmalloc_index with flsEdmond Chung
2022-01-14LWIS: add refcount to fix multiple instancesHolmes Chou
2022-01-11LWIS: Implement memory allocator for reuseHolmes Chou
2021-12-24Revert "LWIS: Implement memory allocator for reuse"Edmond Chung
2021-12-22LWIS: Implement memory allocator for reuseHolmes Chou