mk: build with _GNU_SOURCE defined by default
[dpdk.git] / drivers / bus / pci /
2018-10-22 Anatoly Burakovmk: build with _GNU_SOURCE defined by default
2018-10-19 Thomas Monjalondevargs: fix freeing during device removal
2018-10-17 Thomas Monjaloneal: allow probing a device again
2018-10-17 Thomas Monjaloneal: add function to query device status
2018-10-17 Thomas Monjalondrivers/bus: move driver assignment to end of probing
2018-10-17 Jerin Jacobvfio: fix missing header inclusion
2018-10-16 Jeff Guovfio: fix build with Linux < 4.0
2018-10-15 Jeff Guovfio: handle hotplug request notifier
2018-10-15 Jeff Guobus/pci: add VFIO request interrupt handle to device
2018-10-15 Jeff Guobus/pci: support sigbus handler
2018-10-15 Jeff Guobus/pci: support hot-unplug handler
2018-10-11 Thomas Monjaloneal: add bus pointer in device structure
2018-10-11 Thomas Monjalondevargs: rename enum items with singular form
2018-10-11 Thomas Monjalonbus/pci: rename devargs parameter id to addr
2018-10-11 Anatoly Burakovmem: add length to memseg list
2018-10-03 Anatoly Burakovvfio: allow mapping MSI-X BARs if kernel allows it
2018-10-03 Gaetan Rivetbus/pci: add iteration filter on address
2018-10-03 Gaetan Rivetbus/pci: implement device iteration
2018-08-09 Rami Rosenbus/pci: remove unneeded EAL private include
2018-08-09 Rami Rosenbus/pci: remove useless forward declaration
2018-08-01 Anatoly Burakovvfio: revert retry logic for MSI-X BAR mapping
2018-07-26 Rami Rosenbus/pci: fix a typo
2018-07-26 Takeshi Yoshimuravfio: fix workaround of BAR mapping
2018-07-20 Qi Zhangvfio: enable unmapping resource for secondary
2018-07-20 Qi Zhangvfio: fix PCI address comparison
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-06-29 Rafal Kozikbus/pci: enable write combining during mapping
2018-06-29 Rafal Kozikbus/pci: reference driver structure before mapping
2018-06-27 Rami Rosenbus/pci: remove unused function to detach by address
2018-06-27 Stephen Hemmingerbus/pci: remove unused function to probe by address
2018-06-27 Stephen Hemmingerbus/pci: remove unused unbind function prototype
2018-06-27 Stephen Hemmingerbus/pci: make remove function static
2018-05-25 Olivier Matzuse SPDX tag for 6WIND copyrighted files
2018-05-15 Andy Greenbus/pci: fix size of driver name buffer
2018-05-14 Andy Greenbus/pci: replace strncpy by strlcpy
2018-04-27 Gaetan Rivetbus/pci: fix find device implementation
2018-04-25 Gaetan Rivetbus/pci: do not reference devargs list
2018-04-11 Anatoly Burakovmem: replace memseg with memseg lists
2018-04-11 Anatoly Burakovbus/pci: use memseg walk instead of iteration
2018-02-01 Olivier Matzbus/pci: use SPDX tags in 6WIND copyrighted files
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonbus/pci: build with meson
2018-01-20 Maxime Coquelinbus/pci: forbid IOVA mode if IOMMU address width too...
2018-01-12 Zhiyong Yangbus/pci: fix interrupt handler type
2018-01-05 Stephen Hemmingerbus/pci: do not use kernel version to determine MSIX...
2018-01-04 Bruce Richardsondrivers: use SPDX tag for Intel copyright files
2017-11-12 Jerin Jacobbus/pci: fix a typo in doxygen file description
2017-11-07 Jonas Pfefferlebus/pci: fix PPC condition for IOMMU class
2017-11-06 Thomas Monjalonbus/pci: fix namespace of sysfs path function
2017-11-06 Jonas Pfefferlebus/pci: fix IOMMU class for sPAPR
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-11-06 Gaetan Rivetpci: fix namespace prefix of new functions
2017-11-06 Gaetan Rivetvfio: fix namespace prefix of newly exposed functions
2017-10-31 Jerin Jacobbus/pci: fix VFIO device reset
2017-10-31 Ferruh Yigitbus/pci: fix VFIO mode
2017-10-26 Jonas Pfefferlebus/pci: check VFIO reset ioctl error
2017-10-26 Jianfeng Tanbus/pci: fix UIO bind check
2017-10-26 Gaetan Rivetpci: introduce library and driver