eal: support dynamic log types
[dpdk.git] / lib / librte_eal / bsdapp / eal /
2017-04-05 Olivier Matzeal: support dynamic log types
2017-03-27 Bruce Richardsoneal/bsd: query the cpu count only once
2017-03-27 Olivier Matzmk: optimize directory dependencies
2017-03-27 Aaron Conoleeal: do not panic on bus probe/scan failure
2017-03-27 Aaron Conoleeal: do not panic on vdev init failure
2017-03-27 Aaron Conoleeal: do not panic on PCI failures
2017-03-27 Aaron Conoleeal: do not panic if plugins fail to init
2017-03-27 Aaron Conoleeal: do not panic on interrupt thread init
2017-03-27 Aaron Conoleeal: do not panic on timer init failure
2017-03-27 Aaron Conoleeal: do not panic on a number of conditions
2017-03-27 Aaron Conoleeal: set errno when exiting for already initialized
2017-03-27 Aaron Conoleeal: do not panic on memzone init failure
2017-03-27 Aaron Conoleeal: do not panic on argument parsing error
2017-03-27 Aaron Conoleeal: do not panic on hugepage info init
2017-03-27 Aaron Conoleeal: do not panic when CPU is not supported
2017-03-27 Aaron Conoleeal: do not panic on CPU detection
2017-03-27 Ben Walkerpci: fix device registration on FreeBSD
2017-02-21 Thomas Monjalonlog: remove old symbols from map
2017-01-19 Pablo de Laraeal: fix FreeBSD build
2017-01-19 Shreyansh Jainbus: add probing
2017-01-19 Shreyansh Jainbus: add scanning
2017-01-19 Shreyansh Jainbus: introduce bus abstraction
2016-12-24 Jan Blunckeal: allow passing const interrupt handle
2016-12-21 Stephen Hemmingerpci: remove unused unbind support
2016-12-21 Jerin Jacobeal: postpone vdev initialization
2016-10-13 John Ousterhoutlog: respect logger configured before EAL init
2016-10-03 Jan Viktorinpci: create device list and fallback on its members
2016-10-03 Jan Viktorineal: extract vdev infra
2016-10-03 David Marchandeal: add hotplug operations for PCI and vdev
2016-10-03 David Marchandpci: introduce helpers for device name parsing/update
2016-10-03 David Marchandpci: initialize lists statically
2016-10-03 Flavio Leitnereal: move CPU flags check from constructor to init
2016-09-26 Jozef Martiniakeal: customize delay function
2016-08-03 Thomas Monjalonlog: remove deprecated history dump
2016-07-15 Damjan Marionspinlock: move constructor out of x86 header file
2016-06-15 Rahul Lakkireddypci: fix config space access on FreeBSD
2016-06-20 Remy Hortonkeepalive: fix missing symbol export
2016-06-17 Thomas Monjaloneal: fix thread naming on FreeBSD
2016-06-17 Thomas Monjalonkeepalive: fix exported symbols
2016-06-16 Remy Hortonkeepalive: add liveness callback
2016-06-14 Ziye Yangpci: support class id probing
2016-06-13 Jan Viktorinpci: allow to override sysfs path
2016-06-10 Thomas Monjaloneal: remove useless includes of mempool and ring
2016-06-10 Thomas Monjalonlog: deprecate history dump
2016-03-22 Thomas Monjalonmk: restrict CPU flags list
2016-03-13 Panu Matilainenmk: fix eal shared library dependencies
2016-03-09 Huawei Xiepci: use new compiler flag for x86
2016-03-09 Harry van Haareneal: check if primary process is alive
2016-03-09 Harry van Haareneal: fix race condition in multi-process startup
2016-03-05 Thomas Monjalonconfig: remove EAL flags for OS environment
2016-03-03 Thomas Monjaloneal: fix symbol map version number
2016-02-29 Stephen Hemmingerlog: add missing symbols
2016-02-16 David Marchandeal: introduce PCI ioport API
2016-02-16 Thomas Monjaloneal: move CPU flag functions out of headers
2016-02-16 Thomas Monjaloneal: get CPU flag name
2016-02-10 Huawei Xieremove extra parentheses in return statement
2016-02-03 Yuanhan Liupci: export device mapping functions
2016-01-29 Ferruh Yigiteal: move cpu flags out of headers
2015-12-15 Thomas Monjaloneal: remove zombie symbols
2015-12-06 Thomas Monjaloneal: fix build with Xen dom0 enabled
2015-11-19 Remy Hortoneal: add keep alive monitoring
2015-11-12 Panu Matilaineneal: move plugin loading from linuxapp to common
2015-11-04 Tiwei Bieeal: do not reset getopt lib
2015-11-04 Bruce Richardsoneal/bsd: fix build
2015-11-04 Cunming Liangeal: query multi-vector interrupt capability
2015-11-04 Cunming Liangeal/linux: forbid enabling zero interrupt vector
2015-11-04 Cunming Liangeal: reserve VFIO vector zero for misc interrupt
2015-11-03 Ravi Kerureal: set name to threads
2015-10-25 Zhe Taoeal: fix memory leak in stack dump
2015-09-03 Thomas Monjaloneal: remove deprecated function
2015-09-03 Thomas Monjalonethdev: remove Rx interrupt switch
2015-08-04 Thomas Monjalonpci: fix bsd build with gcc
2015-08-03 Thomas Monjalonpci: fix build on FreeBSD
2015-07-28 Thomas Monjaloneal/bsd: fix build
2015-07-27 Cunming Liangeal/linux: add interrupt API for drivers
2015-07-27 Cunming Liangeal/linux: add Rx interrupt control function
2015-07-27 Cunming Liangeal/linux: add interrupt vectors
2015-07-27 Cunming Liangeal/bsd: fix inappropriate header guards
2015-07-27 Stephen Hemmingereal: provide functions to access PCI config
2015-07-27 Ravi Kerureal: deduplicate memory initialization
2015-07-27 Ravi Kerureal: deduplicate timer functions
2015-07-26 Ravi Kerureal: deduplicate lcore initialization
2015-07-26 David Marchandeal: remove useless PCI id header inclusions
2015-07-26 David Marchandeal: remove dependency on drivers
2015-07-18 Thomas Monjalonpci: fix detach and uninit naming
2015-07-16 Sergio Gonzalez... mem: introduce memzone freeing
2015-07-16 Sergio Gonzalez... mem: move librte_malloc to eal/common
2015-07-15 Sergio Gonzalez... mem: fix initialization with --no-huge option
2015-07-14 Tetsuya Mukawavfio: fix device initialization
2015-07-08 Tetsuya Mukawaeal: enable port hotplug as default for linux and bsd
2015-07-08 Tetsuya Mukawapci: merge probing and closing functions for linux...
2015-07-08 Tetsuya Mukawapci: merge mapping functions for linux and bsd
2015-07-08 Tetsuya Mukawapci: merge uio functions for linux and bsd
2015-07-08 Tetsuya Mukawapci: merge resource mapping functions for linux and bsd
2015-07-08 Tetsuya Mukawapci: merge mapping structures for linux and bsd
2015-07-08 Tetsuya Mukawapci: introduce function to map uio resource by index
2015-07-08 Tetsuya Mukawapci: introduce functions to alloc and free uio resource
2015-07-08 Tetsuya Mukawapci: fix uio mapping differences between linux and bsd
2015-07-08 Tetsuya Mukawapci/bsd: rename structures
2015-07-08 Tetsuya Mukawapci: fix memory leaks and needless increment of map...
next