pci: introduce helpers for device name parsing/update
[dpdk.git] / lib / librte_eal / linuxapp / eal / eal_pci.c
2016-10-03 David Marchandpci: introduce helpers for device name parsing/update
2016-10-03 David Marchandpci: initialize lists statically
2016-07-11 Jan Viktorinvfio: initialize out of the PCI subsystem
2016-07-11 Jan Viktorinvfio: generalize process synchronization
2016-06-15 Olivier Matzpci: mmap ioports on non-x86 Linux
2016-06-15 Olivier Matzpci: split function parsing resources in sysfs
2016-06-14 Ziye Yangpci: support class id probing
2016-06-13 Jan Viktorinpci: allow to override sysfs path
2016-04-20 Thomas Monjalonpci: remove deprecated specific config
2016-03-16 David Marchandpci: fix ioport support for uio_pci_generic on x86
2016-03-16 David Marchandpci: separate ioport handlers per UIO driver
2016-03-16 David Marchandpci: align ioport special case for x86 in read/write...
2016-03-16 David Marchandpci: align ioport unmap error handling to ioport map
2016-03-09 Huawei Xiepci: ignore devices already managed in Linux when mappi...
2016-03-09 Huawei Xiepci: rework ioport map error handling
2016-03-09 Huawei Xiepci: identify devices not managed by any kernel driver
2016-03-09 Huawei Xiepci: use new compiler flag for x86
2016-03-09 Helin Zhangpci: remove config of extended tag
2016-02-16 David Marchandeal: introduce PCI ioport API
2016-02-03 Yuanhan Liupci: export device mapping functions
2015-08-03 Cunming Liangeal/linux: fix socket value for undetermined numa node
2015-08-03 Stephen Hemmingerpci: cleanup scan loop
2015-07-30 Helin Zhangeal/linux: fix build with extra pci config
2015-07-27 Stephen Hemmingereal: provide functions to access PCI config
2015-07-26 David Marchandeal: remove useless PCI id header inclusions
2015-07-14 Tetsuya Mukawavfio: fix device initialization
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 resource mapping functions for linux and bsd
2015-04-20 Stephen Hemmingerpci: make device id tables const
2015-04-01 Thomas Monjalonpci: rename passthrough driver to kernel driver
2015-03-12 David Marchandeal: fix tailq init for uio and vfio resources
2015-03-10 David Marchandtailq: move to dynamic tailq
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-03-10 David Marchandpci: use lookup tailq api
2015-02-25 Tetsuya Mukawaethdev: attach or detach port
2015-02-25 Tetsuya Mukawapci: probe or close device
2015-02-25 Tetsuya Mukawapci: unmap igb_uio resources
2015-02-25 Tetsuya Mukawapci: consolidate address comparisons
2015-02-25 Michael Qiupci: select memory mapping from driver type
2015-02-25 Michael Qiupci: add kernel driver type
2015-02-23 Dan Alonieal/linux: allow to map BARs with MSI-X tables
2015-02-20 Danny Zhoueal/linux: enable uio_pci_generic support
2015-02-13 Michael Qiupci: fix max VFs for non igb_uio drivers
2014-11-25 Anatoly Burakoveal/linux: map pci memory resources after hugepages
2014-11-05 Matthew Halleal/linux: fix inaccurate numa node error comment
2014-06-27 Stephen Hemmingereal: deprecate rte_snprintf
2014-06-17 Helin Zhangpci: access to specific bits via sysfs
2014-06-16 Anatoly Burakovpci: enable vfio device binding
2014-06-16 Anatoly Burakovpci: rename RTE_PCI_DRV_NEED_IGB_UIO to RTE_PCI_DRV_NEE...
2014-06-16 Anatoly Burakovpci: distinguish between legitimate failures and non...
2014-06-16 Anatoly Burakovpci: fix code style
2014-06-16 Anatoly Burakovpci: move uio mapping in a dedicated file
2014-06-16 Anatoly Burakovpci: rework uio mapping to prepare for vfio
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-05-13 David Marchandpci: remove deprecated RTE_EAL_UNBIND_PORTS option
2014-05-13 David Marchandpci: move RTE_PCI_DRV_FORCE_UNBIND handling out of...
2014-05-13 David Marchandpci: pci_switch_module cleanup
2014-05-13 David Marchandpci: rework interrupt fd init and fix fd leak
2014-05-13 David Marchandpci: remove virtio-uio workaround
2014-05-13 David Marchandpci: fix potential mem leaks
2014-04-10 Olivier Matzdevargs: allow to provide arguments per pci device
2014-04-10 Olivier Matzpci: rename device and driver lists
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-25 Bruce Richardsonxen: core library changes
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-11-23 Intelpci: fix sysfs parsing for uio
2013-10-09 Intelvirtio: add new driver
2013-10-09 Inteldoc: whitespace changes in licenses
2013-09-17 Intelpci: check driver probe return code
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 Stephen Hemmingerpci: support multiple PCI regions per device
2013-09-06 Intellib: fix various compilation warnings
2013-07-25 Intelupdate copyright date to 2013
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 Intellib: update tailq api
2013-07-25 Intellib: sysfs parsing
2013-07-05 Intelremove version in all files
2013-03-11 Intelfirst public release