aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-27Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/resource' and 'pci/virtualization' into nextBjorn Helgaas1-5/+37
2015-01-23PCI / PM: Avoid resuming PCI devices during system suspendRafael J. Wysocki1-0/+26
2015-01-16PCI: Add flag for devices that don't reset on D3hot->D0 transitionAlex Williamson1-1/+1
2015-01-16PCI: Add flag for devices where we can't use bus resetAlex Williamson1-4/+36
2014-12-27PCI: Move domain assignment from arm64 to generic codeLorenzo Pieralisi1-0/+49
2014-12-11Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+3
2014-12-04PCI: Expose pci_load_saved_state for public consumption.Konrad Rzeszutek Wilk1-2/+3
2014-11-19Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and 'pci/virtualization' into nextBjorn Helgaas1-15/+6
2014-11-19PCI: Remove fixed parameter in pci_iov_resource_bar()Myron Stowe1-1/+2
2014-11-13PCI: Make FLR and AF FLR reset warning messages differentGavin Shan1-9/+3
2014-11-10PCI: Simplify if-return sequencesQuentin Lambert1-5/+1
2014-10-01Merge branch 'pci/host-generic' into nextBjorn Helgaas1-0/+40
2014-09-30PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau1-0/+31
2014-09-30of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()Liviu Dudau1-0/+9
2014-09-25Merge branches 'pci/enumeration', 'pci/virtualization' and 'pci/cleanup' into nextBjorn Helgaas1-3/+10
2014-09-24PCI: Remove assignment from "if" conditionsQuentin Lambert1-3/+10
2014-09-02PCI/PM: Allow PCI devices to be put into D3cold during system suspendRafael J. Wysocki1-4/+0
2014-08-04Merge tag 'pci-v3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-7/+12
2014-07-16Merge branches 'pci/host-generic', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-tegra', 'pci/msi', 'pci/misc', 'pci/resource' and 'pci/virtualization' into nextBjorn Helgaas1-7/+12
2014-07-16PCI: Configure ASPM when enabling deviceVidya Sagar1-6/+6
2014-07-03PCI: Make resetting secondary bus logic commonGavin Shan1-1/+6
2014-06-17PCI: Fix unaligned access in AF transaction pending testAlex Williamson1-2/+7
2014-06-12Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-110/+85
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-12/+11
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-42/+30
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-8/+13
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses1-59/+47
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into nextLinus Torvalds1-3/+3
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into nextLinus Torvalds1-1/+33
2014-05-28Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+11
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' into nextBjorn Helgaas1-0/+21
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo1-0/+11
2014-05-27PCI: Notify driver before and after device resetKeith Busch1-0/+21
2014-05-19PCI: Wrong register used to check pending trafficGavin Shan1-2/+3
2014-05-05pci: change "foo* bar" to "foo *bar"Ryan Desfosses1-3/+3
2014-04-28powerpc/pci: Mask linkDown on resetting PCI busGavin Shan1-8/+13
2014-04-25PCI: Fix incorrect vgaarb conditional in WARN_ON()Bjorn Helgaas1-1/+1
2014-03-19Merge branch 'pci/resource' into nextBjorn Helgaas1-16/+30
2014-03-19Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+3