aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-25PCI: Add dummy pci_acs_enabled() for CONFIG_PCI=n buildGravatar Geert Uytterhoeven 1-0/+2
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+57
2017-09-07Merge branch 'pci/trivial' into nextGravatar Bjorn Helgaas 1-2/+2
2017-09-07Merge branch 'pci/irq-fixups' into nextGravatar Bjorn Helgaas 1-3/+0
2017-09-07Merge branch 'pci/enumeration' into nextGravatar Bjorn Helgaas 1-0/+1
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2017-09-01PCI: Correct kernel-doc of pci_vpd_srdt_size(), pci_vpd_srdt_tag()Gravatar Shawn Lin 1-2/+2
2017-08-18PCI/IB: add support for pci driver attribute groupsGravatar Greg Kroah-Hartman 1-0/+1
2017-08-16PCI: Add pci_irqd_intx_xlate()Gravatar Paul Burton 1-0/+32
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+3
2017-08-15PCI: Move enum pci_interrupt_pin to linux/pci.hGravatar Paul Burton 1-0/+22
2017-08-14PCI: Disable PCIe Relaxed Ordering if unsupportedGravatar dingtianhong 1-0/+3
2017-08-10PCI: Inline and remove pcibios_update_irq()Gravatar Bjorn Helgaas 1-1/+0
2017-08-03PCI: Remove unused pci_fixup_irqs() functionGravatar Matthew Minter 1-2/+0
2017-08-01PCI: Add pci_reset_function_locked()Gravatar Marc Zyngier 1-0/+1
2017-07-31PCI: Mark Broadcom HT2100 Root Port Extended Tags as brokenGravatar Sinan Kaya 1-0/+1
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+27
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-9/+1
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2017-07-03Merge branch 'pci/irq-fixups' into nextGravatar Bjorn Helgaas 1-5/+7
2017-07-03Merge branch 'pci/virtualization' into nextGravatar Bjorn Helgaas 1-1/+10
2017-07-03PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Gravatar Christoph Hellwig 1-1/+2
2017-07-02Merge branch 'pci/pm' into nextGravatar Bjorn Helgaas 1-0/+5
2017-07-02PCI: Add pci_assign_irq() function and have pci_fixup_irqs() use itGravatar Matthew Minter 1-0/+1
2017-07-02PCI: Add IRQ mapping function pointers to pci_host_bridge structGravatar Matthew Minter 1-0/+2
2017-07-02PCI: Remove pci_scan_root_bus_msi()Gravatar Lorenzo Pieralisi 1-4/+0
2017-06-28PCI: Make pci_register_host_bridge() PCI core internalGravatar Lorenzo Pieralisi 1-1/+0
2017-06-28PCI: Add pci_scan_root_bus_bridge() interfaceGravatar Lorenzo Pieralisi 1-0/+1
2017-06-28PCI: Add devm_pci_alloc_host_bridge() interfaceGravatar Lorenzo Pieralisi 1-0/+2
2017-06-28PCI: Add pci_free_host_bridge() interfaceGravatar Lorenzo Pieralisi 1-0/+1
2017-06-28PCI / PM: Simplify device wakeup settings codeGravatar Rafael J. Wysocki 1-8/+1
2017-06-28PCI / PM: Drop pme_interrupt flag from struct pci_devGravatar Rafael J. Wysocki 1-1/+0
2017-06-16PCI: Test INTx masking during enumeration, not at run-timeGravatar Piotr Gregor 1-2/+10
2017-05-30PCI: Restore PRI and PASID state after Function-Level ResetGravatar CQ Tang 1-0/+6
2017-05-30PCI: Cache PRI and PASID bits in pci_devGravatar Jean-Philippe Brucker 1-0/+2
2017-05-26Merge tag 'pci-v4.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+5
2017-05-26PCI/msi: fix the pci_alloc_irq_vectors_affinity stubGravatar Christoph Hellwig 1-3/+3
2017-05-26PCI: Replace the racy recursion preventionGravatar Thomas Gleixner 1-0/+1
2017-05-23PCI/PM: Add needs_resume flag to avoid suspend complete optimizationGravatar Imre Deak 1-0/+5
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-30/+54
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+23
2017-04-28Merge branch 'pci/virtualization' into nextGravatar Bjorn Helgaas 1-0/+3
2017-04-28Merge branch 'pci/resource-mmap' into nextGravatar Bjorn Helgaas 1-0/+30
2017-04-28Merge branch 'pci/msi' into nextGravatar Bjorn Helgaas 1-4/+0
2017-04-28Merge branch 'pci/irq' into nextGravatar Bjorn Helgaas 1-0/+6
2017-04-28Merge branch 'pci/ioremap' into nextGravatar Bjorn Helgaas 1-0/+5
2017-04-28Merge branch 'pci/enumeration' into nextGravatar Bjorn Helgaas 1-26/+8
2017-04-24PCI: Implement devm_pci_remap_cfgspace()Gravatar Lorenzo Pieralisi 1-0/+5
2017-04-20PCI: Export pcie_flr()Gravatar Christoph Hellwig 1-0/+1
2017-04-20PCI: Add I/O BAR support to generic pci_mmap_resource_range()Gravatar David Woodhouse 1-0/+4