1. 4537c30 vppinfra: don't call dlmalloc API directly from the code by Damjan Marion · 4 years, 3 months ago
  2. da5b4ef svm: fix non-null-terminated string by Benoît Ganne · 4 years, 3 months ago
  3. 97d39e3 svm session: document unsupported fifo deq combinations by Florin Coras · 4 years, 3 months ago
  4. 11fb09e misc: harmonize names by Dave Barach · 4 years, 4 months ago
  5. 635f506 svm: fix fifo alignemnt in batch prealloc by Florin Coras · 4 years, 8 months ago
  6. 5226d26 svm: null instead of panic if fifo hdr alloc fails by Florin Coras · 4 years, 8 months ago
  7. 77d42fc svm: asan: fix asan support by Benoît Ganne · 4 years, 8 months ago
  8. 0e6199d svm: check if fifo free list index is valid on alloc by Florin Coras · 4 years, 8 months ago
  9. 6d7552c session: update fifo slice on session migration by Florin Coras · 4 years, 8 months ago
  10. 7a90e50 svm: use active fifo count in fifo test by Florin Coras · 4 years, 8 months ago
  11. c35f3e8 misc: fix static analysis warnings by Dave Barach · 4 years, 9 months ago
  12. d18528f vcl: support for uword segments by Florin Coras · 4 years, 9 months ago
  13. 65c30ce svm: correct format_fifo_segment by Ryujiro Shibuya · 4 years, 9 months ago
  14. d358872 svm: chunk alloc stats by Ryujiro Shibuya · 4 years, 9 months ago
  15. 0269fa1 svm: cleanup chunk and fifo allocation by Florin Coras · 4 years, 9 months ago
  16. 06d4775 svm: track fifo segment virtual memory consumption by Florin Coras · 4 years, 9 months ago
  17. 05c7317 session: reduce segment reserved bytes by Florin Coras · 4 years, 9 months ago
  18. 75ccf7b session: fix segment search on fifo alloc by Florin Coras · 4 years, 9 months ago
  19. 695b0e0 svm: add explicit dependency on lock for fifo types by Florin Coras · 4 years, 10 months ago
  20. c75ce4d svm: fix slice locking on fifo alloc by Florin Coras · 4 years, 10 months ago
  21. 8c79a4e svm: fix coverity warnings by Florin Coras · 4 years, 10 months ago
  22. aab0604 tls session: fix unlisten by Florin Coras · 4 years, 10 months ago
  23. 8e755a1 svm: support multi-chunk fifo chunk alloc by Florin Coras · 4 years, 10 months ago
  24. 9e61d9a svm: remove chunk add function by Florin Coras · 4 years, 10 months ago
  25. 2de9c0f svm: minimal initial fifo by Florin Coras · 4 years, 11 months ago
  26. 234fe89 session svm: tracking segment memory usage by Ryujiro Shibuya · 5 years ago
  27. f22f4e5 svm: refactor fifo by Florin Coras · 5 years ago
  28. b020806 svm: refactor fifo chunk tracking by Florin Coras · 5 years ago
  29. 2c8e002 vppinfra: remove the historical mheap memory allocator by Dave Barach · 4 years, 10 months ago
  30. 6fe8998 svm: numa awareness for ssvm segments by Florin Coras · 4 years, 10 months ago
  31. 36a0c4d session: fix chunk batch alloc for large fifos by Florin Coras · 4 years, 11 months ago
  32. e4a08c1 svm: fix eventfd signal write error check by Florin Coras · 5 years ago
  33. 8d0149d session: fix per slice fifo prealloc by Florin Coras · 5 years ago
  34. fea813a svm: broadcast on raw dequeues and full rings by Florin Coras · 5 years ago
  35. d849edf svm: fix multichunk alloc with not enough space by Florin Coras · 5 years ago
  36. 4453c09 svm: fix sh ssvm size for private segments by Florin Coras · 5 years ago
  37. 8122cc2 session: reserve memory for rbtree by Florin Coras · 5 years ago
  38. 9f4ac58 svm: decrease svm map verbosity by Florin Coras · 5 years ago
  39. ef4f3e7 session svm: support for segments larger than 4GB by Florin Coras · 5 years ago
  40. 62ddc03 session svm: per thread fifo segment slices by Florin Coras · 5 years ago
  41. cfdb109 session: Add mq debug cli by Nathan Skrzypczak · 5 years ago
  42. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  43. 9fb6d40 misc: add address sanitizer heap instrumentation by Benoît Ganne · 6 years ago
  44. f8461bf svm: improve fifo segment verbose cli by Florin Coras · 5 years ago
  45. c9dff18 svm: fix byte accounting when allocating fifo header by Florin Coras · 5 years ago
  46. 8e20fe7 svm: immediate fifo growth even when wrapped by Ryujiro Shibuya · 5 years ago
  47. 1afa7af session: fix msg freeing on error by Nathan Skrzypczak · 5 years ago
  48. 73cad33 svm: fix fifo hdr freelist allocation by Florin Coras · 5 years ago
  49. 60f16c2 svm: fix svmtool and svmdbtool segment fault. by Guanghua Zhang · 5 years ago
  50. fcd26a0 svm: fix fifo max writeable chunk computation by Florin Coras · 5 years ago
  51. 0a6562c svm: fix fifo growth on dequeue with drop by Florin Coras · 5 years ago
  52. f25e7cf vppinfra: refactor use of CLIB_MEMORY_BARRIER () by jaszha03 · 6 years ago
  53. 0455c43 vppinfra: conformed spinlocks to use CLIB_PAUSE by jaszha03 · 6 years ago
  54. 2b5fed8 session: fix vpp to app msg generation by Florin Coras · 5 years ago
  55. 0af49a8 svm: handles heap dlmalloc allocation failure by Benoît Ganne · 5 years ago
  56. eaacce4 svm: fix multi-chunk fifo alloc and add more tests by Florin Coras · 5 years ago
  57. 6898e5c svm: fix shm segment delete by Florin Coras · 5 years ago
  58. 2d379d8 svm: rename fifo tx notifications to reflect use by Florin Coras · 5 years ago
  59. e82a7ad quic : Use TX event for app read notification by Nathan Skrzypczak · 6 years ago
  60. 1c91c77 svm: fix fifo segment free chunk bytes accounting by Florin Coras · 5 years ago
  61. 8eb3e07 svm: make sure chunk search does not return tnil by Florin Coras · 5 years ago
  62. b4c6775 session: full lock on session_send_evt_to_thread by Nathan Skrzypczak · 5 years ago
  63. b6d61e3 session: fix memory out of bound issue by Lijian.Zhang · 6 years ago
  64. f0b68a5 ssvm: disable private segment expand by Florin Coras · 6 years ago
  65. 5368bb0 svm: improve fifo segment show by Florin Coras · 6 years ago
  66. a29d18a svm_queue_timedwait_inline: lock after wait by Vratko Polak · 6 years ago
  67. a474894 consolidate all mutux opertion by Ping Yu · 6 years ago
  68. f9d4ab4 svm: improve fifo segment prealloc support by Florin Coras · 6 years ago
  69. 404b8a3 session: segment manager fixes by Florin Coras · 6 years ago
  70. cefd5d8 svm: decouple fifo and default chunk allocation by Florin Coras · 6 years ago
  71. 344ce42 session/svm: apis for fifo shrinking by Florin Coras · 6 years ago
  72. a7570b0 svm: basic support for fifo shrinking by Florin Coras · 6 years ago
  73. 29a59c3 svm: store normalized head/tail for fifo by Florin Coras · 6 years ago
  74. eecdf93 svm: remove dead code triggering overflow by Benoît Ganne · 6 years ago
  75. 87b15ce svm: more fifo refactor/cleanup by Florin Coras · 6 years ago
  76. de146e5 svm: fix fifo tail/head/ooo logic for u32 wrap by Florin Coras · 6 years ago
  77. b095a3c svm: fifo segment support for chunk allocation by Florin Coras · 6 years ago
  78. 88001c6 session: cleanup segment manager and fifo segment by Florin Coras · 6 years ago
  79. 4375fa3 svm: fifo ooo reads/writes with multiple chunks by Florin Coras · 6 years ago
  80. d35d423 svm: move mq test to ut plugin by Florin Coras · 6 years ago
  81. 52ef4c5 svm: move fifo tests to ut plugin by Florin Coras · 6 years ago
  82. 99ad2fc svm: reorganize fifo march code by Florin Coras · 6 years ago
  83. 2309e7a svm: support addition of chunks to fifos by Florin Coras · 6 years ago
  84. 0a84680 svm: allow indirect fifo data chunks by Florin Coras · 6 years ago
  85. 28aa539 svm_fifo rework to avoid contention on cursize by Sirshak Das · 6 years ago
  86. c5df8c7 host stack: update stale copyright by Florin Coras · 6 years ago
  87. 02ad5bc session: allow more fifos in preallocated segments by Florin Coras · 6 years ago
  88. 881d13e svm/atomics: add clib_atomic_swap_rel_n by Florin Coras · 6 years ago
  89. 4b76112 session/fifo: make event unset atomic by Florin Coras · 6 years ago
  90. 176bcb2 svm mq: add unit test by Florin Coras · 6 years ago
  91. f8bdc6e svm: avoid heap push/pop on fifo free by Florin Coras · 6 years ago
  92. 0964985 svm: fix mem ordering for enqueue nocopy by Florin Coras · 6 years ago
  93. 0ef8ef2 vls: multi-process and multi-threaded apps improvements by Florin Coras · 6 years ago
  94. 72b0428 vcl/session: replicate events for shared sessions by Florin Coras · 6 years ago
  95. 1bcad5c session/vcl: improve fifo tx notifications by Florin Coras · 6 years ago
  96. d9818dd Fixes for buliding for 32bit targets: by David Johnson · 6 years ago
  97. adc74d7 svm: use explicit svm fifo segment main for slaves by Florin Coras · 6 years ago
  98. fa76a76 session: segment handle in accept/connect notifications by Florin Coras · 6 years ago
  99. 19515ac Use acquire/release ordering when accessing svm_fifo shared variable cursize by Sirshak Das · 6 years ago
  100. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago