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