build: add workarounds for Windows helloworld
[dpdk.git] / lib / librte_eal / common /
2019-04-02 Anand Rawateal/windows: add wrappers for string functions
2019-04-02 Anatoly Burakovmem: do not use lockfiles for single file segments...
2019-04-02 Pavan Nikhilesheal: increase max number of interrupt vectors
2019-03-30 Shahaf Shulerbus: introduce device level DMA memory mapping
2019-03-30 Shahaf Shulervfio: allow DMA map to the default container
2019-03-29 Anatoly Burakovmem: warn user when running without NUMA support
2019-03-29 Anatoly Burakovmalloc: fix IPC message initialization
2019-03-29 Anatoly Burakovfbarray: fix init unlock without lock
2019-03-29 Darek Stojaczykfbarray: fix attach deadlock
2019-03-28 Anatoly Burakovvfio: document multiprocess limitation for container API
2019-03-28 Thomas Monjaloneal: remove redundant atomic API description
2019-03-28 Dekel Peledeal/ppc: fix global memory barrier
2019-03-28 Anatoly Burakovfbarray: add API to find biggest used or free chunks
2019-03-28 Anatoly Burakovfbarray: add internal tailq for mapped areas
2019-03-28 Nikhil Raoservice: fix parameter type for attribute
2019-03-28 Joyce Kongticketlock: enable generic ticketlock on all arch
2019-03-28 Joyce Kongticketlock: introduce fair ticket based locking
2019-03-28 Joyce Kongrwlock: reimplement with atomic builtins
2019-03-28 Gavin Huspinlock: reimplement with atomic one-way barrier
2019-03-27 Pavan Nikhilesheal: roundup TSC frequency when estimating
2019-03-27 Pavan Nikhilesheal: add macro to align value to the nearest multiple
2019-03-27 Jakub Grajciareal: add pending interrupt callback unregister
2019-03-27 Anatoly Burakovmalloc: fix documentation of realloc function
2019-03-27 Stephen Hemmingermem: poison memory when freed
2019-03-27 Bruce Richardsoneal: remove unneeded version logic
2019-03-27 Bruce Richardsonbuild: use version number from config file
2019-03-23 Tomasz Jozwiakmalloc: add NUMA-aware realloc function
2019-03-12 Bruce Richardsonmk: use linux and freebsd in config names
2019-03-12 Bruce Richardsonbuild/freebsd: rename macro BSDPAPP to FREEBSD
2019-03-12 Bruce Richardsonbuild/linux: rename macro from LINUXAPP to LINUX
2019-03-07 David Marchandeal: fix core list validation with disabled cores
2019-03-07 David Marchandeal: remove dead code in core list parsing
2019-03-07 David Marchandeal: restrict control threads to startup CPU affinity
2019-03-07 David Marchandeal: fix control threads pinnning
2019-03-07 David Marchandeal: fix check when retrieving current CPU affinity
2019-03-01 Stephen Hemmingereal: remove legacy PMD log macro
2019-03-01 Stephen Hemmingereal: drop unused macros for primary process check
2019-02-25 Bruce Richardsoncompat: merge compat library into EAL
2019-02-12 Bruce Richardsoneal: support strlcat function
2019-02-06 Thomas Monjalonversion: 19.05-rc0
2019-02-01 Thomas Monjalonversion: 19.02.0
2019-01-28 Thomas Monjalonversion: 19.02-rc4
2019-01-20 Thomas Monjalonversion: 19.02-rc3
2019-01-17 Ilya Maximetseal: fix clang build with intrinsics forced
2019-01-17 Anatoly Burakoveal: check string parameter lengths
2019-01-17 David Marchandeal: fix out of bound access when no CPU available
2019-01-17 Hari Kumar Vemulaeal: fix core number validation
2019-01-15 Thomas Monjalonversion: 19.02-rc2
2019-01-15 Gaetan Riveteal: return error when option register fails
2019-01-15 Gaetan Riveteal: improve option API documentation
2019-01-15 Gaetan Riveteal: fix log level of error in option register
2019-01-15 Gaetan Riveteal: check against common option on register
2019-01-15 Gaetan Riveteal: rename option name field
2019-01-15 Gaetan Riveteal: add option usage string
2019-01-15 Gaetan Riveteal: do not use static option iterator
2019-01-15 Gaetan Riveteal: use bare option string as name
2019-01-14 Ilya Maximetseal: fix build of external app with clang on armv8
2019-01-14 Anatoly Burakoveal: fix strdup usages in internal config
2018-12-22 Thomas Monjalonversion: 19.02-rc1
2018-12-21 Anatoly Burakovmalloc: fix deadlock when reading stats
2018-12-21 Qi Zhangeal: close multi-process socket during cleanup
2018-12-20 Anatoly Burakoveal: add 64-bit log2 function
2018-12-20 Anatoly Burakoveal: add 64-bit fls function
2018-12-20 Anatoly Burakoveal: add 64-bit bsf and 32-bit safe bsf functions
2018-12-20 Anatoly Burakovbitmap: remove deprecated 64-bit bsf function
2018-12-20 Anatoly Burakovmem: allow setting up segment list fd
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-12-20 Anatoly Burakovmalloc: separate destroying memseg list and heap data
2018-12-20 Anatoly Burakovmalloc: separate creating memseg list and malloc heap
2018-12-20 Anatoly Burakovmalloc: make alignment requirements more stringent
2018-12-20 Anatoly Burakovmalloc: fix duplicate mem event notification
2018-12-20 Seth Howellmalloc: notify primary process about hotplug in secondary
2018-12-20 Yongseok Kohmalloc: fix finding maximum contiguous IOVA size
2018-12-20 Jim Harrismalloc: add option --match-allocations
2018-12-20 Gao Fengmemzone: fix unlock on initialization failure
2018-12-19 Gao Fengeal: check peer allocation in multi-process request
2018-12-19 Gao Fengeal: fix leak on multi-process request error
2018-12-19 Gaetan Riveteal: fix detection of duplicate option register
2018-12-19 Keith Wileseal: fix missing newline in a log
2018-12-19 Konstantin Ananyevrwlock: introduce try semantics
2018-12-19 Anatoly Burakoveal: clean up unused files on initialization
2018-12-19 David Marchandlog: add missing experimental tag
2018-12-19 Jeff Shaweal: remove unnecessary dirent.h include
2018-11-30 Thomas Monjalonversion: 19.02-rc0
2018-11-26 Thomas Monjalonversion: 18.11.0
2018-11-25 Thomas Monjalonversion: 18.11-rc5
2018-11-25 Darek Stojaczykeal: fix devargs reference after probing failure
2018-11-25 Darek Stojaczykeal: fix devargs leak on multi-process detach request
2018-11-25 Darek Stojaczykeal: fix multi-process hotplug if attached in secondary
2018-11-25 Darek Stojaczykeal: fix multi-process hotplug if already probed
2018-11-25 Darek Stojaczykeal: fix multi-process hotplug rollback
2018-11-23 Thomas Monjaloneal: fix build with -O1
2018-11-23 Anatoly Burakoveal: deprecate and rename bsf64 function
2018-11-23 Anatoly Burakoveal: remove useless code in bsf64 function
2018-11-23 Anatoly Burakovipc: fix access after async request failure
2018-11-19 Thomas Monjalonversion: 18.11-rc4
2018-11-18 Anatoly Burakovmalloc: fix adjacency check to also include segment...
2018-11-18 Anatoly Burakovmem: check for contiguousness in external segments
next