common/mlx5: fix user mode register access command
[dpdk.git] / drivers / bus / pci /
2020-07-11 Thomas Monjalonpci: keep API compatibility with mmap values
2020-06-29 Tal Shnaidermanbus/pci: support Windows with bifurcated drivers
2020-06-29 Tal Shnaidermanbus/pci: introduce Windows support with stubs
2020-06-29 Tal Shnaidermanpci: build on Windows
2020-06-29 Tal Shnaidermanpci: use OS generic memory mapping functions
2020-06-25 Haiyue Wangbus/pci: fix VF memory access
2020-06-24 Jerin Jacobbus/pci: optimize bus scan
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
2020-04-25 Vijaya Mohan Guvvabus/pci: fix UIO resource access from secondary process
2020-04-25 David Christensenbus/pci: support IOVA as VA on PowerNV systems
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-03-31 Somnath Koturbus/pci: fix devargs on probing again
2019-11-20 Matan Azradbus/pci: clear driver on detach
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-11-14 Wangyu (Eric)bus/pci: align next mapping address on page boundary
2019-10-26 Michal Krawczykvfio: fix truncated BAR offset for 32-bit
2019-10-25 David Marchandbus/pci: check IO permissions for UIO only
2019-10-25 Seth Howellbus/pci: remove useless link dependency on ethdev
2019-10-09 Stephen Hemmingerbus/pci: fix Intel IOMMU sysfs access check
2019-10-09 David Marchandremove useless include of EAL memory config header
2019-08-05 David Marchandbus/pci: always check IOMMU capabilities
2019-08-05 David Marchandbus/pci: remove unused x86 Linux constant
2019-07-23 Nithin Dabilpuramvfio: revert interrupt eventfd setup at probe
2019-07-22 Jerin Jacobbus/pci: change IOVA as VA flag name
2019-07-22 David Marchandeal: fix IOVA mode selection as VA for PCI drivers
2019-07-22 David Marchandbus/pci: remove Mellanox kernel driver type
2019-07-10 David Marchandvfio: fix interrupts race condition
2019-07-06 Anatoly Burakoveal: hide shared memory config
2019-07-05 Ben Walkerbus/pci: consider only usable devices for IOVA mode
2019-06-14 Stephen Hemmingerbus/pci: fix TOCTOU for sysfs access
2019-06-03 Yongseok Kohbus/pci: add Mellanox kernel driver type
2019-04-17 Bruce Richardsonbuild: increase readability via shortcut variables
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2019-04-04 David Marchanddrivers: remove Linux EAL from include path
2019-03-30 Shahaf Shulerbus: introduce device level DMA memory mapping
2019-03-12 Bruce Richardsonbuild/freebsd: rename macro BSDPAPP to FREEBSD
2019-03-12 Bruce Richardsonbuild/linux: rename macro from LINUXAPP to LINUX
2019-01-23 Alejandro Lucerovfio: fix error message
2018-12-19 Tone Zhangvfio: support 64KB kernel page size
2018-11-25 Darek Stojaczykvfio: do not needlessly setup device in secondary process
2018-11-25 Ferruh Yigitbus/pci: fix allocation of device path
2018-11-18 Thomas Monjalonvfio: fix build with Linux < 4.0
2018-11-18 Jeff Guovfio: add lock for hot-unplug failure handler
2018-11-06 Fan Zhangbus/pci: fix config r/w access
2018-11-05 Alejandro Lucerobus/pci: avoid call to DMA mask check
2018-11-05 Alejandro Luceromem: rename DMA mask check with proper prefix
2018-10-31 Qi Zhangbus/pci: fix resource mapping override
2018-10-29 Darek Stojaczykbus/pci: propagate probing error codes
2018-10-29 Darek Stojaczykvfio: fix interrupt unregister for hotplug notifier
2018-10-29 Alejandro Lucerobus/pci: compare kernel driver instead of interrupt...
2018-10-28 Luca Boccassibus/pci: harmonize return value of config read
2018-10-28 Alejandro Lucerobus/pci: use IOVA DMA mask check when setting IOVA...
2018-10-28 Alejandro Lucerobus/pci: check IOMMU addressing limitation just once
2018-10-22 Anatoly Burakovvfio: improve musl compatibility
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
next