Age | Commit message (Expand) | Author | Files | Lines |
2020-11-19 | svm: move chunk locks to linked list |  Florin Coras | 1 | -37/+48 |
2020-11-19 | svm: init chunk rb tree indices in fifo |  Florin Coras | 2 | -4/+2 |
2020-11-19 | svm: fix high segment base address for ASan |  Benoît Ganne | 1 | -1/+1 |
2020-11-18 | svm: fifo segment cleanup |  Florin Coras | 1 | -341/+205 |
2020-11-13 | svm: change high_seg_baseva |  Nathan Skrzypczak | 1 | -2/+2 |
2020-11-09 | session: delegate fifo ooo lookup init to transports |  Florin Coras | 1 | -6/+0 |
2020-10-22 | svm: support large memfd segments |  Florin Coras | 1 | -2/+2 |
2020-10-21 | svm: fix ASAN annotations for external chunks |  Benoît Ganne | 2 | -0/+4 |
2020-10-13 | svm: fix coverity warning |  Florin Coras | 1 | -2/+2 |
2020-10-12 | vcl svm: segments improvements |  Florin Coras | 2 | -10/+22 |
2020-10-10 | misc: clib_unix_warning usage error |  jiangxiaoming | 1 | -4/+4 |
2020-10-06 | vppinfra: add heap header in front of dlmalloc space |  Damjan Marion | 3 | -9/+8 |
2020-10-01 | svm: simplify memfd client segment mapping |  Florin Coras | 1 | -12/+15 |
2020-09-30 | svm: harmonize ssvm names |  Florin Coras | 3 | -56/+56 |
2020-09-30 | svm session: use new clib mem apis for segments |  Florin Coras | 3 | -46/+69 |
2020-09-29 | svm: fix max fifo size |  Florin Coras | 1 | -1/+1 |
2020-09-29 | vcl svm: provide apps access to fifo chunks |  Florin Coras | 2 | -31/+36 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code |  Damjan Marion | 9 | -35/+16 |
2020-09-09 | svm: fix non-null-terminated string |  Benoît Ganne | 1 | -1/+1 |
2020-09-08 | svm session: document unsupported fifo deq combinations |  Florin Coras | 2 | -2/+8 |
2020-08-06 | misc: harmonize names |  Dave Barach | 2 | -9/+9 |
2020-04-28 | svm: fix fifo alignemnt in batch prealloc |  Florin Coras | 1 | -3/+9 |
2020-04-28 | svm: null instead of panic if fifo hdr alloc fails |  Florin Coras | 1 | -1/+4 |
2020-04-22 | svm: asan: fix asan support |  Benoît Ganne | 2 | -0/+11 |
2020-04-20 | svm: check if fifo free list index is valid on alloc |  Florin Coras | 2 | -0/+9 |
2020-04-09 | session: update fifo slice on session migration |  Florin Coras | 2 | -14/+79 |
2020-04-09 | svm: use active fifo count in fifo test |  Florin Coras | 1 | -12/+8 |
2020-04-02 | misc: fix static analysis warnings |  Dave Barach | 1 | -3/+3 |
2020-03-27 | vcl: support for uword segments |  Florin Coras | 1 | -1/+1 |
2020-03-26 | svm: correct format_fifo_segment |  Ryujiro Shibuya | 1 | -3/+4 |
2020-03-16 | svm: chunk alloc stats |  Ryujiro Shibuya | 2 | -5/+13 |
2020-03-12 | svm: cleanup chunk and fifo allocation |  Florin Coras | 1 | -37/+62 |
2020-03-09 | svm: track fifo segment virtual memory consumption |  Florin Coras | 3 | -38/+69 |
2020-03-05 | session: reduce segment reserved bytes |  Florin Coras | 1 | -3/+2 |
2020-03-05 | session: fix segment search on fifo alloc |  Florin Coras | 2 | -0/+8 |
2020-02-29 | svm: add explicit dependency on lock for fifo types |  Florin Coras | 1 | -0/+1 |
2020-02-29 | svm: fix slice locking on fifo alloc |  Florin Coras | 1 | -5/+15 |
2020-02-26 | svm: fix coverity warnings |  Florin Coras | 1 | -1/+0 |
2020-02-26 | tls session: fix unlisten |  Florin Coras | 1 | -1/+0 |
2020-02-26 | svm: support multi-chunk fifo chunk alloc |  Florin Coras | 1 | -7/+133 |
2020-02-26 | svm: remove chunk add function |  Florin Coras | 4 | -53/+98 |
2020-02-25 | svm: minimal initial fifo |  Florin Coras | 3 | -11/+12 |
2020-02-25 | session svm: tracking segment memory usage |  Ryujiro Shibuya | 3 | -13/+208 |
2020-02-25 | svm: refactor fifo |  Florin Coras | 6 | -881/+782 |
2020-02-25 | svm: refactor fifo chunk tracking |  Florin Coras | 3 | -82/+294 |
2020-02-11 | vppinfra: remove the historical mheap memory allocator |  Dave Barach | 3 | -49/+0 |
2020-02-11 | svm: numa awareness for ssvm segments |  Florin Coras | 2 | -25/+30 |
2020-01-31 | session: fix chunk batch alloc for large fifos |  Florin Coras | 1 | -6/+8 |
2020-01-08 | svm: fix eventfd signal write error check |  Florin Coras | 1 | -2/+2 |
2020-01-03 | session: fix per slice fifo prealloc |  Florin Coras | 1 | -8/+10 |