1. 3ebe1ef svm: fix coverity 249207,249209 by Andrew Yourtchenko · 2 years, 4 months ago
  2. ffa7bac svm: check svm_msg_q_size_to_alloc success by Ofer Heifetz · 2 years, 6 months ago
  3. 80d100c session svm: fix mq producer wait on q and ring by Florin Coras · 2 years, 8 months ago
  4. 79934e8 vppinfra: refactor address sanitizer by Damjan Marion · 2 years, 8 months ago
  5. 8bea589 vppinfra: make _vec_len() read-only by Damjan Marion · 2 years, 8 months ago
  6. 5e06e4f svm: Close client shm fd by root · 2 years, 9 months ago
  7. 299571a vppinfra: vector allocator rework by Damjan Marion · 2 years, 9 months ago
  8. b85de19 svm: update number of segments in svm_fifo_segments by Florin Coras · 2 years, 11 months ago
  9. 95bbbe4 svm: fix return for partial segment enqueue by Florin Coras · 2 years, 11 months ago
  10. 03e40e6 svm: merge want deq and leq threshold notifications by Florin Coras · 3 years ago
  11. fb07958 svm: Add support for thresh dequeue notification by Michal Kalderon · 3 years ago
  12. cdfe8ab session svm: track fs and seg manager index in fs by Florin Coras · 3 years ago
  13. a0024a6 session: improve sh segment-manager cli by Florin Coras · 3 years ago
  14. 2711ca7 session: improve fifo segment allocation by Filip Tehlar · 3 years, 1 month ago
  15. d60b432 svm: remove unused fifo functions by Florin Coras · 3 years, 3 months ago
  16. afbb33a svm: make more fifo segment header fields private by Florin Coras · 3 years, 4 months ago
  17. 1ef3874 svm: fix asan check failed @svm_map_region on arm by Tianyu Li · 3 years, 6 months ago
  18. da78c5a session: optimize ct fifo segment allocations by Florin Coras · 3 years, 6 months ago
  19. 8eb8d50 vcl: fix fifo sharing by Florin Coras · 3 years, 6 months ago
  20. 324d161 svm: release mem order for fifo chunk list CAS by Florin Coras · 3 years, 6 months ago
  21. 5c52091 svm: fix inadequate atomic load for chunk mgr by Dave Wallace · 3 years, 7 months ago
  22. e3c6a54 tls svm: prealloc tcp fifo chunks before ssl write by Florin Coras · 3 years, 7 months ago
  23. 0d31b9c svm: try chunk alloc only if enough space available by Florin Coras · 3 years, 7 months ago
  24. 00338e0 svm: allow external chunk alloc on segment by Florin Coras · 3 years, 8 months ago
  25. 014dba3 svm: lock-free fifo chunk list push and pop by Florin Coras · 3 years, 9 months ago
  26. 8c517c8 svm: cleanup mq private data on fifo segment cleanup by Florin Coras · 3 years, 9 months ago
  27. 41d5f54 svm session vcl: per app rx message queues by Florin Coras · 4 years ago
  28. 89c98a4 svm: add producer wait function by Florin Coras · 3 years, 9 months ago
  29. abd8b36 svm: fix producer deadlock in svm_msg_q_wait() by nandfan · 3 years, 9 months ago
  30. f1af21c session svm: segment manager and fifo segment leaks by Florin Coras · 3 years, 10 months ago
  31. 9c499e3 svm: fix shared hdr migration by Florin Coras · 3 years, 10 months ago
  32. cbb5e82 vcl: cleanup fifos detached from segments by Florin Coras · 3 years, 10 months ago
  33. 44fadb0 svm: free shared fifo on detach by Florin Coras · 3 years, 10 months ago
  34. 255554f svm: return chunks to slice on fifo detach by Florin Coras · 3 years, 10 months ago
  35. ee5cd4e session vppinfra: asan fixes by Florin Coras · 3 years, 10 months ago
  36. 5c01dbc svm: fix active fifo ll on attach by Florin Coras · 3 years, 10 months ago
  37. f9db7f0 svm: fix mq coverity warning by Florin Coras · 3 years, 10 months ago
  38. 99c6dc6 misc: coverity fixes by Dave Barach · 3 years, 10 months ago
  39. 5398dfb session svm: non blocking mq by Florin Coras · 3 years, 11 months ago
  40. 80b7425 svm vcl: add helper fn that discovers mqs in segment by Florin Coras · 3 years, 11 months ago
  41. 86f1232 svm: add custom q implementation for mq by Florin Coras · 3 years, 11 months ago
  42. 78de92d svm: use standard function to reset stale mutex by Benoît Ganne · 3 years, 11 months ago
  43. cf5ba26 svm: add standard include for __WORDSIZE by Nathan Moos · 4 years ago
  44. 0bc78d8 session svm: fix fifo migration by Florin Coras · 4 years ago
  45. 4da0ea9 svm: force fixed memfd mapping if va provided by Florin Coras · 4 years ago
  46. 17672aa svm: fifo segment sptr for fifo hdr free list by Florin Coras · 4 years ago
  47. 9a45bd8 session: remove fifo segment va allocator by Florin Coras · 4 years ago
  48. 14f066e svm vcl: allow random offsets for fifo segments in apps by Florin Coras · 4 years ago
  49. b462418 svm: allow mq attachments at random offsets by Florin Coras · 4 years ago
  50. 1f952d3 svm: move active fifo list to private slice by Florin Coras · 4 years ago
  51. af58882 svm: change fifo pointers to offsets by Florin Coras · 4 years ago
  52. c547e91 svm: split fifo into private and shared structs by Florin Coras · 4 years ago
  53. 4b8011e svm: separate private from shared fifo segment ptrs by Florin Coras · 4 years ago
  54. 213b1bb svm: remove fifo segment heap by Florin Coras · 4 years ago
  55. dfd1caf svm: honor max requested bytes in fifo segments by Florin Coras · 4 years ago
  56. 40a5da8 tls: use fifo segments instead of chunks by Florin Coras · 4 years ago
  57. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
  58. d2fb601 svm: fix ssvm_va for private segments by Florin Coras · 4 years ago
  59. 1d56ac4 svm: fix mutex consistency on trylock by Florin Coras · 4 years ago
  60. 2440a8a svm: make svm queue mutex robust by Florin Coras · 4 years, 1 month ago
  61. fe1ab7e svm: use internal function to prealloc fifo hdrs by Florin Coras · 4 years, 1 month ago
  62. f23b151 svm: only try to pre-allocate requested number of fifo pairs by Benoît Ganne · 4 years, 1 month ago
  63. c95cfa2 svm: support for multi-segment enqueues by Florin Coras · 4 years, 1 month ago
  64. 79b3f8c svm: fix coverity warning by Florin Coras · 4 years, 1 month ago
  65. d01d2ce svm: move chunk locks to linked list by Florin Coras · 4 years, 1 month ago
  66. 91b3640 svm: init chunk rb tree indices in fifo by Florin Coras · 4 years, 1 month ago
  67. e3e9d8a svm: fix high segment base address for ASan by Benoît Ganne · 4 years, 1 month ago
  68. 473c846 svm: fifo segment cleanup by Florin Coras · 4 years, 1 month ago
  69. f260eb9 svm: change high_seg_baseva by Nathan Skrzypczak · 4 years, 1 month ago
  70. 8c4fa01 session: delegate fifo ooo lookup init to transports by Florin Coras · 4 years, 1 month ago
  71. bf693ff svm: support large memfd segments by Florin Coras · 4 years, 2 months ago
  72. df601ae svm: fix ASAN annotations for external chunks by Benoît Ganne · 4 years, 2 months ago
  73. 927eee4 svm: fix coverity warning by Florin Coras · 4 years, 2 months ago
  74. d1cc38d vcl svm: segments improvements by Florin Coras · 4 years, 2 months ago
  75. c9e9b97 misc: clib_unix_warning usage error by jiangxiaoming · 4 years, 2 months ago
  76. bfa75d6 vppinfra: add heap header in front of dlmalloc space by Damjan Marion · 4 years, 2 months ago
  77. 459a0c4 svm: simplify memfd client segment mapping by Florin Coras · 4 years, 2 months ago
  78. 5220a26 svm: harmonize ssvm names by Florin Coras · 4 years, 3 months ago
  79. 2a7c0b6 svm session: use new clib mem apis for segments by Florin Coras · 4 years, 3 months ago
  80. e2c9f23 svm: fix max fifo size by Florin Coras · 4 years, 3 months ago
  81. d68faf8 vcl svm: provide apps access to fifo chunks by Florin Coras · 4 years, 3 months ago
  82. 4537c30 vppinfra: don't call dlmalloc API directly from the code by Damjan Marion · 4 years, 3 months ago
  83. da5b4ef svm: fix non-null-terminated string by Benoît Ganne · 4 years, 3 months ago
  84. 97d39e3 svm session: document unsupported fifo deq combinations by Florin Coras · 4 years, 3 months ago
  85. 11fb09e misc: harmonize names by Dave Barach · 4 years, 4 months ago
  86. 635f506 svm: fix fifo alignemnt in batch prealloc by Florin Coras · 4 years, 8 months ago
  87. 5226d26 svm: null instead of panic if fifo hdr alloc fails by Florin Coras · 4 years, 8 months ago
  88. 77d42fc svm: asan: fix asan support by Benoît Ganne · 4 years, 8 months ago
  89. 0e6199d svm: check if fifo free list index is valid on alloc by Florin Coras · 4 years, 8 months ago
  90. 6d7552c session: update fifo slice on session migration by Florin Coras · 4 years, 8 months ago
  91. 7a90e50 svm: use active fifo count in fifo test by Florin Coras · 4 years, 8 months ago
  92. c35f3e8 misc: fix static analysis warnings by Dave Barach · 4 years, 9 months ago
  93. d18528f vcl: support for uword segments by Florin Coras · 4 years, 9 months ago
  94. 65c30ce svm: correct format_fifo_segment by Ryujiro Shibuya · 4 years, 9 months ago
  95. d358872 svm: chunk alloc stats by Ryujiro Shibuya · 4 years, 9 months ago
  96. 0269fa1 svm: cleanup chunk and fifo allocation by Florin Coras · 4 years, 9 months ago
  97. 06d4775 svm: track fifo segment virtual memory consumption by Florin Coras · 4 years, 9 months ago
  98. 05c7317 session: reduce segment reserved bytes by Florin Coras · 4 years, 9 months ago
  99. 75ccf7b session: fix segment search on fifo alloc by Florin Coras · 4 years, 9 months ago
  100. 695b0e0 svm: add explicit dependency on lock for fifo types by Florin Coras · 4 years, 10 months ago