vfio: fix DMA mapping of external heaps
[dpdk.git] / lib / librte_eal / common /
2019-11-07 Anatoly Burakovvfio: fix DMA mapping of external heaps
2019-11-07 Anatoly Burakovvfio: remove deprecated DMA mapping functions
2019-10-27 Dharmik Thakkarrename private header files
2019-10-27 Bruce Richardsonbuild: support building ABI versioned files twice
2019-10-27 Bruce Richardsoneal: split compat header file
2019-10-27 David Marchandeal: make the global configuration private
2019-10-27 David Marchandeal: factorize lcore role code
2019-10-27 David Marchandeal: deinline lcore APIs
2019-10-27 David Marchandlog: add log stream accessor
2019-10-27 David Marchandmem: hide internal heap header
2019-10-27 David Marchandeal: remove deprecated malloc virt2phys function
2019-10-27 David Marchandeal: remove deprecated CPU flags check function
2019-10-27 Stephen Hemmingereal: make lcore config private
2019-10-26 Olivier Matzmbuf: support dynamic fields and flags
2019-10-26 Anatoly Burakovmem: make base address hint OS specific
2019-10-26 Pallavi Kadameal: move CPU operations to OS specific headers
2019-10-26 Pavan Nikhileshreciprocal: fix off-by-one with 32-bit divisor
2019-10-25 Konstantin Ananyeveal: move cache line and IOVA related definitions
2019-10-25 Anatoly Burakoveal/freebsd: support option --base-virtaddr
2019-10-24 David Marchandeal: remove dead code on NUMA node detection
2019-10-21 Phil Yangeal/arm64: add 128-bit atomic compare exchange
2019-10-18 Jim Harriseal: calibrate TSC only in primary process
2019-10-18 Nikhil Raoservice: avoid false sharing on core state
2019-10-17 Hemant Agrawaleal/ppc: add SPDX license tag
2019-10-17 David Christenseneal/ppc: fix 64-bit atomic exchange operation
2019-10-15 Stephen Hemmingerservice: use log for error messages
2019-10-09 David Marchandremove useless include of EAL memory config header
2019-08-08 Gagandeep Singheal: increase maximum different hugepage sizes on Arm
2019-08-05 David Christensenreplace license text with SPDX tag on PPC files
2019-08-05 David Marchandeal: hide internal function
2019-08-05 Thomas Monjaloneal: warn on legacy memory allocation requirement
2019-07-30 David Marchandeal: fix control thread affinity with --lcores
2019-07-29 Hemant Agrawaleal: replace license text with SPDX tag
2019-07-29 David Marchandservice: remove experimental banner in API description
2019-07-29 Sean Morrisseyeal: revert parsing option --telemetry
2019-07-29 Xiaolong Yeeal: replace license text with SPDX tag
2019-07-23 Nithin Dabilpurameal: add ack interrupt API
2019-07-22 Sean Morrisseyeal: fix parsing option --telemetry
2019-07-22 David Marchandeal: fix IOVA mode selection as VA for PCI drivers
2019-07-22 David Marchandbus/pci: remove Mellanox kernel driver type
2019-07-17 Thomas Monjaloneal: update comment about --no-huge option
2019-07-10 Anatoly Burakovfbarray: fix destruction
2019-07-08 Gage Eadsservice: promote experimental functions to stable
2019-07-08 Krzysztof Kanaseal: fix typo in comments
2019-07-07 Phil Yangmcslock: add MCS queued lock implementation
2019-07-06 Anatoly Burakovtimer: fix resource leak in finalize
2019-07-06 Anatoly Burakoveal: prevent different primary/secondary process versions
2019-07-06 Anatoly Burakoveal: unify internal config init
2019-07-06 Anatoly Burakoveal: unify wait for complete init
2019-07-06 Anatoly Burakoveal: uninline wait for complete init
2019-07-06 Anatoly Burakoveal: remove packed attribute from mcfg structure
2019-07-06 Anatoly Burakoveal: hide shared memory config
2019-07-05 Anatoly Burakoveal: add API to lock/unlock mempool list
2019-07-05 Anatoly Burakoveal: add API to lock/unlock tailq list
2019-07-05 Anatoly Burakovmem: add API to lock/unlock memory hotplug
2019-07-05 Ben Walkereal: compute IOVA mode based on PA availability
2019-07-05 David Marchandmem: fix typo in API description
2019-07-01 Stephen Hemmingermalloc: deprecate unused function to set limit
2019-06-29 Ilya Maximetseal: fix positive error codes from probe/remove
2019-06-29 David Marchandenforce experimental tag at beginning of declarations
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-06-29 David Marchandmem: remove incorrect experimental tag on static symbol
2019-06-29 David Marchanddevargs: remove incorrect experimental tags
2019-06-29 David Marchandeal: hide internal hotplug function
2019-06-29 Mattias Rönnblomeal: use 32-bit RDSEED to allow 32-bit x86 usage
2019-06-28 Mattias Rönnblomeal: introduce random generator with upper bound
2019-06-28 Mattias Rönnblomeal: improve entropy for initial PRNG seed
2019-06-28 Mattias Rönnblomeal: replace libc-based random generation with LFSR
2019-06-13 Maxime Coquelineal/x86: force inlining of all memcpy and mov helpers
2019-06-05 Anatoly Burakovipc: handle unsupported IPC in async request
2019-06-05 Anatoly Burakovipc: handle unsupported IPC in sync request
2019-06-05 Anatoly Burakovipc: handle unsupported IPC in sendmsg
2019-06-05 Anatoly Burakovipc: do not unregister action if IPC unsupported
2019-06-05 Anatoly Burakovipc: handle unsupported IPC in action register
2019-06-05 Anatoly Burakovipc: handle unsupported IPC in init
2019-06-03 Yongseok Kohbus/pci: add Mellanox kernel driver type
2019-06-03 Bruce Richardsoneal/x86: check rdrand and rdseed
2019-06-03 Stephen Hemmingereal: add lcore accessors
2019-06-03 Stephen Hemmingereal: use unsigned int in lcore API prototypes
2019-05-29 Michael Santanafix off-by-one errors in snprintf
2019-05-09 Anatoly Burakovipc: add warnings about correct API usage
2019-05-09 Anatoly Burakovipc: add warnings about not using IPC with memory API
2019-05-09 Aaron Conoleipc: unlock on failure
2019-05-03 Thomas Monjalonipc: replace bool checks with explicit non-zero
2019-05-03 Anatoly Burakovipc: handle more invalid parameter cases
2019-05-03 Anatoly Burakovipc: harden message receive
2019-05-03 Anatoly Burakovipc: fix send error handling
2019-05-03 Herakliusz Lipiecipc: fix memory leak on request failure
2019-05-03 Stephen Hemmingereal: fix formatting of hotplug error message
2019-05-02 John McNamaradoc: fix spelling reported by aspell in comments
2019-04-21 Thomas Monjaloneal: promote some experimental functions as stable
2019-04-17 Hemant Agrawaldevargs: promote experimental API as stable
2019-04-05 Dekel Peledeal: fix typo in comment of vector function
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2019-04-04 Thomas Monjaloneal/x86: fix pedantic build
2019-04-03 Jerin Jacobeal: allow to override init macros per OS
2019-04-03 Gage Eadseal/x86: add 128-bit atomic compare exchange
2019-04-03 Shahaf Shulermem: limit use of address hint
2019-04-03 Stephen Hemmingereal: align hexdump output
next