aboutsummaryrefslogtreecommitdiffstats
path: root/src/svm
AgeCommit message (Expand)AuthorFilesLines
2020-10-06vppinfra: add heap header in front of dlmalloc spaceDamjan Marion3-9/+8
2020-10-01svm: simplify memfd client segment mappingFlorin Coras1-12/+15
2020-09-30svm: harmonize ssvm namesFlorin Coras3-56/+56
2020-09-30svm session: use new clib mem apis for segmentsFlorin Coras3-46/+69
2020-09-29svm: fix max fifo sizeFlorin Coras1-1/+1
2020-09-29vcl svm: provide apps access to fifo chunksFlorin Coras2-31/+36
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion9-35/+16
2020-09-09svm: fix non-null-terminated stringBenoît Ganne1-1/+1
2020-09-08svm session: document unsupported fifo deq combinationsFlorin Coras2-2/+8
2020-08-06misc: harmonize namesDave Barach2-9/+9
2020-04-28svm: fix fifo alignemnt in batch preallocFlorin Coras1-3/+9
2020-04-28svm: null instead of panic if fifo hdr alloc failsFlorin Coras1-1/+4
2020-04-22svm: asan: fix asan supportBenoît Ganne2-0/+11
2020-04-20svm: check if fifo free list index is valid on allocFlorin Coras2-0/+9
2020-04-09session: update fifo slice on session migrationFlorin Coras2-14/+79
2020-04-09svm: use active fifo count in fifo testFlorin Coras1-12/+8
2020-04-02misc: fix static analysis warningsDave Barach1-3/+3
2020-03-27vcl: support for uword segmentsFlorin Coras1-1/+1
2020-03-26svm: correct format_fifo_segmentRyujiro Shibuya1-3/+4
2020-03-16svm: chunk alloc statsRyujiro Shibuya2-5/+13
2020-03-12svm: cleanup chunk and fifo allocationFlorin Coras1-37/+62
2020-03-09svm: track fifo segment virtual memory consumptionFlorin Coras3-38/+69
2020-03-05session: reduce segment reserved bytesFlorin Coras1-3/+2
2020-03-05session: fix segment search on fifo allocFlorin Coras2-0/+8
2020-02-29svm: add explicit dependency on lock for fifo typesFlorin Coras1-0/+1
2020-02-29svm: fix slice locking on fifo allocFlorin Coras1-5/+15
2020-02-26svm: fix coverity warningsFlorin Coras1-1/+0
2020-02-26tls session: fix unlistenFlorin Coras1-1/+0
2020-02-26svm: support multi-chunk fifo chunk allocFlorin Coras1-7/+133
2020-02-26svm: remove chunk add functionFlorin Coras4-53/+98
2020-02-25svm: minimal initial fifoFlorin Coras3-11/+12
2020-02-25session svm: tracking segment memory usageRyujiro Shibuya3-13/+208
2020-02-25svm: refactor fifoFlorin Coras6-881/+782
2020-02-25svm: refactor fifo chunk trackingFlorin Coras3-82/+294
2020-02-11vppinfra: remove the historical mheap memory allocatorDave Barach3-49/+0
2020-02-11svm: numa awareness for ssvm segmentsFlorin Coras2-25/+30
2020-01-31session: fix chunk batch alloc for large fifosFlorin Coras1-6/+8
2020-01-08svm: fix eventfd signal write error checkFlorin Coras1-2/+2
2020-01-03session: fix per slice fifo preallocFlorin Coras1-8/+10
2019-12-30svm: broadcast on raw dequeues and full ringsFlorin Coras3-7/+28
2019-12-20svm: fix multichunk alloc with not enough spaceFlorin Coras1-2/+32
2019-12-20svm: fix sh ssvm size for private segmentsFlorin Coras2-11/+10
2019-12-19session: reserve memory for rbtreeFlorin Coras2-4/+44
2019-12-18svm: decrease svm map verbosityFlorin Coras1-1/+1
2019-12-12session svm: support for segments larger than 4GBFlorin Coras4-13/+12
2019-12-12session svm: per thread fifo segment slicesFlorin Coras3-205/+324
2019-12-11session: Add mq debug cliNathan Skrzypczak2-0/+20
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne2-0/+8
2019-11-12svm: improve fifo segment verbose cliFlorin Coras2-9/+37