drivers: remove direct access to interrupt handle
[dpdk.git] / drivers / bus / pci / pci_common.c
2021-10-25 Harman Kalradrivers: remove direct access to interrupt handle
2021-09-02 Xueming Libus: add device arguments name parsing
2021-08-04 Dmitry Kozlyukbus: clarify log for non-NUMA-aware devices
2021-06-04 Haiyue Wangbus/pci: configure PCI bus master
2021-04-06 Thomas Monjalonpci: rename catch-all ID
2020-11-20 Gaetan Rivetbus/pci: fix comment explaining device naming
2020-11-15 Stephen Hemmingereal: replace usage of blacklist/whitelist in enums
2020-09-30 Manish Choprabus/pci: query PCI extended capabilities
2020-09-21 David Marchandmem: drop mapping API workaround
2020-09-21 David Marchandpci: move resource mapping to the PCI bus
2020-09-21 David Marchandbus/pci: switch to private kernel driver enum
2020-06-29 Tal Shnaidermanbus/pci: introduce Windows support with stubs
2020-06-29 Tal Shnaidermanpci: build on Windows
2020-05-11 Sunil Kumar Koribus/pci: optimise scanning with whitelist/blacklist
2020-05-11 David Marchandremove references to private PCI probe function
2020-05-11 Jerin Jacobbus/pci: reduce boot-up logs to absolute minimum
2019-11-20 Matan Azradbus/pci: clear driver on detach
2019-08-05 David Marchandbus/pci: always check IOMMU capabilities
2019-07-22 David Marchandeal: fix IOVA mode selection as VA for PCI drivers
2019-07-05 Ben Walkerbus/pci: consider only usable devices for IOVA mode
2019-03-30 Shahaf Shulerbus: introduce device level DMA memory mapping
2018-10-29 Darek Stojaczykbus/pci: propagate probing error codes
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: support sigbus handler
2018-10-15 Jeff Guobus/pci: support hot-unplug handler
2018-10-03 Gaetan Rivetbus/pci: implement device iteration
2018-08-09 Rami Rosenbus/pci: remove useless forward declaration
2018-07-26 Rami Rosenbus/pci: fix a typo
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: make remove function static
2018-04-27 Gaetan Rivetbus/pci: fix find device implementation
2018-04-25 Gaetan Rivetbus/pci: do not reference devargs list
2018-02-01 Olivier Matzbus/pci: use SPDX tags in 6WIND copyrighted files
2017-11-06 Thomas Monjalonbus/pci: fix namespace of sysfs path function
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-11-06 Gaetan Rivetpci: fix namespace prefix of new functions
2017-10-26 Gaetan Rivetpci: introduce library and driver