aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Merge branches 'pci/arm64' and 'pci/host-hv' into nextBjorn Helgaas1-0/+115
2016-05-17Merge branches 'pci/hotplug' and 'pci/resource' into nextBjorn Helgaas1-1/+1
2016-05-16PCI: Identify Enhanced Allocation (EA) BAR Equivalent resources in sysfsAlex Williamson1-1/+1
2016-05-12PCI, of: Move PCI I/O space management to PCI core codeTomasz Nowicki1-0/+115
2016-04-25Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/ntb', 'pci/thunderbolt' and 'pci/virtualization' into nextBjorn Helgaas1-7/+36
2016-04-19PCI: Reverse standard ACS vs device-specific ACS enablingAlex Williamson1-6/+4
2016-04-11PCI: Add support for multiple DMA aliasesJacek Lawrynowicz1-2/+17
2016-04-11PCI: Move informational printk to pci_add_dma_alias()Bjorn Helgaas1-0/+2
2016-04-11PCI: Add pci_add_dma_alias() to abstract implementationBjorn Helgaas1-0/+14
2016-04-05PCI: Fix spelling errorsColin Ian King1-1/+1
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-15/+25
2016-03-15Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/virtualization' and 'pci/vpd' into nextBjorn Helgaas1-14/+25
2016-03-10PCI: Wait for up to 1000ms after FLR resetAlex Williamson1-2/+25
2016-03-07PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()Krzysztof =?utf-8?Q?Ha=C5=82asa?=1-1/+3
2016-03-07PCI: Consolidate PCI DMA constants and interfaces in linux/pci-dma-compat.hBjorn Helgaas1-12/+0
2016-02-05PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas1-1/+0
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2016-01-08PCI: Use to_pci_dev() instead of open-coding itGeliang Tang1-1/+1
2016-01-08PCI: Fix all whitespace issuesBogicevic Sasa1-1/+1
2015-12-09PCI / PM: constify pci_platform_pm_ops structureJulia Lawall1-2/+2
2015-11-06Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+224
2015-11-02Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource' and 'pci/virtualization' into nextBjorn Helgaas1-1/+224
2015-10-29PCI: Expand Enhanced Allocation BAR outputBjorn Helgaas1-2/+14
2015-10-29PCI: Make Enhanced Allocation bitmasks more obviousBjorn Helgaas1-7/+8
2015-10-29PCI: Handle Enhanced Allocation capability for SR-IOV devicesDavid Daney1-0/+6
2015-10-29PCI: Add support for Enhanced Allocation devicesSean O. Stalley1-0/+173
2015-10-22PCI: Turn off Request Attributes to avoid Chelsio T5 Completion erratumHariprasad Shenai1-0/+24
2015-10-12PCI / PM: Avoid resuming more devices during system suspendRafael J. Wysocki1-11/+59
2015-09-17PCI/AER: Clear error status registers during enumeration and restoreTaku Izumi1-0/+3
2015-09-14PCI: Don't try to restore VF BARsWei Yang1-1/+5
2015-09-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+14
2015-08-28Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas1-1/+1
2015-08-25PCI: Add pci_ioremap_wc_bar()Luis R. Rodriguez1-0/+14
2015-08-24PCI: Set MPS to match upstream bridgeKeith Busch1-1/+1
2015-08-04Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization' into nextBjorn Helgaas1-6/+6
2015-07-21PCI: Restore ACS configuration as part of pci_restore_state()Alexander Duyck1-0/+3
2015-07-14PCI: Remove useless redundant codeBjorn Helgaas1-2/+0
2015-07-14PCI: Simplify pci_find_(ext_)capability() return value checksWei Yang1-3/+3
2015-07-14PCI: Move PCI_FIND_CAP_TTL to pci.h and use it in quirksWei Yang1-1/+0
2015-06-12Merge branches 'pci/aspm', 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource' and 'pci/virtualization' into nextBjorn Helgaas1-33/+11
2015-05-22PCI: Propagate the "ignore hotplug" setting to parentRafael J. Wysocki1-0/+11
2015-05-07PCI/MSI: Remove unused pci_msi_off()Bjorn Helgaas1-33/+0
2015-04-10Merge branch 'pci/misc' into nextBjorn Helgaas1-4/+7
2015-04-10Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-mvebu', 'pci/host-rcar' and 'pci/host-versatile' into nextBjorn Helgaas1-0/+1
2015-04-09PCI: Read capability list as dwords, not bytesSean O. Stalley1-4/+7
2015-04-08PCI: Export symbols required for loadable host driver modulesRay Jui1-0/+1
2015-03-12PCI: Fail pci_ioremap_bar() on unassigned resourcesBjorn Helgaas1-1/+1
2015-03-12PCI: Show driver, BAR#, and resource on pci_ioremap_bar() failureBjorn Helgaas1-4/+5
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+26
2015-02-10Merge branches 'pm-pci' and 'pm-cpuidle'Rafael J. Wysocki1-0/+26