aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/pmalloc.c
AgeCommit message (Expand)AuthorFilesLines
22 hoursvppinfra: Add FreeBSD method for updating pmalloc lookup tableTom Jones1-1/+44
2024-03-18vppinfra: os agnostic api for getting CPU informationDamjan Marion1-0/+2
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-2/+0
2024-02-13vppinfra: MAP_HUGETLB isn't available on FreeBSDTom Jones1-0/+2
2024-02-13vppinfra: Only prealloc hugepages on LinuxTom Jones1-0/+2
2022-06-09vppinfra: missing __clib_export for clib_pmalloc_alloc_alignedDamjan Marion1-2/+2
2021-05-06vppinfra: fix testsDamjan Marion1-2/+2
2021-04-20pmalloc: tolerate move_pages failure on numa node #0Klement Sekera1-1/+2
2021-04-18vppinfra: remove linux/syscall.hDamjan Marion1-43/+27
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-2/+2
2020-10-17vppinfra: explicitly export symbolsDamjan Marion1-6/+6
2020-09-17stats: configurable page sizeDamjan Marion1-4/+1
2020-09-17vppinfra: support main heap with different page sizesDamjan Marion1-9/+9
2020-09-14vppinfra: add clib_log2_page_sz and format/unformat functionsDamjan Marion1-18/+0
2020-04-21vppinfra: bihash improvementsDave Barach1-23/+6
2019-11-22vppinfra: fix coverity issue 205691 in pmallocAndrew Yourtchenko1-0/+1
2019-11-07pmalloc: always lock pagesDamjan Marion1-25/+11
2019-03-18Fix build with newer linux headersDamjan Marion1-1/+2
2019-02-27VPP-1576: fix Coverity issuesDave Barach1-1/+1
2019-02-26Fix vpp crashing when attempting to run in kubernetes PodArtem Belov1-0/+21
2019-02-21physmem: keep physmem VA in 39-bit address space on x86_64Damjan Marion1-3/+9
2019-01-23pmalloc: don't iterate if there is no enough free spaceDamjan Marion1-0/+3
2018-11-28cmake: display warning and continue if dpdk not presentDamjan Marion1-4/+4
2018-11-27pmalloc: correct format_pmalloc_map u32 index overrun bugKingwel Xie1-4/+3
2018-11-15VPP-1474: fix 2x coverity warningsDave Barach1-1/+1
2018-11-10pmalloc: u32 pp->index leads to va address overrunKingwel Xie1-1/+2
2018-11-08physmem: Add physmem map supportMohsin Kazmi1-0/+21
2018-11-07pmalloc: fix shared mappingsDamjan Marion1-2/+4
2018-10-28physmem: coverity issuesDamjan Marion1-3/+4
2018-10-25pmalloc: don't lock 4K pages if we don't have access to pagemapDamjan Marion1-6/+26
2018-10-25pmalloc: support for 4K pagesDamjan Marion1-56/+180
2018-10-24vppinfra: autodetect default hugepage sizeDamjan Marion1-16/+2
2018-10-23physmem coverity issuesDamjan Marion1-2/+3
2018-10-23Numa-aware, growable physical memory allocator (pmalloc)Damjan Marion1-0/+562