aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-8/+27
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-9/+1
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-02Merge branch 'pci/pm' into nextBjorn Helgaas1-0/+5
2017-07-02PCI: Add pci_assign_irq() function and have pci_fixup_irqs() use itMatthew Minter1-0/+1
2017-07-02PCI: Add IRQ mapping function pointers to pci_host_bridge structMatthew Minter1-0/+2
2017-07-02PCI: 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-16PCI: 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/git/helgaas/pciLinus Torvalds1-0/+5
2017-05-26PCI/msi: fix the pci_alloc_irq_vectors_affinity stubChristoph Hellwig1-3/+3
2017-05-26PCI: Replace the racy recursion preventionThomas Gleixner1-0/+1
2017-05-23PCI/PM: Add needs_resume flag to avoid suspend complete optimizationImre Deak1-0/+5
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-30/+54
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+23
2017-04-28Merge branch 'pci/virtualization' into nextBjorn Helgaas1-0/+3
2017-04-28Merge branch 'pci/resource-mmap' into nextBjorn Helgaas1-0/+30
2017-04-28Merge branch 'pci/msi' into nextBjorn Helgaas1-4/+0
2017-04-28Merge branch 'pci/irq' into nextBjorn Helgaas1-0/+6
2017-04-28Merge branch 'pci/ioremap' into nextBjorn Helgaas1-0/+5
2017-04-28Merge branch 'pci/enumeration' into nextBjorn Helgaas1-26/+8
2017-04-24PCI: Implement devm_pci_remap_cfgspace()Lorenzo Pieralisi1-0/+5
2017-04-20PCI: Export pcie_flr()Christoph Hellwig1-0/+1
2017-04-20PCI: Add I/O BAR support to generic pci_mmap_resource_range()David Woodhouse1-0/+4
2017-04-20PCI: Add pci_mmap_resource_range() and use it for ARM64David Woodhouse1-4/+15
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse1-1/+2
2017-04-18PCI/irq: Add pci_request_irq() and pci_free_irq() helpersChristoph Hellwig1-0/+6
2017-04-18PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse1-0/+3
2017-04-18PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse1-0/+7
2017-04-18PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse1-0/+4
2017-04-13PCI: Add device flag PCI_DEV_FLAGS_BRIDGE_XLATE_ROOTJayachandran C1-0/+2
2017-04-11PCI: remove pci_enable_msixChristoph Hellwig1-4/+0
2017-04-03PCI: Avoid FLR for Intel 82579 NICsSasha Neftin1-0/+2
2017-03-30PCI: Recognize Thunderbolt devicesLukas Wunner1-0/+23
2017-03-29PCI: Add device disconnected stateKeith Busch1-0/+2
2017-03-29PCI: Export PCI device config accessorsKeith Busch1-26/+6
2017-03-09PCI/MSI: Make pci_msi_shutdown() and pci_msix_shutdown() staticBjorn Helgaas1-4/+0
2017-03-02PCI: add an API to get node from vectorShaohua Li1-0/+6
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-17/+2
2017-02-15Merge branch 'pci/msi' into nextBjorn Helgaas1-14/+2