mk: optimize directory dependencies
[dpdk.git] / lib / librte_eal / common /
2017-03-27 Aaron Conoleeal: add info about various init error codes
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 on a number of conditions
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-15 Thomas Monjalonremove unmaintained TILE-Gx architecture
2017-03-09 Ben Walkereal/linux: support running as unprivileged user
2017-03-08 Jan Blunckeal: ensure constness of container_of target
2017-03-08 Jan Blunckeal: fix container_of macro for const members
2017-02-27 Chris Metcalftile: fix build
2017-02-27 Chris Metcalfeal/tile: avoid use of non-upstreamed header
2017-02-17 Thomas Monjalonversion: 17.05-rc0
2017-02-14 Thomas Monjalonversion: 17.02.0
2017-02-10 Thomas Monjalonversion: 17.02-rc3
2017-01-30 Thomas Monjalonversion: 17.02-rc2
2017-01-29 Emmanuel Roullitdevargs: reset driver name pointer on parsing failure
2017-01-29 Olivier Matzeal: fix warning about debug log at startup
2017-01-19 Thomas Monjalonversion: 17.02-rc1
2017-01-19 Shreyansh Jainbus: add probing
2017-01-19 Shreyansh Jainbus: add scanning
2017-01-19 Shreyansh Jainbus: introduce bus abstraction
2017-01-18 Pablo de Laraefd: new Elastic Flow Distributor library
2017-01-18 Jerin Jacobeal/arm64: change barrier definitions to macros
2017-01-18 Jerin Jacobeal/arm64: override I/O device read/write access
2017-01-18 Jerin Jacobeal: let all architectures use generic I/O implementation
2017-01-18 Jerin Jacobeal: add generic I/O device read/write implementation
2017-01-18 Jerin Jacobeal: introduce I/O device memory read/write operations
2017-01-18 Jerin Jacobeal/arm64: define I/O device memory barriers
2017-01-18 Jerin Jacobeal/arm64: define SMP barrier
2017-01-18 Jerin Jacobeal/arm64: fix memory barrier definition
2017-01-18 Jerin Jacobeal/armv7: define I/O device memory barriers
2017-01-18 Jerin Jacobeal/arm: separate SMP barrier definition for ARMv7...
2017-01-18 Jerin Jacobeal/ppc64: define I/O device memory barriers
2017-01-18 Jerin Jacobeal/tile: define I/O device memory barriers
2017-01-18 Jerin Jacobeal/x86: define I/O device memory barriers
2017-01-18 Jerin Jacobeal: introduce I/O device memory barriers
2017-01-17 Zhihong Wangeal: optimize aligned memcpy on x86
2017-01-12 Ben Walkerpci: separate detaching ethernet ports from PCI devices
2017-01-12 Ben Walkerpci: unmap resources if probe fails
2017-01-04 Nelio Laranjeiroeal: define generic vector types
2017-01-04 Thomas Monjalontools: move to usertools
2016-12-25 Jan Blunckethdev: decouple from PCI device
2016-12-24 Stephen Hemmingereal: make driver pointer const in device struct
2016-12-24 Jan Blunckeal: allow passing const interrupt handle
2016-12-24 Jan Blunckeal: define container_of macro
2016-12-21 Stephen Hemmingerpci: remove unused unbind support
2016-12-21 Jianfeng Taneal: restrict cores auto detection
2016-12-21 Aaron Conoleeal: clarify the argc and argv documentation
2016-12-20 Olivier Matzdrivers: advertise kmod dependencies in pmdinfo
2016-12-07 Anatoly Burakovvdev: fix detaching with alias
2016-12-07 Thomas Monjalonconfig: remove insecure warnings
2016-12-01 Olivier Matzlog: do not drop debug logs at compile time
2016-11-14 Thomas Monjalonversion: 17.02-rc0
2016-11-13 Thomas Monjalonversion: 16.11.0
2016-11-07 Thomas Monjalonversion: 16.11-rc3
2016-11-07 Igor Ryzhovpci: fix probing error if no driver found
2016-11-07 David Marchandpci: unset driver if probe fails
2016-11-06 Ben Walkerpci: probe only devices without any driver
2016-11-06 Jianbo Liueal/ppc: fix file descriptor leak when getting CPU...
2016-11-06 Jianbo Liueal/arm: fix file descriptor leak when getting CPU...
2016-10-26 Thomas Monjalonversion: 16.11-rc2
2016-10-25 Jan Blunckeal: add driver name alias
2016-10-14 Thomas Monjalonversion: 16.11-rc1
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-13 John Ousterhoutlog: respect logger configured before EAL init
2016-10-13 Mauricio Vasquez Bdoc: fix file argument of debug functions
2016-10-13 Thomas Monjalonapp/test: fix vdev names
2016-10-06 Shreyansh Jainvdev: rename init/uninit ops to probe/remove
2016-10-05 Konstantin Ananyeveal: fix C++ link of delay function pointer
2016-10-04 Jerin Jacobeal/armv8: use high-resolution cycle counter
2016-10-04 Yangchao Zhoupci: fix memory leak when detaching device
2016-10-03 Jan Viktorinpci: create device list and fallback on its members
2016-10-03 Jan Viktorineal: introduce generalized device
2016-10-03 Jan Viktorineal: register drivers explicitly
2016-10-03 Jan Viktorinpci: inherit common driver in PCI driver
2016-10-03 Jan Viktorineal: rename and move PCI resource structure
2016-10-03 Jan Viktorineal: include dev headers in place of PCI headers
2016-10-03 Jan Viktorineal: remove unused PMD types
2016-10-03 Jan Viktorindrivers: use vdev registration
2016-10-03 Jan Viktorineal: remove PCI/vdev unused code
2016-10-03 Jan Viktorineal: extract vdev infra
2016-10-03 David Marchandeal: add hotplug operations for PCI and vdev
2016-10-03 David Marchandethdev: do not scan all PCI devices on attach
2016-10-03 David Marchandpci: introduce helpers for device name parsing/update
2016-10-03 David Marchandeal: introduce driver init macros
2016-10-03 Shreyansh Jainpci: replace devinit/devuninit with probe/remove
2016-10-03 David Marchandpci: initialize lists statically
2016-10-03 David Marchandeal: remove duplicate function declaration
2016-10-03 Flavio Leitnereal: move CPU flags check from constructor to init
2016-10-03 Yuanhan Liumem: remove single file segments
2016-09-26 Jozef Martiniakeal: customize delay function
2016-09-13 Adrien Mazarguillib: hide static functions never defined
2016-09-13 Adrien Mazarguillib: remove named variadic macros in exported headers
2016-09-13 Adrien Mazarguillib: work around forward reference to enum types
2016-09-13 Adrien Mazarguillib: add missing include dependencies
2016-09-13 Adrien Mazarguillib: work around unnamed structs/unions
2016-09-13 Adrien Mazarguillib: work around large enum values
2016-09-13 Adrien Mazarguillib: work around braced-groups within expressions
2016-09-09 Gowrishankar Muthu... lpm: add AltiVec for ppc64
next