mk: optimize directory dependencies
[dpdk.git] / lib / librte_eal / linuxapp /
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-15 Matt Petersigb_uio: support devices with only I/O BAR
2017-03-09 Gowrishankar Muthu... eal/ppc: support sPAPR IOMMU for vfio-pci
2017-03-09 Ben Walkereal/linux: support running as unprivileged user
2017-02-21 Thomas Monjalonlog: remove old symbols from map
2017-02-21 Ferruh Yigitkni: remove KNI vhost support
2017-02-13 Qi Zhangvfio: fix maximum number of interrupt for MSI-X
2017-02-10 Yong Wangpci: fix UIO interrupt file descriptor check before...
2017-02-09 Patrick MacArthurvfio: fix file descriptor leak in multi-process
2017-01-29 Michał Mirosławkni: guard against unterminated name oops
2017-01-29 Michał Mirosławkni: set interface name source as user-space
2017-01-29 Ferruh Yigitkni: add build option for ethtool support
2017-01-19 Shreyansh Jainbus: add probing
2017-01-19 Shreyansh Jainbus: add scanning
2017-01-19 Shreyansh Jainbus: introduce bus abstraction
2017-01-17 Michał Mirosławnet/i40e: return errno when interrupt setup fails
2017-01-12 Ben Walkerpci: use address struct in function arguments
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-12-07 Robin Jarrykni: avoid using lsb_release script
2016-12-06 Wei Daipci: fix check of mknod
2016-10-25 Ferruh Yigitkni: fix build with kernel 4.9
2016-10-14 Ferruh Yigitkni: fix build with kernel < 3.1
2016-10-13 Ferruh Yigitkni: move kernel version ifdefs to compat header
2016-10-13 Ferruh Yigitkni: prefer uint32_t to unsigned int
2016-10-13 Ferruh Yigitkni: update log messages
2016-10-13 Ferruh Yigitkni: remove compile time debug configuration
2016-10-13 Ferruh Yigitkni: move functions to eliminate declarations
2016-10-13 Ferruh Yigitkni: remove unnecessary messages for out of memory
2016-10-13 Ferruh Yigitkni: update kernel logging
2016-10-13 Ferruh Yigitkni: prefer ether_addr_copy to memcpy
2016-10-13 Ferruh Yigitkni: prefer min_t to min
2016-10-13 Ferruh Yigitkni: enclose macros with complex values in parens
2016-10-13 Ferruh Yigitkni: do not use assignment in if condition
2016-10-13 Ferruh Yigitkni: move trailing statement on next line
2016-10-13 Ferruh Yigitkni: move comparison constants on the right
2016-10-13 Ferruh Yigitkni: remove useless return
2016-10-13 Ferruh Yigitkni: prefer unsigned int to unsigned
2016-10-13 Ferruh Yigitkni: fix spacing and line lenghts
2016-10-13 Ferruh Yigitkni: make static struct const
2016-10-13 Ferruh Yigitkni: uninitialize global variables
2016-10-13 Ferruh Yigitkni: move externs to the header file
2016-10-13 Vladyslav Buslovkni: support core id parameter in single threaded mode
2016-10-13 John Ousterhoutlog: respect logger configured before EAL init
2016-10-06 Olivier Matzmem: fix build with -O1
2016-10-05 Ferruh Yigitkni: remove unnecessary ethtool files
2016-10-05 Ferruh Yigitkni: remove unused ethtool files
2016-10-05 Jean Tourrilhesmem: fix hugepage mapping error messages
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 David Marchandeal: remove duplicate function declaration
2016-10-03 Flavio Leitnereal: move CPU flags check from constructor to init
2016-10-03 Maciej Czekajmem: fix crash on hugepage mapping error
2016-10-03 Yuanhan Liumem: remove single file segments
2016-09-26 Jozef Martiniakeal: customize delay function
2016-09-22 Ferruh Yigitkni: fix large stack frame size
2016-09-21 Ferruh Yigitkni: remove continuous memory restriction
2016-09-21 Yangchao Zhoukni: fix error rollback kernel crash
2016-09-21 Ferruh Yigitkni: fix build with kernel 4.8
2016-09-21 Ferruh Yigitkni: fix build with kernel < 3.0
2016-09-21 Pablo de Larakni: support RHEL 7.3
2016-09-21 Ferruh Yigitkni: fix debug build
2016-09-16 Robin Jarrymem: use more restrictive permissions on hugepages
2016-09-13 Adrien Mazarguillib: work around unnamed structs/unions
2016-09-13 Adrien Mazarguillib: work around nonstandard bit-fields
2016-09-13 Adrien Mazarguillib: use C99 syntax for zero-size arrays
2016-09-09 Vincent Guokni: fix module init/exit
2016-09-09 Ferruh Yigitkni: support RHEL 6.8
2016-09-09 Ferruh Yigitkni: fix crash when removing interface
2016-08-24 Christian Ehrhardtkni: remove triple license information
2016-08-23 Ferruh Yigitnet/igb: move PCI device IDs from EAL
2016-08-23 Ferruh Yigitnet/ixgbe: move PCI device IDs from EAL
2016-08-23 David Marchandivshmem: remove library and its EAL integration
2016-08-03 Thomas Monjalonlog: remove deprecated history dump
2016-07-22 Michal Jastrzebskimem: fix check of physical address retrieval
2016-07-15 Yong Wangvfio: fix coding style
2016-07-15 Yong Wangvfio: fix PCI resource mapping
2016-07-15 Damjan Marionspinlock: move constructor out of x86 header file
2016-07-11 Olivier Matzxen: fix retrieval of physical address
2016-07-11 Thomas Monjalonxen: fix build as shared library
2016-07-11 Olivier Matzxen: fix build
2016-07-11 Jan Viktorinvfio: rework initialization to be extendable
2016-07-11 Jan Viktorinvfio: initialize out of the PCI subsystem
next