ring: relax alignment constraint on ring structure
[dpdk.git] / lib /
2018-04-17 Olivier Matzring: relax alignment constraint on ring structure
2018-04-17 Adrien Mazarguileal: fix signed integers in fbarray
2018-04-17 Adrien Mazarguileal: fix undefined behavior in fbarray
2018-04-17 Fan Zhangvhost/crypto: fix build without cryptodev
2018-04-17 Anatoly Burakovmalloc: fix not unlocking hotplug on fail to init
2018-04-17 Anatoly Burakovipc: fix missing mutex unlocks on failed send
2018-04-16 Anatoly Burakovipc: fix missing ignore message name
2018-04-16 Anatoly Burakovipc: fix use-after-free in asynchronous requests
2018-04-16 Anatoly Burakovipc: fix use-after-free in synchronous requests
2018-04-16 Anatoly Burakovipc: stop async IPC loop on callback request
2018-04-16 Anatoly Burakovvfio: export functions even when disabled
2018-04-16 Rami Roseneventdev: remove stale forward declaration
2018-04-16 Erik Gabriel Carrilloeventdev: add default software timer adapter
2018-04-16 Erik Gabriel Carrillomk: update timer library order in static build
2018-04-16 Erik Gabriel Carrilloeventdev: add timer adapter common code
2018-04-16 Erik Gabriel Carrilloeventdev: convert to SPDX license tag in header
2018-04-16 Erik Gabriel Carrilloeventdev: introduce event timer adapter
2018-04-16 Mattias Rönnblomeventdev: fix MP/MC tail updates in event ring
2018-04-16 Gage Eadseventdev: add device stop flush callback
2018-04-16 Nikhil Raoeventdev: add Rx timestamp
2018-04-13 Junjie Chenvhost: support interrupt mode
2018-04-13 Olivier Matzethdev: return diagnostic when setting MAC address
2018-04-13 Fan Zhangvhost/crypto: add public function implementation
2018-04-13 Fan Zhangvhost/crypto: add request handler
2018-04-13 Fan Zhangvhost/crypto: add session message handler
2018-04-13 Fan Zhangvhost/crypto: add user message structure
2018-04-13 Fan Zhangvhost/crypto: add vhost-user message handlers
2018-04-13 Jay Zhouvhost: add virtio crypto header file
2018-04-13 Remy Hortonethdev: support PMD-tuned Tx/Rx parameters
2018-04-13 Shahaf Shulerethdev: fix link status query
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-04-13 Andrew Rybchenkoethdev: fix library version in meson build
2018-04-13 Zhihong Wangvhost: add APIs for live migration
2018-04-13 Zhihong Wangvhost: adapt library for selective datapath
2018-04-13 Zhihong Wangvhost: add APIs for datapath configuration
2018-04-13 Zhihong Wangvhost: support selective datapath
2018-04-13 Zhihong Wangvhost: export vhost feature definitions
2018-04-15 Shreyansh Jainhash: fix comment for lookup
2018-04-15 Allain Legacyip_frag: fix double free of chained mbufs
2018-04-13 Jeff Guoeal/linux: add uevent parse and process
2018-04-13 Jeff Guoeal: add device event monitor framework
2018-04-13 Jeff Guoeal: add device event handle in interrupt thread
2018-04-12 Anatoly Burakovvfio: fix device hotplug when several devices per group
2018-04-12 Hemant Agrawalvfio: export some internal functions
2018-04-12 Hemant Agrawaldoc: add VFIO API in doxygen
2018-04-12 Neil Hormanmem: set fd to -1 for anonymous mmap
2018-04-11 Olivier Matzmbuf: remove control mbuf
2018-04-11 Pavan Nikhilesheal: fix ARM build with clang
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 Burakovmem: add validator callback
2018-04-11 Anatoly Burakoveal: enable non-legacy memory mode
2018-04-11 Anatoly Burakovvfio: support memory event callbacks
2018-04-11 Anatoly Burakovmalloc: enable callbacks on alloc/free and mp sync
2018-04-11 Anatoly Burakovmalloc: support callbacks on memory events
2018-04-11 Anatoly Burakovmalloc: support multiprocess memory hotplug
2018-04-11 Anatoly Burakovmalloc: enable memory hotplug support
2018-04-11 Anatoly Burakovmem: add secondary process init with memory hotplug
2018-04-11 Anatoly Burakovmem: share hugepage info primary and secondary
2018-04-11 Anatoly Burakovmem: make use of memory hotplug for init
2018-04-11 Anatoly Burakovmem: read hugepage counts from node-specific sysfs...
2018-04-11 Anatoly Burakovmem: prepare memseg lists for multiprocess sync
2018-04-11 Anatoly Burakovmem: add function to check if memory is contiguous
2018-04-11 Anatoly Burakoveal: add single file segments option
2018-04-11 Anatoly Burakovmem: support unmapping pages at runtime
2018-04-11 Anatoly Burakovmem: support mapping hugepages at runtime
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: add shared indexed file-backed array
2018-04-11 Anatoly Burakoveal: add legacy memory option
2018-04-11 Anatoly Burakovvfio: allow to map other memory regions
2018-04-11 Anatoly Burakovmemzone: use walk instead of iteration for dumping
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 Burakovvfio/spapr: use memseg walk instead of iteration
2018-04-11 Anatoly Burakovvfio/type1: use memseg walk instead of iteration
2018-04-11 Anatoly Burakovmempool: use memseg walk instead of iteration
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 Burakovmempool: support new allocation methods
2018-04-11 Anatoly Burakovethdev: use contiguous allocation for DMA memory
2018-04-11 Anatoly Burakovmemzone: enable IOVA-contiguous reserving
2018-04-11 Anatoly Burakovmalloc: support contiguous allocation
2018-04-11 Anatoly Burakovmalloc: replace panics with error messages
2018-04-11 Anatoly Burakovmalloc: make free return resulting element
2018-04-11 Anatoly Burakovmalloc: make free list removal function public
2018-04-11 Anatoly Burakovmalloc: make join elements function public
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-04-11 Anatoly Burakovmem: move virtual area function in common directory
2018-04-11 Anatoly Burakovvfio: do not needlessly check for IOVA mode
2018-04-11 Anatoly Burakovmem: do not use physical addresses in IOVA as VA mode
2018-04-10 Shahaf Shuleralign SPDX Mellanox copyrights
2018-04-10 Jan Viktorineal/arm: use SPDX tag for Cavium and RehiveTech copyrig...
2018-04-10 Jan Viktorinuse SPDX tag for RehiveTech copyright files
2018-04-10 Pavan Nikhileshhash: fix missing spinlock unlock in add key
2018-04-04 Jasvinder Singhtable: remove incorrect check for ACL
2018-04-04 Jasvinder Singhpipeline: add port in action APIs
next