aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2016-09-17PCI: Add pci_find_resource()Mika Westerberg1-0/+4
2016-09-14pci/msi: Retrieve affinity for a vectorThomas Gleixner1-0/+6
2016-09-01treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEJoe Perches1-9/+0
2016-08-16PCI: Use positive flags in pci_alloc_irq_vectors()Christoph Hellwig1-4/+6
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-9/+84
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas1-0/+29
2016-08-01Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas1-1/+4
2016-08-01Merge branch 'pci/resource' into nextBjorn Helgaas1-1/+34
2016-08-01Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/pm' and 'pci/virtualization' into nextBjorn Helgaas1-1/+9
2016-07-25PCI: Allow additional bus numbers for hotplug bridgesKeith Busch1-0/+1
2016-07-21PCI: Spread interrupt vectors in pci_alloc_irq_vectors()Christoph Hellwig1-0/+2
2016-07-21PCI: Provide sensible IRQ vector alloc/free routinesChristoph Hellwig1-0/+27
2016-06-23PCI: Add generic pci_bus_claim_resources()Lorenzo Pieralisi1-0/+1
2016-06-21PCI: Add helpers to request/release memory and I/O regionsJohannes Thumshirn1-0/+28
2016-06-21PCI: Add pcibios_setup_bridge()Gavin Shan1-0/+1
2016-06-17PCI: Document connection between pci_power_t and hardware PM capabilityBjorn Helgaas1-0/+4
2016-06-17PCI: Unify pci_resource_to_user() declarationsBjorn Helgaas1-1/+5
2016-06-13PCI: Put PCIe ports into D3 during suspendMika Westerberg1-0/+3
2016-06-13PCI / PM: Enforce type casting for pci_power_tAndy Shevchenko1-1/+1
2016-06-10ARM64: PCI: Add acpi_pci_bus_find_domain_nr()Tomasz Nowicki1-0/+6
2016-06-10PCI: Refactor pci_bus_assign_domain_nr() for CONFIG_PCI_DOMAINS_GENERICTomasz Nowicki1-6/+1
2016-06-10PCI/ACPI: Add generic MCFG table handlingTomasz Nowicki1-1/+1
2016-06-10PCI: Add pci_unmap_iospace() to unmap I/O resourcesSinan Kaya1-0/+1
2016-06-06PCI: Add devm_request_pci_bus_resources()Bjorn Helgaas1-1/+4
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+13
2016-05-17Merge branches 'pci/arm64' and 'pci/host-hv' into nextBjorn Helgaas1-0/+5
2016-05-12PCI, of: Move PCI I/O space management to PCI core codeTomasz Nowicki1-0/+5
2016-04-25Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/ntb', 'pci/thunderbolt' and 'pci/virtualization' into nextBjorn Helgaas1-5/+8
2016-04-19PCI: Reverse standard ACS vs device-specific ACS enablingAlex Williamson1-2/+5
2016-04-15PCI: Add pci_set_vpd_size() to set VPD sizeHariprasad Shenai1-0/+1
2016-04-11PCI: Add support for multiple DMA aliasesJacek Lawrynowicz1-3/+2
2016-04-11PCI: Add pci_add_dma_alias() to abstract implementationBjorn Helgaas1-0/+1
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+9
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-20/+59
2016-03-15Merge branch 'pci/resource' into nextBjorn Helgaas1-0/+1
2016-03-15Merge branch 'pci/host-hv' into nextBjorn Helgaas1-0/+4
2016-03-15Merge branches 'pci/host-altera', 'pci/host-imx6', 'pci/host-keystone', 'pci/host-rcar', 'pci/host-tegra', 'pci/host-thunder', 'pci/host-vmd', 'pci/host-xilinx' and 'pci/host-xilinx-nwl' into nextBjorn Helgaas1-0/+2
2016-03-15Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/virtualization' and 'pci/vpd' into nextBjorn Helgaas1-20/+30
2016-03-09PCI: Add pcibios_bus_add_device() weak functionWei Yang1-0/+1
2016-03-09PCI/IOV: Rename and export virtfn_{add, remove}Wei Yang1-0/+8
2016-03-08PCI: Add pci_ops.{add,remove}_bus() callbacksThierry Reding1-0/+2
2016-03-07PCI: Consolidate PCI DMA constants and interfaces in linux/pci-dma-compat.hBjorn Helgaas1-18/+1
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig1-0/+4
2016-02-25PCI: Disable IO/MEM decoding for devices with non-compliant BARsBjorn Helgaas1-0/+1
2016-02-18PCI: Update VPD definitionsHannes Reinecke1-2/+25
2016-02-17Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"Bjorn Helgaas1-17/+0
2016-02-16PCI: Add fwnode_handle to x86 pci_sysdataJake Oshins1-0/+4
2016-02-05PCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.hBjorn Helgaas1-0/+22
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+0