aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-19PCI: Use ROM images from firmware only if no other ROM source availableMatthew Garrett1-20/+35
2013-03-04ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki1-1/+7
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-7/+5
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds22-583/+290
2013-02-22new helper: file_inode(file)Al Viro1-5/+5
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-34/+26
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds6-73/+86
2013-02-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+26
2013-02-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-29/+34
2013-02-19Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas1-24/+0
2013-02-16PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbersYinghai Lu1-24/+0
2013-02-15Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+1
2013-02-15Merge tag '3.8-pci-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+2
2013-02-15PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGSAlex Williamson1-1/+1
2013-02-14s390/pci: fix hotplug module initSebastian Ott1-33/+25
2013-02-14s390/pci: rename pci_probe to s390_pci_probeHeiko Carstens1-1/+1
2013-02-13PCI/PM: Clean up PME state when removing a deviceRafael J. Wysocki1-0/+2
2013-02-13ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki2-1/+10
2013-02-12Merge branch 'pci/konstantin-runtime-pm' into nextBjorn Helgaas2-3/+10
2013-02-11PCI/PM: Clear state_saved during suspendRafael J. Wysocki1-0/+4
2013-02-11PCI: Use atomic_inc_return() rather than atomic_add_return()Bjorn Helgaas1-2/+2
2013-02-11PCI: Catch attempts to disable already-disabled devicesKonstantin Khlebnikov1-0/+3
2013-02-11PCI: Disable Bus Master unconditionally in pci_device_shutdown()Konstantin Khlebnikov1-1/+1
2013-02-02Merge branch 'pci/misc' into nextBjorn Helgaas4-19/+6
2013-02-02Merge branch 'pci/joe-aspm' into nextBjorn Helgaas1-4/+4
2013-02-02Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas3-127/+17
2013-02-02PCI: acpiphp: Remove dead code for PCI host bridge hotplugJiang Liu2-123/+14
2013-02-01PCI: acpiphp: Create companion ACPI devices before creating PCI devicesJiang Liu1-3/+3
2013-02-01PCI: Remove unused "rc" in virtfn_add_bus()Yijing Wang1-1/+0
2013-02-01PCI: pciehp: Drop suspend/resume ENTRY messagesPaul Bolle1-2/+0
2013-02-01PCI/ASPM: Don't touch ASPM if forcibly disabledJoe Lawrence1-0/+3
2013-02-01PCI/ASPM: Deallocate upstream link state even if device is not PCIeMyron Stowe1-4/+1
2013-01-30PCI: Use PCI Express Capability accessorMyron Stowe2-3/+3
2013-01-29Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki1-7/+3
2013-01-29Merge branch 'acpi-pm' into acpi-cleanupRafael J. Wysocki1-2/+0
2013-01-26Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas11-215/+108
2013-01-26Merge branch 'pci/acpi-scan2' into nextBjorn Helgaas2-7/+7
2013-01-26Merge branch 'pci/yijing-ari' into nextBjorn Helgaas7-136/+109
2013-01-26Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki6-67/+77
2013-01-26ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki1-7/+3
2013-01-25PCI: Put pci_dev in device tree as early as possibleYinghai Lu4-82/+41
2013-01-25PCI: Skip attaching driver in device_add()Yinghai Lu2-1/+10
2013-01-25PCI: acpiphp: Keep driver loaded even if no slots foundYinghai Lu3-44/+2
2013-01-25PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu1-44/+15
2013-01-25PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()Yinghai Lu1-36/+6
2013-01-25PCI: Make device create/destroy logic symmetricJiang Liu2-3/+2
2013-01-25PCI: Fix reference count leak in pci_dev_present()Jiang Liu1-5/+5
2013-01-25PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locallyYinghai Lu1-0/+1
2013-01-25PCI: Add root bus children dev's res to fail listYinghai Lu1-1/+1