summaryrefslogtreecommitdiff
path: root/drivers/pci
Commit message (Expand)AuthorAge
* PCI: endpoint: Select CRC32 to fix test build errorRandy Dunlap2017-06-12
* PCI: Make error code types consistent in pci_{read,write}_config_*Brian Norris2017-05-26
* PCI/PM: Add needs_resume flag to avoid suspend complete optimizationImre Deak2017-05-23
* PCI: imx6: Fix config read timeout handlingLucas Stach2017-05-22
* switchtec: Fix minor bug with partition ID registerLogan Gunthorpe2017-05-22
* switchtec: Use new cdev_device_add() helper functionLogan Gunthorpe2017-05-22
* PCI: endpoint: Make PCI_ENDPOINT depend on HAS_DMAGeert Uytterhoeven2017-05-22
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-10
|\
| * Annotate hardware config module parameters in drivers/pci/hotplug/David Howells2017-04-20
* | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-09
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel2017-05-04
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | * | of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Sricharan R2017-04-20
| | |/ / | |/| |
* | | | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-08
|\ \ \ \
| * | | | PCI: Don't allow unbinding host controllers that aren't preparedBrian Norris2017-04-28
| * | | | Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-04-28
| |\ \ \ \
| | * | | | PCI: Call pcie_flr() from reset_chelsio_generic_dev()Christoph Hellwig2017-04-20
| | * | | | PCI: Call pcie_flr() from reset_intel_82599_sfp_virtfn()Christoph Hellwig2017-04-20
| | * | | | PCI: Export pcie_flr()Christoph Hellwig2017-04-20
| | * | | | PCI: Add sysfs sriov_drivers_autoprobe to control VF driver bindingBodong Wang2017-04-20
| | * | | | PCI: Avoid FLR for Intel 82579 NICsSasha Neftin2017-04-03
| * | | | | Merge branch 'pci/resource-mmap' into nextBjorn Helgaas2017-04-28
| |\ \ \ \ \
| | * | | | | PCI: Add I/O BAR support to generic pci_mmap_resource_range()David Woodhouse2017-04-20
| | * | | | | PCI: Add pci_mmap_resource_range() and use it for ARM64David Woodhouse2017-04-20
| | * | | | | PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-20
| | * | | | | PCI: Use BAR index in sysfs attr->private instead of resource pointerDavid Woodhouse2017-04-20
| | * | | | | PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse2017-04-18
| | * | | | | PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse2017-04-18
| | * | | | | PCI: Only allow WC mmap on prefetchable resourcesDavid Woodhouse2017-04-18
| | * | | | | PCI: Fix another sanity check bug in /proc/pci mmapDavid Woodhouse2017-04-18
| | * | | | | PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platformsDavid Woodhouse2017-04-12
| | |/ / / /
| * | | | | Merge branch 'pci/resource' into nextBjorn Helgaas2017-04-28
| |\ \ \ \ \
| | * | | | | PCI: Don't resize resources when realigning all devices in systemYongji Xie2017-04-19
| | * | | | | PCI: Don't reassign resources that are already alignedBjorn Helgaas2017-04-19
| | * | | | | PCI: Factor pci_reassigndev_resource_alignment()Bjorn Helgaas2017-04-19
| | * | | | | PCI: Add pcibios_default_alignment() for arch-specific alignment controlYongji Xie2017-04-19
| | * | | | | PCI: Fix calculation of bridge window's size and alignmentYongji Xie2017-04-18
| | * | | | | PCI: Ignore requested alignment for IOV BARsYongji Xie2017-04-18
| | * | | | | PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constantMatthias Kaehlcke2017-04-18
| | |/ / / /
| * | | | | Merge branch 'pci/pm' into nextBjorn Helgaas2017-04-28
| |\ \ \ \ \
| | * | | | | PCI: Freeze PME scan before suspending devicesLukas Wunner2017-04-18
| | * | | | | PCI/PM: Don't sleep at all when d3_delay or d3cold_delay is zeroAdrian Hunter2017-03-14
| | |/ / / /
| * | | | | Merge branch 'pci/msi' into nextBjorn Helgaas2017-04-28
| |\ \ \ \ \
| | * | | | | PCI/MSI: Use dev_printk() when possibleBjorn Helgaas2017-03-23
| | * | | | | PCI: mvebu: Remove useless MSI enabling codeThomas Petazzoni2017-03-14
| | * | | | | PCI: aardvark: Move to MSI handling using generic MSI supportThomas Petazzoni2017-03-14
| | * | | | | PCI/MSI: Make pci_msi_shutdown() and pci_msix_shutdown() staticBjorn Helgaas2017-03-09
| | * | | | | PCI/MSI: Stop disabling MSI/MSI-X in pci_device_shutdown()Prarit Bhargava2017-03-09
| | |/ / / /
| * | | | | Merge branch 'pci/misc' into nextBjorn Helgaas2017-04-28
| |\ \ \ \ \
| | * | | | | PCI: Fix typo pci_cfg_access_lock() commentBrian Norris2017-04-04
| | |/ / / /
| * | | | | Merge branch 'pci/irq' into nextBjorn Helgaas2017-04-28
| |\ \ \ \ \