aboutsummaryrefslogtreecommitdiffstats
path: root/src/svm/ssvm.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-15vcl: add hugepage for vcl configure and svmJunfeng Wang1-3/+7
2022-04-05vppinfra: refactor address sanitizerDamjan Marion1-1/+1
2022-04-03svm: Close client shm fdroot1-0/+1
2021-01-06svm: force fixed memfd mapping if va providedFlorin Coras1-3/+3
2020-12-08svm: fix ssvm_va for private segmentsFlorin Coras1-1/+1
2020-10-22svm: support large memfd segmentsFlorin Coras1-2/+2
2020-10-13svm: fix coverity warningFlorin Coras1-2/+2
2020-10-10misc: clib_unix_warning usage errorjiangxiaoming1-4/+4
2020-10-06vppinfra: add heap header in front of dlmalloc spaceDamjan Marion1-2/+1
2020-10-01svm: simplify memfd client segment mappingFlorin Coras1-12/+15
2020-09-30svm: harmonize ssvm namesFlorin Coras1-39/+39
2020-09-30svm session: use new clib mem apis for segmentsFlorin Coras1-42/+65
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion1-17/+10
2020-04-22svm: asan: fix asan supportBenoît Ganne1-0/+1
2020-02-11vppinfra: remove the historical mheap memory allocatorDave Barach1-15/+0
2020-02-11svm: numa awareness for ssvm segmentsFlorin Coras1-24/+28
2019-12-20svm: fix sh ssvm size for private segmentsFlorin Coras1-0/+1
2019-12-12session svm: support for segments larger than 4GBFlorin Coras1-2/+1
2019-11-12svm: improve fifo segment verbose cliFlorin Coras1-0/+5
2019-07-12svm: handles heap dlmalloc allocation failureBenoît Ganne1-0/+6
2019-07-02svm: fix shm segment deleteFlorin Coras1-1/+1
2019-06-11ssvm: disable private segment expandFlorin Coras1-0/+1
2019-06-09svm: improve fifo segment showFlorin Coras1-0/+1
2019-05-14svm: improve fifo segment prealloc supportFlorin Coras1-2/+2
2019-05-09session: segment manager fixesFlorin Coras1-0/+1
2019-04-08host stack: update stale copyrightFlorin Coras1-1/+1
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-1/+1
2018-10-25pmalloc: support for 4K pagesDamjan Marion1-2/+2
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-10-16Fix coverity issue for potentially overflowing of page sizeHaiyang Tan1-1/+1
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach1-14/+45
2018-07-17session: make sure segment sizes are page alignedFlorin Coras1-2/+3
2018-07-06svm: add unidirectional message queueFlorin Coras1-3/+7
2018-02-14session: support local sessions and deprecate redirectsFlorin Coras1-3/+6
2018-02-05session: segment manager refactorFlorin Coras1-3/+56
2018-01-25session: add support for memfd segmentsFlorin Coras1-49/+80
2018-01-17ssvm: reuse clib mem infra for memfd segmentsFlorin Coras1-55/+53
2018-01-15svm: refactor memfd and remove ssvm_ethFlorin Coras1-2/+115
2017-09-06Set uid/gid on ssvm segment file.Dave Wallace1-0/+7
2017-07-31ssvm->name must be a vector containing a c-string.Dave Wallace1-0/+2
2017-07-17Fix unlinking of /dev/shm files.Dave Wallace1-1/+10
2017-03-01VPP-598: tcp stack initial commitDave Barach1-0/+16
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+178