doc: add Meson coding style to contributors guide
[dpdk.git] / lib / librte_eal / common / malloc_heap.c
2021-01-27 Anatoly Burakovmem: improve parameter checking on memory hotplug
2020-06-29 Tal Shnaidermaneal: move OS common config objects
2020-05-11 Bing Zhaomem: fix overflow on allocation
2019-10-27 David Marchandeal: make the global configuration private
2019-07-06 Anatoly Burakoveal: hide shared memory config
2019-07-05 Anatoly Burakovmem: add API to lock/unlock memory hotplug
2019-05-29 Michael Santanafix off-by-one errors in snprintf
2018-12-20 Anatoly Burakovmalloc: separate destroying memseg list and heap data
2018-12-20 Anatoly Burakovmalloc: separate creating memseg list and malloc heap
2018-12-20 Jim Harrismalloc: add option --match-allocations
2018-11-05 Alejandro Luceromem: add thread unsafe version for DMA mask check
2018-11-05 Alejandro Luceromalloc: modify error message for DMA mask check
2018-11-05 Alejandro Luceromem: rename DMA mask check with proper prefix
2018-11-05 Alejandro Luceromalloc: fix DMA mask check
2018-10-28 Alejandro Luceromem: add function for checking memseg IOVA
2018-10-28 Darek Stojaczykmalloc: check size hint when reserving the biggest...
2018-10-11 Anatoly Burakovmalloc: enable event callbacks for external memory
2018-10-11 Anatoly Burakovmalloc: allow removing memory from named heaps
2018-10-11 Anatoly Burakovmalloc: allow adding memory to named heaps
2018-10-11 Anatoly Burakovmalloc: allow destroying heaps
2018-10-11 Anatoly Burakovmalloc: allow creating malloc heaps
2018-10-11 Anatoly Burakovmalloc: add name to malloc heaps
2018-10-11 Anatoly Burakovmem: do not check for invalid socket ID
2018-10-11 Anatoly Burakovmalloc: index heaps using heap ID rather than NUMA...
2018-10-11 Anatoly Burakovmem: allow memseg lists to be marked as external
2018-09-16 Tiwei Biemalloc: fix potential null pointer dereference
2018-07-13 Anatoly Burakovmalloc: allow reserving biggest element
2018-05-02 Anatoly Burakovmalloc: avoid padding elements on page deallocation
2018-04-30 Anatoly Burakovmalloc: fix heap size not set on init
2018-04-27 Anatoly Burakovmalloc: fix out-of-bounds segment array access
2018-04-17 Anatoly Burakovmalloc: fix not unlocking hotplug on fail to init
2018-04-11 Anatoly Burakovmem: prevent preallocated pages from being freed
2018-04-11 Anatoly Burakovmalloc: enable validation before new page allocation
2018-04-11 Anatoly Burakovmalloc: enable callbacks on alloc/free and mp sync
2018-04-11 Anatoly Burakovmalloc: support multiprocess memory hotplug
2018-04-11 Anatoly Burakovmalloc: enable memory hotplug support
2018-04-11 Anatoly Burakovmemzone: replace memzone array with fbarray
2018-04-11 Anatoly Burakovmem: replace memseg with memseg lists
2018-04-11 Anatoly Burakoveal: use memseg walk instead of iteration
2018-04-11 Anatoly Burakovmalloc: support contiguous allocation
2018-04-11 Anatoly Burakovmalloc: make free return resulting element
2018-04-11 Anatoly Burakovmalloc: add function to dump heap contents
2018-04-11 Anatoly Burakovmalloc: make heap a doubly-linked list
2018-04-11 Anatoly Burakovmalloc: move all locking to heap
2018-01-12 Anatoly Burakovmalloc: protect stats with lock
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2016-08-23 David Marchandivshmem: remove library and its EAL integration
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-08-09 Sergio Gonzalez... mem: fix ivshmem in malloc heap
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