summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI/PM: Add needs_resume flag to avoid suspend complete optimizationImre Deak2017-05-231-1/+2
* PCI: imx6: Fix config read timeout handlingLucas Stach2017-05-231-3/+30
* switchtec: Fix minor bug with partition ID registerLogan Gunthorpe2017-05-221-1/+4
* switchtec: Use new cdev_device_add() helper functionLogan Gunthorpe2017-05-221-9/+2Star
* PCI: endpoint: Make PCI_ENDPOINT depend on HAS_DMAGeert Uytterhoeven2017-05-221-0/+1
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-111-1/+1
|\
| * Annotate hardware config module parameters in drivers/pci/hotplug/David Howells2017-04-201-1/+1
* | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-101-28/+0Star
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel2017-05-049-53/+98
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | * | of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Sricharan R2017-04-201-28/+0Star
| | |/ / | |/| |
* | | | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-0965-497/+6355
|\ \ \ \
| * | | | PCI: Don't allow unbinding host controllers that aren't preparedBrian Norris2017-04-2813-0/+14
| * | | | Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-04-286-39/+93
| |\ \ \ \
| | * | | | PCI: Call pcie_flr() from reset_chelsio_generic_dev()Christoph Hellwig2017-04-201-14/+1Star
| | * | | | PCI: Call pcie_flr() from reset_intel_82599_sfp_virtfn()Christoph Hellwig2017-04-201-12/+4Star
| | * | | | PCI: Export pcie_flr()Christoph Hellwig2017-04-201-11/+28
| | * | | | PCI: Add sysfs sriov_drivers_autoprobe to control VF driver bindingBodong Wang2017-04-204-4/+48
| | * | | | PCI: Avoid FLR for Intel 82579 NICsSasha Neftin2017-04-032-0/+14
| * | | | | Merge branch 'pci/resource-mmap' into nextBjorn Helgaas2017-04-285-60/+162
| |\ \ \ \ \
| | * | | | | PCI: Add I/O BAR support to generic pci_mmap_resource_range()David Woodhouse2017-04-201-4/+8
| | * | | | | PCI: Add pci_mmap_resource_range() and use it for ARM64David Woodhouse2017-04-204-13/+101
| | * | | | | PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-202-2/+2
| | * | | | | PCI: Use BAR index in sysfs attr->private instead of resource pointerDavid Woodhouse2017-04-201-24/+14Star
| | * | | | | PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse2017-04-182-9/+15
| | * | | | | PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse2017-04-182-9/+10
| | * | | | | PCI: Only allow WC mmap on prefetchable resourcesDavid Woodhouse2017-04-181-5/+8
| | * | | | | PCI: Fix another sanity check bug in /proc/pci mmapDavid Woodhouse2017-04-181-2/+8
| | * | | | | PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platformsDavid Woodhouse2017-04-121-3/+7
| | |/ / / /
| * | | | | Merge branch 'pci/resource' into nextBjorn Helgaas2017-04-284-30/+86
| |\ \ \ \ \
| | * | | | | PCI: Don't resize resources when realigning all devices in systemYongji Xie2017-04-191-16/+43
| | * | | | | PCI: Don't reassign resources that are already alignedBjorn Helgaas2017-04-191-21/+19Star
| | * | | | | PCI: Factor pci_reassigndev_resource_alignment()Bjorn Helgaas2017-04-191-22/+47
| | * | | | | PCI: Add pcibios_default_alignment() for arch-specific alignment controlYongji Xie2017-04-191-2/+8
| | * | | | | PCI: Fix calculation of bridge window's size and alignmentYongji Xie2017-04-181-2/+2
| | * | | | | PCI: Ignore requested alignment for IOV BARsYongji Xie2017-04-181-1/+1
| | * | | | | PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constantMatthias Kaehlcke2017-04-182-2/+2
| | |/ / / /
| * | | | | Merge branch 'pci/pm' into nextBjorn Helgaas2017-04-281-6/+9
| |\ \ \ \ \
| | * | | | | PCI: Freeze PME scan before suspending devicesLukas Wunner2017-04-181-4/+5
| | * | | | | PCI/PM: Don't sleep at all when d3_delay or d3cold_delay is zeroAdrian Hunter2017-03-141-2/+4
| | |/ / / /
| * | | | | Merge branch 'pci/msi' into nextBjorn Helgaas2017-04-284-129/+73Star
| |\ \ \ \ \
| | * | | | | PCI/MSI: Use dev_printk() when possibleBjorn Helgaas2017-03-231-2/+4
| | * | | | | PCI: mvebu: Remove useless MSI enabling codeThomas Petazzoni2017-03-141-17/+0Star
| | * | | | | PCI: aardvark: Move to MSI handling using generic MSI supportThomas Petazzoni2017-03-141-106/+67Star
| | * | | | | PCI/MSI: Make pci_msi_shutdown() and pci_msix_shutdown() staticBjorn Helgaas2017-03-091-2/+2
| | * | | | | PCI/MSI: Stop disabling MSI/MSI-X in pci_device_shutdown()Prarit Bhargava2017-03-091-2/+0Star
| | |/ / / /
| * | | | | Merge branch 'pci/misc' into nextBjorn Helgaas2017-04-281-1/+1
| |\ \ \ \ \
| | * | | | | PCI: Fix typo pci_cfg_access_lock() commentBrian Norris2017-04-041-1/+1
| | |/ / / /
| * | | | | Merge branch 'pci/irq' into nextBjorn Helgaas2017-04-282-1/+84
| |\ \ \ \ \
| | * | | | | PCI: Disable boot interrupt quirk for ASUS M2N-LRStefan Assmann2017-04-241-0/+24
| | * | | | | PCI/irq: Add pci_request_irq() and pci_free_irq() helpersChristoph Hellwig2017-04-181-1/+60
| | |/ / / /