Age | Commit message (Expand) | Author | Files | Lines |
2020-10-08 | vppinfra: memory leak be gone |  Dave Barach | 1 | -1/+1 |
2020-10-08 | vppinfra: fix coverity warnings |  Dave Barach | 2 | -5/+5 |
2020-10-06 | vppinfra: add heap header in front of dlmalloc space |  Damjan Marion | 7 | -188/+220 |
2020-10-06 | misc: add xxx_not_inline |  Dave Barach | 1 | -2/+2 |
2020-10-05 | vppinfra: address sanitizer: do not instrument dlmalloc internals |  Benoît Ganne | 1 | -0/+1 |
2020-10-02 | vppinfra: use clib_mem_create_heap() to create numa heap(s) |  Damjan Marion | 3 | -216/+0 |
2020-10-02 | vppinfra: Function to check if a bihash has been initialised |  Neale Ranns | 2 | -0/+7 |
2020-10-02 | vppinfra: fix legacy huge pages creation for default size |  Benoît Ganne | 1 | -1/+14 |
2020-10-01 | svm: simplify memfd client segment mapping |  Florin Coras | 2 | -59/+0 |
2020-09-30 | vpp: update 'show bihash' command |  Damjan Marion | 2 | -14/+18 |
2020-09-30 | vppinfra: use heap to store bihash data |  Damjan Marion | 7 | -25/+196 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code |  Damjan Marion | 6 | -87/+50 |
2020-09-25 | vppinfra: dont complain about linux-vdso.so.1 |  Dave Barach | 1 | -1/+7 |
2020-09-25 | vppinfra session: file platform independent private data |  Florin Coras | 1 | -1/+1 |
2020-09-25 | vppinfra: add clib_mem_set_numa_affinity() |  Damjan Marion | 2 | -8/+60 |
2020-09-18 | virtio: fix txq locking |  Benoît Ganne | 1 | -0/+17 |
2020-09-17 | stats: configurable page size |  Damjan Marion | 4 | -78/+140 |
2020-09-17 | vlib: show FD in 'show memory map' |  Damjan Marion | 2 | -0/+4 |
2020-09-17 | vppinfra: support main heap with different page sizes |  Damjan Marion | 6 | -77/+450 |
2020-09-17 | vppinfra: detect memory attributes on clib_mem_init |  Damjan Marion | 3 | -4/+82 |
2020-09-16 | vppinfra: introduce clib_mem_main |  Damjan Marion | 4 | -18/+53 |
2020-09-14 | vppinfra: add clib_log2_page_sz and format/unformat functions |  Damjan Marion | 5 | -22/+98 |
2020-09-04 | ip: enhance vtep4_check of tunnel by vector way |  Zhiyong Yang | 1 | -0/+6 |
2020-09-01 | vppinfra: Fix bihash coverity warning |  Nathan Skrzypczak | 1 | -2/+2 |
2020-08-31 | vppinfra: convert A_extend_to_B to B_from_A format of vector inlines |  Damjan Marion | 3 | -6/+6 |
2020-08-28 | vppinfra: add clib_mem_destroy_mspace(void *ms) |  Dave Barach | 2 | -0/+19 |
2020-08-27 | vppinfra: Multiarch support for OCTEONTX2 SoC |  Nitin Saxena | 1 | -4/+16 |
2020-08-26 | vppinfra: elog multi-track g2 test pattern |  Dave Barach | 1 | -0/+64 |
2020-08-21 | vppinfra: add format_one_elog_event |  Dave Barach | 2 | -0/+10 |
2020-08-19 | vppinfra: minor tweaks for cgo interoperation |  Dave Barach | 5 | -13/+67 |
2020-08-17 | vppinfra: fix RC in bihash instantiation |  Nathan Skrzypczak | 2 | -5/+5 |
2020-08-06 | vppinfra: harmonize function names |  Dave Barach | 3 | -16/+16 |
2020-08-06 | misc: harmonize names |  Dave Barach | 1 | -5/+5 |
2020-08-03 | vppinfra: fix clib_count_equal_u8/16/32/64 overflow |  Benoît Ganne | 1 | -47/+30 |
2020-07-23 | vppinfra: add *_zero() vector inlines |  Damjan Marion | 1 | -0/+9 |
2020-07-16 | misc: add callback hooks and refactor pmc |  Tom Seidenberg | 3 | -4/+319 |
2020-07-16 | vlib: fix asan compilation with gcc |  Benoît Ganne | 1 | -0/+12 |
2020-07-16 | vppinfra: fix format_c_identifier vector overflow |  Benoît Ganne | 1 | -1/+1 |
2020-07-16 | vppinfra: enable STATIC_ASSERT with clang |  Benoît Ganne | 2 | -6/+3 |
2020-07-15 | vppinfra: more vector inlines |  Damjan Marion | 3 | -0/+60 |
2020-07-01 | vlib: wake up workers if interrupts are posted |  Benoît Ganne | 1 | -1/+1 |
2020-06-30 | tcp: avoid rcv wnd more than RX fifo can enqueue |  Ryujiro Shibuya | 1 | -0/+6 |
2020-06-25 | misc: add gdb macros |  Dave Barach | 1 | -2/+3 |
2020-06-23 | vppinfra: fix u32x4_gather definition |  Damjan Marion | 1 | -1/+1 |
2020-06-23 | vlib: debug CLI macro expander, part deux |  Dave Barach | 2 | -4/+14 |
2020-06-19 | vlib: add recursive macro expander to debug cli |  Dave Barach | 3 | -33/+92 |
2020-06-17 | docs: add more FEATURE.yaml documentation |  Dave Barach | 1 | -0/+57 |
2020-05-27 | vppinfra: fix SIGBUS in bihash init when running unpriviledged, take two |  Damjan Marion | 1 | -1/+1 |
2020-05-24 | vppinfra: fix SIGBUS in bihash init when running unpriviledged |  Damjan Marion | 1 | -1/+1 |
2020-05-22 | vppinfra: remove include |  Damjan Marion | 1 | -1/+0 |