eal: add option register infrastructure
[dpdk.git] / lib / librte_eal / linuxapp /
2018-10-27 Kevin Laatzeal: add option register infrastructure
2018-10-26 Phil Yangkni: introduce C11 atomic into FIFO synchronization
2018-10-26 Phil Yangkni: fix kernel FIFO synchronization
2018-10-25 Stephen Hemmingereal/linux: eliminate cast of HPET thread signature
2018-10-25 Stephen Hemmingereal: remove double space in init alert messages
2018-10-23 Anatoly Burakovmem: fix resource leak
2018-10-22 Anatoly Burakovmem: improve segment list preallocation
2018-10-22 Anatoly Burakoveal: improve musl compatibility of thread log
2018-10-22 Anatoly Burakovmem: improve musl compatibility
2018-10-22 Anatoly Burakoveal/linux: improve musl compatibility
2018-10-22 Anatoly Burakovmk: build with _GNU_SOURCE defined by default
2018-10-17 Qi Zhangeal: enable hotplug on multi-process
2018-10-17 Jerin Jacobvfio: fix missing header inclusion
2018-10-16 Jeff Guovfio: fix build with Linux < 4.0
2018-10-15 Jeff Guoeal: modify device event process function
2018-10-15 Jeff Guovfio: add request notifier interrupt
2018-10-15 Jeff Guoeal: add failure handling for hot-unplug
2018-10-11 Pawel Wodkowskimem: fix --huge-unlink option
2018-10-11 Anatoly Burakovmalloc: enable event callbacks for external memory
2018-10-11 Anatoly Burakovmem: allow memseg lists to be marked as external
2018-10-11 Anatoly Burakovmem: add length to memseg list
2018-10-03 Anatoly Burakovmem: fix undefined behavior in NUMA-aware mapping
2018-10-03 Anatoly Burakovmem: store memory mode flags in shared config
2018-09-19 Anatoly Burakovmem: support using memfd segments for in-memory mode
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-09-19 Anatoly Burakovmem: track page fd in non-single file mode
2018-09-19 Anatoly Burakovmem: rename lock list to fd list
2018-09-19 Anatoly Burakovmem: raise maximum fd limit unconditionally
2018-08-08 Olivier Matzeal: remove experimental tag for user mbuf pool ops
2018-08-08 Olivier Matzeal: remove deprecated function for mbuf pool ops
2018-07-26 Hemant Agrawalvfio: remove experimental tag
2018-07-26 Anatoly Burakovmem: revert reversed allocation
2018-07-20 Qi Zhangvfio: remove uneccessary IPC for group fd clear
2018-07-20 Anatoly Burakovmem: add logic check for static analyzer
2018-07-19 Anatoly Burakoveal: fix dependency in multi-process detection
2018-07-15 Gaetan Rivetdevargs: add function to parse device layers
2018-07-15 Gaetan Riveteal: introduce device class abstraction
2018-07-13 Stephen Hemmingereal: add uuid API
2018-07-13 Anatoly Burakovmem: support --in-memory mode
2018-07-13 Anatoly Burakovmem: support --huge-unlink mode
2018-07-13 Anatoly Burakoveal: do not create runtime dir in --no-shconf mode
2018-07-13 Anatoly Burakoveal: support --no-shconf in hugepage data file
2018-07-13 Anatoly Burakoveal: support --no-shconf for hugepage info
2018-07-13 Jianfeng Taneal: bring forward init of interrupt handling
2018-07-13 Jianfeng Taneal/linux: use libc malloc in interrupt handling
2018-07-13 Jianfeng Taneal/linux: use libc malloc in alarm
2018-07-13 Anatoly Burakovvfio: fix uninitialized variable
2018-07-13 Anatoly Burakoveal/linux: fix uninitialized value
2018-07-13 Anatoly Burakoveal/linux: fix invalid syntax in interrupts
2018-07-13 Anatoly Burakoveal: add option to limit memory allocation on sockets
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: mark pages as freeable on exit
2018-07-13 Anatoly Burakovmem: allocate in reverse to reduce fragmentation
2018-07-12 Anatoly Burakovmem: make segment preallocation OS-specific
2018-07-12 Dariusz Stojaczykeal: fix return codes on thread naming failure
2018-07-12 Dariusz Stojaczykmem: do not unmap overlapping region on mmap failure
2018-07-12 Dariusz Stojaczykmem: do not leave unmapped holes in EAL memory area
2018-06-27 David Marchandlog: remove useless intermediate buffer
2018-05-20 Adrien Mazarguileal: fix runtime directory permissions
2018-05-15 Anatoly Burakoveal: move runtime directory creation after args parsing
2018-05-14 Anatoly Burakoveal: move runtime data into dedicated directory
2018-05-14 Anatoly Burakoveal: add directory for runtime data
2018-05-14 Anatoly Burakovmem: rename function returning hugepage data path
2018-05-14 Anatoly Burakovmem: fix unmapping and marking segments as free
2018-05-14 Anatoly Burakovmem: fix return code of freeing segment on failure
2018-05-14 Anatoly Burakovmem: fix index for unmapping segments on failure
2018-05-13 Thomas Monjalonmem: fix typo in local function name
2018-05-13 Ivan Maloveal: fix mempool ops name parsing
2018-05-08 Anatoly Burakovmem: add argument to memory event callback
2018-04-30 Anatoly Burakovmem/linux: fix hugedir write deadlock
2018-04-27 Anatoly Burakovmem: revert to using flock and add per-segment lockfiles
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: fix page fault trigger
2018-04-27 Anatoly Burakovmem: fix potential bad unmap on map failure
2018-04-27 Anatoly Burakovmem: fix comparison of old policy
2018-04-27 Anatoly Burakovmem: fix potential resource leak on alloc
2018-04-27 Anatoly Burakovmem: fix potential resource leak on freeing
2018-04-27 Anatoly Burakovmem: fix potential double close on map failure
2018-04-27 Anatoly Burakovmem: fix resource leak on map failure
2018-04-27 Jianfeng Tanmem: fix resize return handling for --single-file-segments
2018-04-27 Xiao Wangvfio: add multi container support
2018-04-27 Xiao Wangvfio: extend data structure for multi container
2018-04-27 Thomas Monjaloneal: fix build on FreeBSD
2018-04-26 Stephen Hemmingereal: shut up warning about master lcore
2018-04-25 Anatoly Burakoveal/linux: remove useless unlock of hugepage when clearing
2018-04-24 Olivier Matzeal: set name when creating a control thread
2018-04-24 Olivier Matzeal: add function to create control threads
2018-04-24 Olivier Matzuse sizeof to avoid double use of a length define
2018-04-24 Jianfeng Taneal: bring forward multi-process channel init
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-17 Jianfeng Tanvfio: use generic multi-process channel
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
next