remove experimental tags from all symbol definitions
[dpdk.git] / lib / librte_eal / common / eal_common_memory.c
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-06-29 David Marchandmem: remove incorrect experimental tag on static symbol
2019-04-03 Shahaf Shulermem: limit use of address hint
2018-12-20 Anatoly Burakovmem: fix segment fd API error code for external segment
2018-12-20 Anatoly Burakovmem: allow usage of non-heap external memory in multipr...
2018-12-20 Anatoly Burakovmem: allow registering external memory areas
2018-11-07 Alejandro Luceromem: fix DMA mask width sanity check
2018-11-05 Alejandro Luceromem: add thread unsafe version for DMA mask check
2018-11-05 Alejandro Luceromem: add function for setting DMA mask
2018-11-05 Alejandro Luceromem: rename DMA mask check with proper prefix
2018-10-28 Alejandro Luceromem: use address hint for mapping hugepages
2018-10-28 Alejandro Luceromem: add function for checking memseg IOVA
2018-10-22 Anatoly Burakovmem: improve musl compatibility
2018-10-11 Anatoly Burakovmem: allow memseg lists to be marked as external
2018-10-11 Anatoly Burakovmem: add length to memseg list
2018-09-19 Anatoly Burakovmem: allow querying offset into segment fd
2018-09-19 Anatoly Burakovmem: add external API to retrieve page fd
2018-09-19 Anatoly Burakovmem: add internal API to get and set segment fd
2018-07-18 Anatoly Burakovmem: fix alignment of requested virtual areas
2018-07-13 Anatoly Burakovmem: provide thread-unsafe memseg list walk variant
2018-07-13 Anatoly Burakovmem: provide thread-unsafe memseg walk variant
2018-07-13 Anatoly Burakovmem: provide thread-unsafe contig walk variant
2018-07-12 Anatoly Burakovmem: make segment preallocation OS-specific
2018-07-12 Dariusz Stojaczykmem: do not use --base-virtaddr in secondary processes
2018-07-12 Dariusz Stojaczykmem: fix alignment requested with --base-virtaddr
2018-07-12 Dariusz Stojaczykmem: fix alignment of requested virtual areas
2018-07-12 Dariusz Stojaczykmem: avoid crash on memseg query with invalid address
2018-05-14 Anatoly Burakovmem: fix potential underflow on mem size calculation
2018-05-13 Anatoly Burakovmem: unmap unneeded space
2018-05-13 Anatoly Burakovmem: check if allocation size is too big
2018-05-08 Anatoly Burakovmem: add argument to memory event callback
2018-04-27 Anatoly Burakovmem: add memalloc init stage
2018-04-27 Anatoly Burakovmem: improve autodetection of hugepage counts on 32-bit
2018-04-27 Anatoly Burakovmem: improve preallocation on 32-bit
2018-04-27 Anatoly Burakovmem: fix 32-bit memory upper limit for non-legacy mode
2018-04-27 Anatoly Burakovmem: log page address before unmapping
2018-04-11 Anatoly Burakovmem: add validator callback
2018-04-11 Anatoly Burakovmalloc: support callbacks on memory events
2018-04-11 Anatoly Burakovmalloc: support multiprocess memory hotplug
2018-04-11 Anatoly Burakovmem: add secondary process init with memory hotplug
2018-04-11 Anatoly Burakovmem: replace memseg with memseg lists
2018-04-11 Anatoly Burakovmem: add virt2memseg function
2018-04-11 Anatoly Burakovmem: add iova2virt function
2018-04-11 Anatoly Burakovmem: add contig walk function
2018-04-11 Anatoly Burakoveal: use memseg walk instead of iteration
2018-04-11 Anatoly Burakovmem: add function to walk all memsegs
2018-04-11 Anatoly Burakovmem: move virtual area function in common directory
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-06 Santosh Shuklamem: rename segment address from physical to IOVA
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-06-16 Thomas Monjalonmem: support page locking on FreeBSD
2016-03-13 Keith Wileseal: decrease log level of some debug messages
2015-07-27 Ravi Kerureal: deduplicate memory initialization
2015-03-10 David Marchandtailq: remove unneeded inclusions
2014-12-11 Michael Qiueal: fix build for 32-bit system
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-05-16 Stephen Hemmingeradd FILE argument to debug functions
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