remove trailing whitespaces
[dpdk.git] / lib / librte_eal / common /
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-06-10 Alan Careweal: fix build for FreeBSD
2014-05-21 Thomas Monjaloneal: fix indentation of previous patchset
2014-05-20 Neil Hormaneal: make vdev init path generic for both virtual and...
2014-05-20 Neil Hormaneal: add PMD_REGISTER_DRIVER macro
2014-05-16 Stephen Hemmingermemzone: add iterator function
2014-05-16 Stephen Hemmingereal: don't inline string functions
2014-05-16 Stephen Hemmingeradd FILE argument to debug functions
2014-05-16 Stephen Hemmingerspelling fixes
2014-05-13 Thomas Monjalonversion: 1.7.0-rc0
2014-05-05 David Marchandeal: remove unused config fields
2014-05-01 Thomas Monjalonversion: 1.6.0r2
2014-04-30 David Marchandmalloc: simplify heap initialisation
2014-04-30 David Marchandmalloc: fix race condition on numa_socket field
2014-04-17 Neil Hormaneal: fix check of all requested CPU features
2014-04-11 Olivier Matzvdev: new registration API
2014-04-11 Olivier Matzvdev: rename nonpci_devs as vdev
2014-04-10 Olivier Matzdevargs: allow to provide arguments per pci device
2014-04-10 Olivier Matzdevargs: use a comma instead of semicolon to separate...
2014-04-10 Olivier Matzdevargs: use devargs for vdev and PCI whitelist/blacklist
2014-04-10 Olivier Matzdevargs: introduce API and test
2014-04-10 Olivier Matzpci: rename device and driver lists
2014-04-02 Neil Hormaneal: fix %rbx corruption and simplify the code
2014-03-20 Thomas Monjalonmem: get physical address of any pointer
2014-03-20 Thomas Monjalonmem: revert "get physical address of any pointer"
2014-02-26 David Marchandversion: 1.6.0r1
2014-02-26 Thomas Monjalonversion: add 4th digit and helper macros
2014-02-26 Thomas Monjalonpci: support 82546EB
2014-02-26 Damien Millescampspci: add flag to force unbind device
2014-02-26 Thomas Monjalonpci: use igb_uio mapping only when needed
2014-02-26 Damien Millescampsmem: get hugepages config
2014-02-26 Adrien Mazarguilmem: get memzone from any CPU socket when hugepages...
2014-02-26 Olivier Matzmem: remove unneeded log
2014-02-26 Damien Millescampsmem: get physical address of any pointer
2014-02-26 Didier Pallardtimer: add precise TSC function
2014-02-26 Olivier Matzspinlock: fix build with clang
2014-02-26 Thomas Monjaloneal: fix type of pointer arithmetic result
2014-02-26 Thomas Monjalondoc: fix some doxygen comments
2014-02-26 Bruce Richardsonversion: 1.6.0
2014-02-26 Bruce Richardsonpci: add pci ids for vmxnet3 devices
2014-02-25 Bruce Richardsonxen: import xenvirt pmd and vhost_xen
2014-02-25 Bruce Richardsonxen: core library changes
2014-02-25 Bruce Richardsonivshmem: library changes for mmaping using ivshmem
2014-02-25 Bruce Richardsonmem: add bounded reserve function
2014-02-25 Pei Chaomem: remove duplicated lines
2014-02-25 Bruce Richardsoneal: fix printf format
2014-02-25 Bruce Richardsoneal: fix support for older gcc versions
2014-02-25 Bruce Richardsoneal: fix cpuflags for latest microarch
2014-02-25 Bruce Richardsoneal: new common macros added
2014-02-25 Bruce Richardsoneal: add rte_compiler_barrier() macro
2014-02-25 Bruce Richardsonadd FreeBSD support
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2014-01-15 Intelversion: 1.5.2
2013-11-24 Intelversion: 1.5.1
2013-11-24 Intelapp/test: rename pmac_acl as acl
2013-11-24 Intelixgbe: add 82599 bypass support
2013-11-24 Inteligb: add i354 support
2013-11-24 Intele1000: update base driver
2013-11-20 Inteleal: fix build with intrinsics and gcc < 4.8
2013-10-09 Intelversion: 1.5.0-pre-release
2013-10-09 Intelvirtio: add new driver
2013-10-09 Inteleal: increase I/O privilege
2013-10-09 Intelpcap: add new driver
2013-10-09 Intelring: add new driver
2013-10-09 Inteleal: introduce non-pci devices
2013-10-09 Inteleal: use pause only with SSE2
2013-10-09 Inteleal: allow to whitelist devices
2013-10-09 Inteleal: allow to blacklist address without domain prefix
2013-10-09 Inteleal: minor changes
2013-10-09 Intelmk: shared libraries
2013-10-09 Inteldoc: whitespace changes in licenses
2013-09-17 Intelupdate version to 1.4.1
2013-09-17 Intelpci: check driver probe return code
2013-09-17 Inteleal: use intrinsic function
2013-09-17 Intelupdate version to 1.4.0
2013-09-17 Intelkni: fix multi-process support
2013-09-17 Intelpci: store numa_node per device
2013-09-17 Intelpci: configure SR-IOV with max_vfs
2013-09-17 Julien Courtatpci: fix probing blacklisted device with RTE_PCI_DRV_MU...
2013-09-17 Intelpci: don't unbind resources on exit
2013-09-17 Stephen Hemmingerpci: support multiple PCI regions per device
2013-09-17 Inteltimer: prefer TSC to HPET
2013-09-17 Damien Millescampstimer: option --vmware-tsc-map for VMware guest
2013-09-17 Intelsched: initial import
2013-09-17 Intelmeter: initial import
2013-09-17 Intelpower: initial import
2013-09-17 Intellpm: add IPv6 support
2013-09-17 Stephen Hemmingerlog: optimize log/panic with attribute cold
2013-09-16 Stephen Hemmingerlog: add ability to override syslog parameters
2013-09-16 Inteleal: cosmetic changes
2013-09-16 Inteleal: add application usage hook
2013-09-16 Inteleal: memory barriers use intrinsic functions
2013-09-16 Inteleal: use intrinsic functions from compiler
2013-09-06 Intellib: add rte_hexdump and remove duplicated code
2013-09-06 Intellib: fix various compilation warnings
2013-09-06 Intellib: 32/64-bit cleanups
2013-07-25 Intelset version to 1.3.1
2013-07-25 Intelupdate copyright date to 2013
2013-07-25 Intellib: minor changes
2013-07-25 Adrien Mazarguillib: fix non-C99 macros definitions in exported headers
next