aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-20Merge tag 'pci-v3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-11/+20
2014-02-14PCI: Enable INTx if BIOS left them disabledBjorn Helgaas1-0/+10
2014-02-13PCI/MSI: Fix pci_msix_vec_count() htmldocs failureMasanari Iida1-1/+0
2014-02-13PCI/MSI: Fix leak of msi_attrsGreg Kroah-Hartman1-0/+1
2014-02-13PCI/MSI: Check kmalloc() return value, fix leak of nameGreg Kroah-Hartman1-1/+7
2014-02-12PCI: mvebu: Use Device ID and revision from underlying endpointAndrew Lunn1-9/+2
2014-02-12ACPI / hotplug / PCI: Relax the checking of _STA return valuesMika Westerberg1-2/+13
2014-02-03ACPI / hotplug / PCI: Fix bridge removal race vs dock eventsRafael J. Wysocki1-1/+20
2014-02-03ACPI / hotplug / PCI: Fix bridge removal race in handle_hotplug_event()Rafael J. Wysocki1-4/+14
2014-02-03ACPI / hotplug / PCI: Scan root bus under the PCI rescan-remove lockRafael J. Wysocki1-0/+4
2014-02-03ACPI / hotplug / PCI: Move PCI rescan-remove locking to hotplug_event()Rafael J. Wysocki1-2/+2
2014-02-03ACPI / hotplug / PCI: Remove entries from bus->devices in reverse orderRafael J. Wysocki1-4/+4
2014-02-01Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"Rafael J. Wysocki2-19/+19
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds6-110/+45
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-15/+38
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+4
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds50-1363/+1894
2014-01-15Merge branch 'pci/reset' into nextBjorn Helgaas1-0/+155
2014-01-15Merge branch 'pci/locking' into nextBjorn Helgaas16-38/+170
2014-01-15Merge branch 'pci/misc' into nextBjorn Helgaas2-1/+2
2014-01-15PCI: Check parent kobject in pci_destroy_dev()Rafael J. Wysocki1-0/+3
2014-01-15xen/pcifront: Use global PCI rescan-remove lockingRafael J. Wysocki1-0/+8
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-14PCI: hotplug: Use global PCI rescan-remove lockingRafael J. Wysocki9-19/+83
2014-01-14ACPI / hotplug / PCI: Use global PCI rescan-remove lockingRafael J. Wysocki3-7/+43
2014-01-13PCI: Add global pci_lock_rescan_remove()Rafael J. Wysocki3-12/+33
2014-01-13PCI: Reorder so actual code comes before stubsBjorn Helgaas1-32/+25
2014-01-13Merge branch 'pci/dead-code' into nextBjorn Helgaas9-470/+82
2014-01-13Merge branch 'pci/aer' into nextBjorn Helgaas1-4/+4
2014-01-13PCI/AER: Support ACPI HEST AER error sources for PCI domains other than 0Betty Dall1-4/+4
2014-01-13PCI: Make local functions staticStephen Hemminger5-86/+84
2014-01-13PCI: Remove unused alloc_pci_dev()Stephen Hemminger1-6/+0
2014-01-13PCI: Remove unused pci_renumber_slot()Stephen Hemminger1-26/+0
2014-01-13PCI: Remove unused pcie_aspm_enabled()Stephen Hemminger1-12/+0
2014-01-13PCI: Remove unused pci_vpd_truncate()Stephen Hemminger1-24/+0
2014-01-12Merge branch 'acpi-dsm'Rafael J. Wysocki1-92/+37
2014-01-12Merge branch 'acpi-hotplug'Rafael J. Wysocki2-9/+7
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki5-9/+1
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
2014-01-10Merge branch 'pci/resource' into nextBjorn Helgaas7-61/+130
2014-01-10PCI: Removed unused parts of Page Request Interface supportStephen Hemminger1-82/+0
2014-01-10PCI: Never treat a VF as a multifunction deviceAlex Williamson1-0/+1
2014-01-07Merge branch 'pci/msi' into nextBjorn Helgaas2-37/+120
2014-01-07Merge branch 'pci/misc' into nextBjorn Helgaas2-2/+7
2014-01-07Merge branch 'pci/host-mvebu' into nextBjorn Helgaas1-4/+6
2014-01-07Merge branch 'pci/host-designware' into nextBjorn Helgaas1-2/+2
2014-01-07PCI: Allocate 64-bit BARs above 4G when possibleYinghai Lu1-3/+13