devargs: use devargs for vdev and PCI whitelist/blacklist
[dpdk.git] / lib / librte_eal / linuxapp / eal /
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-09 Bruce Richardsontimer: fix TSC frequency by not reading /proc/cpuinfo
2014-03-20 Thomas Monjalonmem: get physical address of any pointer
2014-03-20 Thomas Monjalonmem: revert "get physical address of any pointer"
2014-03-20 David Marchandmem: fix build of virtual address hinting for 32-bit
2014-02-26 Olivier Matzpci: add option --create-uio-dev to run without hotplug
2014-02-26 Olivier Matzpci: split the function providing uio device and mappings
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 David Marchandpci: do not check BAR0 mapping
2014-02-26 Damien Millescampsmem: fix mempool for --no-huge
2014-02-26 Damien Millescampsmem: get hugepages config
2014-02-26 Adrien Mazarguilmem: get memzone from any CPU socket when hugepages...
2014-02-26 Damien Millescampsmem: get physical address of any pointer
2014-02-26 Thomas Monjalontimer: get TSC frequency from /proc/cpuinfo
2014-02-26 Ivan Bouletimer: check TSC reliability
2014-02-26 Thomas Monjalonlog: remove app path from syslog id
2014-02-26 Thomas Monjaloneal: remove unused macro for blacklist
2014-02-26 Ivan Bouleeal: fix recording of detected/enabled logical cores
2014-02-26 Damien Millescampseal: add support for shared object drivers
2014-02-26 Thomas Monjalondoc: fix some doxygen comments
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 Thomas Monjalonmem: fix log for --no-huge
2014-02-25 Bruce Richardsonmem: allow virtual memory address hinting
2014-02-25 Bruce Richardsoneal: fix build with some gcc 4.4 toolchains
2014-02-25 Bruce Richardsoneal: fix typo for RTE_EAL_ALLOW_INV_SOCKET_ID
2014-02-25 Bruce Richardsonadd FreeBSD support
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-11-23 Intelmem: remove hugepage file on unmap
2013-11-23 Intelpci: fix sysfs parsing for uio
2013-11-20 Inteleal: whitespace change
2013-10-09 Intelkni: identify device by name
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: allow to whitelist devices
2013-10-09 Inteleal: allow to blacklist address without domain prefix
2013-10-09 Inteleal: rework CPU mask parsing
2013-10-09 Inteleal: minor changes
2013-10-09 Inteldoc: whitespace changes in licenses
2013-09-17 Intelpci: check driver probe return code
2013-09-17 Intelmem: rework huge page mapping for secondary process
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 Intelpci: don't unbind resources on exit
2013-09-17 Intelpci: rework interrupt handling
2013-09-17 Stephen Hemmingerpci: support multiple PCI regions per device
2013-09-17 Intelmem: remove RLIMIT_NOFILE update
2013-09-17 Inteltimer: prefer TSC to HPET
2013-09-17 Damien Millescampstimer: option --vmware-tsc-map for VMware guest
2013-09-17 Intellog: get full path as syslog id
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-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 Intelupdate copyright date to 2013
2013-07-25 Zijie Panlib: fix unused values
2013-07-25 Intelmem: error if requesting more segments than MAX_MEMSEG
2013-07-25 Thomas Monjaloneal: fix access to huge page with high address
2013-07-25 Intelpci: make it possible to keep devices bound to uio
2013-07-25 Damien Millescampspci: fix uio driver dependency
2013-07-25 Adrien Mazarguilpci: reference driver structure for each device
2013-07-25 Intelmemory: malloc now supports multi process
2013-07-25 Intelmemory: fix for multi process support
2013-07-25 Intelmemory: add --socket-mem option
2013-07-25 Inteleal: rework cpu information discovery
2013-07-25 Inteleal: minor changes
2013-07-25 Intellib: update tailq api
2013-07-25 Intellib: sysfs parsing
2013-07-25 Intelkni: initial import
2013-07-05 Intelremove version in all files
2013-03-11 Intelfirst public release