mem: allow memseg lists to be marked as external
[dpdk.git] / lib / librte_eal / common / rte_malloc.c
2018-10-11 Anatoly Burakovmem: allow memseg lists to be marked as external
2018-04-11 Anatoly Burakovmalloc: enable memory hotplug support
2018-04-11 Anatoly Burakovmem: replace memseg with memseg lists
2018-04-11 Anatoly Burakovmalloc: support contiguous allocation
2018-04-11 Anatoly Burakovmalloc: replace panics with error messages
2018-04-11 Anatoly Burakovmalloc: add function to dump heap contents
2018-04-11 Anatoly Burakovmalloc: move all locking to heap
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-06 Santosh Shuklamalloc: use pointer diff macro in IOVA mapping
2017-11-06 Thomas Monjalonmalloc: rename address mapping function to IOVA
2017-11-06 Santosh Shuklamem: rename segment address from physical to IOVA
2017-10-06 Santosh Shuklamem: honor IOVA mode in malloc virt2phy
2017-07-04 Olivier Matzmem: do not advertise physical address when no hugepages
2016-07-10 Sergio Gonzalez... mem: do not zero out memory on zmalloc
2015-07-16 Sergio Gonzalez... mem: rework memzone to be allocated by malloc
2015-07-16 Sergio Gonzalez... mem: move librte_malloc to eal/common