aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-19PCI: Add "weak" generic pcibios_enable_device() implementationBjorn Helgaas1-0/+5
2014-03-07PCI: Enable INTx in pci_reenable_device() only when MSI/MSI-X not enabledBjorn Helgaas1-0/+3
2014-02-27PCI: Mark resources as IORESOURCE_UNSET if we can't assign themBjorn Helgaas1-0/+2
2014-02-27PCI: Remove pci_find_parent_resource() use for allocationBjorn Helgaas1-16/+23
2014-02-18Merge branch 'pci/misc' into nextBjorn Helgaas1-21/+29
2014-02-18PCI: Enable INTx if BIOS left them disabledBjorn Helgaas1-0/+10
2014-02-18Merge branch 'pci/list-for-each-entry' into nextBjorn Helgaas1-3/+3
2014-02-14PCI: Remove pci_bus_b() and use list_for_each_entry() directlyYijing Wang1-3/+3
2014-02-11PCI: Add device-specific PCI ACS enableAlex Williamson1-6/+20
2014-02-03PCI: Remove unnecessary list_empty(&pci_pme_list) checkBjorn Helgaas1-21/+19
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-293/+252
2014-01-15Merge branch 'pci/reset' into nextBjorn Helgaas1-0/+155
2014-01-15Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+1
2014-01-14PCI: Fix pci_check_and_unmask_intx() comment typosBjorn Helgaas1-1/+1
2014-01-14PCI: Add pci_try_reset_function(), pci_try_reset_slot(), pci_try_reset_bus()Alex Williamson1-0/+155
2014-01-13Merge branch 'pci/dead-code' into nextBjorn Helgaas1-261/+25
2014-01-13PCI: Make local functions staticStephen Hemminger1-27/+27
2014-01-10PCI: Remove unused ID-Based Ordering supportStephen Hemminger1-40/+0
2014-01-10PCI: Remove unused Optimized Buffer Flush/Fill supportStephen Hemminger1-73/+0
2014-01-10PCI: Remove unused Latency Tolerance Reporting supportStephen Hemminger1-123/+0
2013-12-17PCI: Add Virtual Channel to save/restore supportAlex Williamson1-0/+5
2013-12-17PCI: Add support for save/restore of extended capabilitiesAlex Williamson1-8/+35
2013-12-17PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction())Alex Williamson1-23/+31
2013-12-02PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not presentRafael J. Wysocki1-0/+8
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-23/+23
2013-11-07Merge branch 'pci/misc' into nextBjorn Helgaas1-5/+8
2013-11-07PCI: Enable upstream bridges even for VFs on virtual busesBjorn Helgaas1-5/+8
2013-11-06Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+5
2013-11-05PCI: Drop warning about drivers that don't use pci_set_master()Bjorn Helgaas1-3/+1
2013-11-05PCI: Workaround missing pci_set_master in pci driversYinghai Lu1-1/+7
2013-10-31Merge branch 'pci/misc' into nextBjorn Helgaas1-3/+4
2013-10-31Merge branch 'pci/yijing-mps-v1' into nextBjorn Helgaas1-0/+2