summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-8/+27
|\
| * Merge branch 'pci/irq-fixups' into nextBjorn Helgaas2017-07-031-5/+7
| |\
| | * PCI: Add pci_assign_irq() function and have pci_fixup_irqs() use itMatthew Minter2017-07-021-0/+1
| | * PCI: Add IRQ mapping function pointers to pci_host_bridge structMatthew Minter2017-07-021-0/+2
| | * PCI: Remove pci_scan_root_bus_msi()Lorenzo Pieralisi2017-07-021-4/+0
| | * PCI: Make pci_register_host_bridge() PCI core internalLorenzo Pieralisi2017-06-281-1/+0
| | * PCI: Add pci_scan_root_bus_bridge() interfaceLorenzo Pieralisi2017-06-281-0/+1
| | * PCI: Add devm_pci_alloc_host_bridge() interfaceLorenzo Pieralisi2017-06-281-0/+2
| | * PCI: Add pci_free_host_bridge() interfaceLorenzo Pieralisi2017-06-281-0/+1
| * | Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-07-031-1/+10
| |\ \
| | * | PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig2017-07-031-1/+2
| | * | PCI: Restore PRI and PASID state after Function-Level ResetCQ Tang2017-05-301-0/+6
| | * | PCI: Cache PRI and PASID bits in pci_devJean-Philippe Brucker2017-05-301-0/+2
| | |/
| * | Merge branch 'pci/pm' into nextBjorn Helgaas2017-07-021-0/+5
| |\ \
| * | | PCI: Test INTx masking during enumeration, not at run-timePiotr Gregor2017-06-161-2/+10
| | |/ | |/|
* | | Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-041-9/+1
|\ \ \
| * | | PCI / PM: Simplify device wakeup settings codeRafael J. Wysocki2017-06-281-8/+1
| * | | PCI / PM: Drop pme_interrupt flag from struct pci_devRafael J. Wysocki2017-06-281-1/+0
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-031-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | PCI: Replace the racy recursion preventionThomas Gleixner2017-05-261-0/+1
| |/ /
* | | Merge tag 'pci-v4.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-261-0/+5
|\ \ \ | | |/ | |/|
| * | PCI/PM: Add needs_resume flag to avoid suspend complete optimizationImre Deak2017-05-231-0/+5
| |/
* | PCI/msi: fix the pci_alloc_irq_vectors_affinity stubChristoph Hellwig2017-05-261-3/+3
|/
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-30/+54
|\
| * Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-04-281-0/+3
| |\
| | * PCI: Export pcie_flr()Christoph Hellwig2017-04-201-0/+1
| | * PCI: Avoid FLR for Intel 82579 NICsSasha Neftin2017-04-031-0/+2
| * | Merge branch 'pci/resource-mmap' into nextBjorn Helgaas2017-04-281-0/+30
| |\ \
| | * | PCI: Add I/O BAR support to generic pci_mmap_resource_range()David Woodhouse2017-04-201-0/+4
| | * | PCI: Add pci_mmap_resource_range() and use it for ARM64David Woodhouse2017-04-201-4/+15
| | * | PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-1/+2
| | * | PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse2017-04-181-0/+3
| | * | PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse2017-04-181-0/+7
| | * | PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse2017-04-181-0/+4
| | |/
| * | Merge branch 'pci/msi' into nextBjorn Helgaas2017-04-281-4/+0
| |\ \
| | * | PCI/MSI: Make pci_msi_shutdown() and pci_msix_shutdown() staticBjorn Helgaas2017-03-091-4/+0
| | |/
| * | Merge branch 'pci/irq' into nextBjorn Helgaas2017-04-281-0/+6
| |\ \
| | * | PCI/irq: Add pci_request_irq() and pci_free_irq() helpersChristoph Hellwig2017-04-181-0/+6
| | |/
| * | Merge branch 'pci/ioremap' into nextBjorn Helgaas2017-04-281-0/+5
| |\ \
| | * | PCI: Implement devm_pci_remap_cfgspace()Lorenzo Pieralisi2017-04-241-0/+5
| | |/
| * | Merge branch 'pci/enumeration' into nextBjorn Helgaas2017-04-281-26/+8
| |\ \
| | * | PCI: Add device disconnected stateKeith Busch2017-03-291-0/+2
| | * | PCI: Export PCI device config accessorsKeith Busch2017-03-291-26/+6
| | |/
| * | PCI: Add device flag PCI_DEV_FLAGS_BRIDGE_XLATE_ROOTJayachandran C2017-04-131-0/+2
| |/
* | Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-05-031-0/+23
|\ \
| * | PCI: Recognize Thunderbolt devicesLukas Wunner2017-03-301-0/+23
| |/
* | PCI: remove pci_enable_msixChristoph Hellwig2017-04-111-4/+0
|/
* PCI: add an API to get node from vectorShaohua Li2017-03-021-0/+6
* Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-231-17/+2
|\
| * Merge branch 'pci/msi' into nextBjorn Helgaas2017-02-151-14/+2
| |\
OpenPOWER on IntegriCloud