doc: add Meson coding style to contributors guide
[dpdk.git] / lib / librte_eal / common / eal_common_memzone.c
2020-04-23 Jerin Jacobtrace: add memzone tracepoints
2020-01-20 Artur Trybulamem: improve log message for too low memzone segments
2019-10-09 David Marchandremove useless include of EAL memory config header
2019-07-06 Anatoly Burakoveal: hide shared memory config
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2018-12-20 Gao Fengmemzone: fix unlock on initialization failure
2018-10-11 Anatoly Burakovmem: do not check for invalid socket ID
2018-07-13 Anatoly Burakovmemzone: improve zero-length reserve
2018-05-14 Anatoly Burakovmemzone: fix size on reserving biggest memzone
2018-05-13 Anatoly Burakovmemzone: fix race condition on alloc failure
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 Burakovmemzone: use walk instead of iteration for dumping
2018-04-11 Anatoly Burakovmemzone: enable IOVA-contiguous reserving
2018-04-11 Anatoly Burakovmalloc: support contiguous allocation
2018-01-12 Anatoly Burakovmemzone: fix leak on allocation error
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-06 Thomas Monjalonmemzone: rename address from physical to IOVA
2017-11-06 Thomas Monjalonmalloc: rename address mapping function to IOVA
2017-06-05 Tonghao Zhangmemzone: check NUMA id when reserving a zone
2016-08-23 David Marchandivshmem: remove library and its EAL integration
2016-07-21 Zoltan Kissmem: allow full length name
2016-06-20 Sergio Gonzalez... mem: fix possible integer overflow
2016-05-19 Olivier Matzmem: avoid memzone/mempool/ring name truncation
2016-05-02 Mauricio Vasquez Bmem: fix freeing of memzone used by ivshmem
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-08-09 Sergio Gonzalez... mem: fix ivshmem freeing
2015-07-16 Sergio Gonzalez... mem: introduce memzone freeing
2015-07-16 Sergio Gonzalez... mem: rework memzone to be allocated by malloc
2015-07-13 Cyril Chemparathyeal/tile: add page sizes for TILE-Gx/Mx platforms
2015-07-13 Cyril Chemparathymem: allow multiple page sizes to be requested
2015-07-13 Cyril Chemparathymem: refactor memzone reserve functions
2015-06-23 Ferruh Yigitlib: remove extra parenthesis after return
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-01-19 Declan Dohertymem: fix alignment parameter check
2014-11-27 Sergio Gonzalez... add prefix to cache line macros
2014-11-26 Chao Zhumem: add huge page sizes for IBM Power
2014-06-27 Stephen Hemmingereal: deprecate rte_snprintf
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-05-16 Stephen Hemmingermemzone: add iterator function
2014-05-16 Stephen Hemmingeradd FILE argument to debug functions
2014-02-26 Adrien Mazarguilmem: get memzone from any CPU socket when hugepages...
2014-02-26 Olivier Matzmem: remove unneeded log
2014-02-25 Bruce Richardsonivshmem: library changes for mmaping using ivshmem
2014-02-25 Bruce Richardsonmem: add bounded reserve function
2014-02-25 Pei Chaomem: remove duplicated lines
2014-02-25 Bruce Richardsoneal: fix printf format
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-10-09 Inteldoc: whitespace changes in licenses
2013-09-06 Intellib: 32/64-bit cleanups
2013-07-25 Intelupdate copyright date to 2013
2013-07-25 Intellib: minor changes
2013-07-25 Intelmemory: fix for multi process support
2013-07-05 Intelremove version in all files
2013-03-11 Intelfirst public release