aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
AgeCommit message (Expand)Author
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas
2016-08-01Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas
2016-08-01Merge branch 'pci/resource' into nextBjorn Helgaas
2016-08-01Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', '...Bjorn Helgaas
2016-07-25PCI: Allow additional bus numbers for hotplug bridgesKeith Busch
2016-07-21PCI: Spread interrupt vectors in pci_alloc_irq_vectors()Christoph Hellwig
2016-07-21PCI: Provide sensible IRQ vector alloc/free routinesChristoph Hellwig
2016-06-23PCI: Add generic pci_bus_claim_resources()Lorenzo Pieralisi
2016-06-21PCI: Add helpers to request/release memory and I/O regionsJohannes Thumshirn
2016-06-21PCI: Add pcibios_setup_bridge()Gavin Shan
2016-06-17PCI: Document connection between pci_power_t and hardware PM capabilityBjorn Helgaas
2016-06-17PCI: Unify pci_resource_to_user() declarationsBjorn Helgaas
2016-06-13PCI: Put PCIe ports into D3 during suspendMika Westerberg
2016-06-13PCI / PM: Enforce type casting for pci_power_tAndy Shevchenko
2016-06-10ARM64: PCI: Add acpi_pci_bus_find_domain_nr()Tomasz Nowicki
2016-06-10PCI: Refactor pci_bus_assign_domain_nr() for CONFIG_PCI_DOMAINS_GENERICTomasz Nowicki
2016-06-10PCI/ACPI: Add generic MCFG table handlingTomasz Nowicki
2016-06-10PCI: Add pci_unmap_iospace() to unmap I/O resourcesSinan Kaya
2016-06-06PCI: Add devm_request_pci_bus_resources()Bjorn Helgaas
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-17Merge branches 'pci/arm64' and 'pci/host-hv' into nextBjorn Helgaas
2016-05-12PCI, of: Move PCI I/O space management to PCI core codeTomasz Nowicki
2016-04-25Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/ntb', 'pci/...Bjorn Helgaas
2016-04-19PCI: Reverse standard ACS vs device-specific ACS enablingAlex Williamson
2016-04-15PCI: Add pci_set_vpd_size() to set VPD sizeHariprasad Shenai
2016-04-11PCI: Add support for multiple DMA aliasesJacek Lawrynowicz
2016-04-11PCI: Add pci_add_dma_alias() to abstract implementationBjorn Helgaas
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-03-15Merge branch 'pci/resource' into nextBjorn Helgaas
2016-03-15Merge branch 'pci/host-hv' into nextBjorn Helgaas
2016-03-15Merge branches 'pci/host-altera', 'pci/host-imx6', 'pci/host-keystone', 'pci/...Bjorn Helgaas
2016-03-15Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/...Bjorn Helgaas
2016-03-09PCI: Add pcibios_bus_add_device() weak functionWei Yang
2016-03-09PCI/IOV: Rename and export virtfn_{add, remove}Wei Yang
2016-03-08PCI: Add pci_ops.{add,remove}_bus() callbacksThierry Reding
2016-03-07PCI: Consolidate PCI DMA constants and interfaces in linux/pci-dma-compat.hBjorn Helgaas
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig
2016-02-25PCI: Disable IO/MEM decoding for devices with non-compliant BARsBjorn Helgaas
2016-02-18PCI: Update VPD definitionsHannes Reinecke
2016-02-17Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"Bjorn Helgaas
2016-02-16PCI: Add fwnode_handle to x86 pci_sysdataJake Oshins
2016-02-05PCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.hBjorn Helgaas
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-12-21acpi: pci: Setup MSI domain for ACPI based pci devicesSuravee Suthikulpanit
2015-11-25ARM/PCI: Move align_resource function pointer to pci_host_bridge structureGabriele Paoloni
2015-11-24PCI/MSI: Initialize MSI capability for all architecturesGuilherme G. Piccoli
2015-10-22PCI: Turn off Request Attributes to avoid Chelsio T5 Completion erratumHariprasad Shenai
2015-10-06PCI: Add builtin_pci_driver() to avoid registration boilerplatePaul Gortmaker