cmdline: standardize conversion of IP address strings
[dpdk.git] / lib / librte_eal /
2018-04-23 Xiao Wangvfio: fix boundary check in region search
2018-04-23 Thomas Monjaloneal/linux: use strlcpy in uevent parsing
2018-04-18 Yangchao Zhoumem: fix leaks of hugedir and replace snprintf
2018-04-18 Junjie Cheneal/x86: force inlining of memcpy sub-functions
2018-04-17 Jianfeng Tanvfio: use generic multi-process channel
2018-04-17 Adrien Mazarguileal: fix signed integers in fbarray
2018-04-17 Adrien Mazarguileal: fix undefined behavior in fbarray
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-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 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 Burakoveal: use memseg walk instead of iteration
2018-04-11 Anatoly Burakovmem: add function to walk all memsegs
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-04 Anatoly Burakoveal: provide API for querying valid socket ids
2018-04-04 Anatoly Burakoveal: add IPC asynchronous request
2018-04-04 Anatoly Burakoveal: rename IPC request as synchronous one
2018-04-04 Anatoly Burakoveal: rename IPC sync request to pending request
2018-04-04 Bruce Richardsonconvert snprintf to strlcpy
2018-04-04 Bruce Richardsoneal: support strlcpy function
2018-04-04 Pavan Nikhilesheal: add functions for previous power of 2 alignment
2018-04-04 Pavan Nikhilesheal: add macros to align value to multiple
2018-04-04 Stephen Hemmingermem: use z specifier to format size_t
2018-03-30 Ivan Maloveal: register log type and pick level from args
2018-03-30 Stephen Hemmingereal: introduce atomic exchange operation
2018-03-21 Hemant Agrawalmove kernel modules directories
2018-03-21 Anatoly Burakovvfio: fix headers for C++ support
2018-03-21 Anatoly Burakoveal: ignore IPC messages until init is complete
2018-03-21 Anatoly Burakoveal: simplify IPC sync request timeout
2018-03-21 Anatoly Burakoveal: lock IPC directory on init and send
2018-03-21 Anatoly Burakoveal: do not hardcode socket filter value in IPC
2018-03-21 Anatoly Burakoveal: abstract away IPC socket path generation
2018-03-21 Anatoly Burakoveal: add internal flag of init completed
2018-03-21 Anatoly Burakoveal: fix race condition in IPC request
2018-03-21 Anatoly Burakoveal: fix errno handling in IPC
2018-03-21 Anatoly Burakoveal: fix IPC request socket path
2018-03-21 Anatoly Burakoveal: fix IPC socket path
2018-03-21 Anatoly Burakoveal: fix IPC timeout
2018-03-13 Gowrishankar Muthu... eal/ppc: remove braces in SMP memory barrier macro
2018-02-19 Thomas Monjalonversion: 18.05-rc0
2018-02-14 Thomas Monjalonversion: 18.02.0
2018-02-13 Anatoly Burakoveal: fix errno in IPC API
2018-02-13 Pavan Nikhileshlib: remove unused map symbols
2018-02-08 Thomas Monjalonversion: 18.02-rc4
2018-02-08 Gowrishankar Muthu... eal/ppc64: revert arch-specific TSC freq query
2018-02-06 Thomas Monjalonversion: 18.02-rc3
next