summaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)AuthorFilesLines
2017-12-06PCI: Add pci_get_domain_bus_and_slot() stubRandy Dunlap1-0/+3
2017-11-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+0
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas1-6/+0
2017-11-16Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+11
2017-11-14Merge branch 'pci/virtualization' into nextBjorn Helgaas1-5/+4
2017-11-14Merge branch 'pci/resource' into nextBjorn Helgaas1-0/+3
2017-11-13Merge branch 'pm-core'Rafael J. Wysocki1-6/+1
2017-11-07PCI: Add for_each_pci_bridge() helperAndy Shevchenko1-0/+4
2017-11-06PCI / PM: Use the NEVER_SKIP driver flagRafael J. Wysocki1-6/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-26PCI: Add pci_resize_resource() for resizing BARsChristian König1-0/+3
2017-10-05PCI: Remove unused function __pci_reset_function()Jan H. Schönherr1-1/+0
2017-10-05PCI: Remove reset argument from pci_iov_{add,remove}_virtfn()Jan H. Schönherr1-4/+4
2017-09-25PCI: Add dummy pci_acs_enabled() for CONFIG_PCI=n buildGeert Uytterhoeven1-0/+2
2017-09-09Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+57
2017-09-07Merge branch 'pci/trivial' into nextBjorn Helgaas1-2/+2
2017-09-07Merge branch 'pci/irq-fixups' into nextBjorn Helgaas1-3/+0
2017-09-07Merge branch 'pci/enumeration' into nextBjorn Helgaas1-0/+1
2017-09-04Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2017-09-02PCI: Correct kernel-doc of pci_vpd_srdt_size(), pci_vpd_srdt_tag()Shawn Lin1-2/+2
2017-08-18PCI/IB: add support for pci driver attribute groupsGreg Kroah-Hartman1-0/+1
2017-08-16PCI: Add pci_irqd_intx_xlate()Paul Burton1-0/+32
2017-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+3
2017-08-15PCI: Move enum pci_interrupt_pin to linux/pci.hPaul Burton1-0/+22
2017-08-15PCI: Disable PCIe Relaxed Ordering if unsupporteddingtianhong1-0/+3
2017-08-10PCI: Inline and remove pcibios_update_irq()Bjorn Helgaas1-1/+0
2017-08-04PCI: Remove unused pci_fixup_irqs() functionMatthew Minter1-2/+0
2017-08-02PCI: Add pci_reset_function_locked()Marc Zyngier1-0/+1
2017-07-31PCI: Mark Broadcom HT2100 Root Port Extended Tags as brokenSinan Kaya1-0/+1
2017-07-09Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+27
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-9/+1
2017-07-04Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2017-07-03Merge branch 'pci/irq-fixups' into nextBjorn Helgaas1-5/+7
2017-07-03Merge branch 'pci/virtualization' into nextBjorn Helgaas1-1/+10
2017-07-03PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig1-1/+2
2017-07-03Merge branch 'pci/pm' into nextBjorn Helgaas1-0/+5
2017-07-03PCI: Add pci_assign_irq() function and have pci_fixup_irqs() use itMatthew Minter1-0/+1
2017-07-03PCI: Add IRQ mapping function pointers to pci_host_bridge structMatthew Minter1-0/+2
2017-07-03PCI: Remove pci_scan_root_bus_msi()Lorenzo Pieralisi1-4/+0
2017-06-28PCI: Make pci_register_host_bridge() PCI core internalLorenzo Pieralisi1-1/+0
2017-06-28PCI: Add pci_scan_root_bus_bridge() interfaceLorenzo Pieralisi1-0/+1
2017-06-28PCI: Add devm_pci_alloc_host_bridge() interfaceLorenzo Pieralisi1-0/+2
2017-06-28PCI: Add pci_free_host_bridge() interfaceLorenzo Pieralisi1-0/+1
2017-06-28PCI / PM: Simplify device wakeup settings codeRafael J. Wysocki1-8/+1
2017-06-28PCI / PM: Drop pme_interrupt flag from struct pci_devRafael J. Wysocki1-1/+0
2017-06-17PCI: Test INTx masking during enumeration, not at run-timePiotr Gregor1-2/+10
2017-05-30PCI: Restore PRI and PASID state after Function-Level ResetCQ Tang1-0/+6
2017-05-30PCI: Cache PRI and PASID bits in pci_devJean-Philippe Brucker1-0/+2
2017-05-26Merge tag 'pci-v4.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
2017-05-26PCI/msi: fix the pci_alloc_irq_vectors_affinity stubChristoph Hellwig1-3/+3