Age | Commit message (Expand) | Author | Files | Lines |
2021-12-22 | vppinfra: fix map_lock issue | liuyacan | 1 | -2/+2 |
2021-09-22 | vppinfra: make default hugepage size configurable | Damjan Marion | 1 | -35/+3 |
2021-07-22 | vppinfra: add abstract socket & netns fns | Nathan Skrzypczak | 2 | -0/+87 |
2021-07-13 | vppinfra: fix SIGSEGV in clib_mem_vm_unmap | chenqijun | 1 | -4/+6 |
2021-04-19 | vppinfra: momve clib_sysfs_list_to_bitmap to sysfs.c | Damjan Marion | 2 | -0/+29 |
2021-04-18 | vppinfra: remove linux/syscall.h | Damjan Marion | 2 | -73/+7 |
2021-02-26 | vppinfra: mem leak in show memory main-heap | Florin Coras | 1 | -1/+5 |
2021-02-04 | vppinfra: fix mem map mt issue due to snprintf | Florin Coras | 1 | -1/+1 |
2020-10-26 | vppinfra: clib_mem_vm_{un}map thread safe | Damjan Marion | 1 | -0/+22 |
2020-10-21 | vppinfra: fix ASAN annotation | Benoît Ganne | 1 | -0/+1 |
2020-10-17 | vppinfra: explicitly export symbols | Damjan Marion | 2 | -14/+14 |
2020-10-08 | vppinfra: fix coverity warnings | Dave Barach | 1 | -4/+4 |
2020-10-06 | vppinfra: add heap header in front of dlmalloc space | Damjan Marion | 1 | -0/+2 |
2020-10-02 | vppinfra: use clib_mem_create_heap() to create numa heap(s) | Damjan Marion | 1 | -157/+0 |
2020-10-02 | vppinfra: fix legacy huge pages creation for default size | Benoît Ganne | 1 | -1/+14 |
2020-10-01 | svm: simplify memfd client segment mapping | Florin Coras | 1 | -58/+0 |
2020-09-25 | vppinfra: add clib_mem_set_numa_affinity() | Damjan Marion | 1 | -8/+57 |
2020-09-17 | stats: configurable page size | Damjan Marion | 1 | -72/+116 |
2020-09-17 | vlib: show FD in 'show memory map' | Damjan Marion | 1 | -0/+1 |
2020-09-17 | vppinfra: support main heap with different page sizes | Damjan Marion | 1 | -24/+247 |
2020-09-17 | vppinfra: detect memory attributes on clib_mem_init | Damjan Marion | 1 | -4/+70 |
2020-09-14 | vppinfra: add clib_log2_page_sz and format/unformat functions | Damjan Marion | 1 | -2/+3 |
2020-04-22 | misc: fix coverity warnings | Dave Barach | 1 | -1/+1 |
2020-04-21 | vppinfra: bihash improvements | Dave Barach | 1 | -0/+32 |
2020-02-11 | svm: numa awareness for ssvm segments | Florin Coras | 1 | -1/+39 |
2020-02-07 | misc: address sanitizer: fix vm instrumentation | Benoît Ganne | 1 | -0/+2 |
2019-03-18 | Fix build with newer linux headers | Damjan Marion | 1 | -2/+4 |
2019-01-01 | Default huge page size to the regular page size | Dave Barach | 1 | -0/+6 |
2018-10-25 | pmalloc: support for 4K pages | Damjan Marion | 1 | -15/+26 |
2018-10-24 | vppinfra: autodetect default hugepage size | Damjan Marion | 2 | -8/+56 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) | Damjan Marion | 1 | -0/+6 |
2018-10-22 | vppinfra: use log2 page size in hugepage functions | Damjan Marion | 3 | -19/+27 |
2018-10-22 | Fix dereferencing null string in dpdk_early_init | Juraj Sloboda | 1 | -0/+2 |
2018-10-19 | vppinfra: use memfd_create for hugepage mounts if supported | Damjan Marion | 1 | -25/+51 |
2018-10-16 | Fix coverity issue for potentially overflowing of page size | Haiyang Tan | 1 | -2/+3 |
2018-10-10 | vppinfra: introduce clib_mem_vm_ext_free() to avoid fd leaks | Haiyang Tan | 1 | -0/+11 |
2018-08-28 | 32/64 shmem bihash interoperability | Dave Barach | 1 | -3/+3 |
2018-04-18 | vppinfra: make set_mempolicy failure non-critical unless NUMA_FORCE is set | Damjan Marion | 1 | -1/+2 |
2018-04-11 | Clean up temp dir in failure cases | Dave Barach | 1 | -0/+3 |
2018-03-09 | Correct address calculation for VPP-1168 | Lee Roberts | 1 | -1/+1 |
2018-03-06 | glibc 2.27 fix | Marco Varlese | 1 | -0/+2 |
2018-03-04 | vppinfra: fix clib_mem_vm_ext_alloc non-shared allocations | Damjan Marion | 1 | -3/+7 |
2018-02-06 | Provide page-aligned length to ftruncate. | Igor Mikhailov (imichail) | 1 | -1/+1 |
2018-01-25 | session: add support for memfd segments | Florin Coras | 1 | -1/+1 |
2018-01-17 | ssvm: reuse clib mem infra for memfd segments | Florin Coras | 1 | -6/+51 |
2018-01-09 | physmem: fix physmem allocation on kernels without NUMA support | Damjan Marion | 1 | -4/+4 |
2017-09-27 | Various fixes for issues found by Coverity (VPP-972) | Chris Luke | 1 | -0/+6 |
2017-09-18 | Fixes for issues Coverity has reported (VPP-972) | Chris Luke | 1 | -1/+1 |
2017-09-15 | vppinfra: add clib_mem_vm_ext_alloc function | Damjan Marion | 4 | -0/+612 |