aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds13-159/+121
2012-11-28PCI: Remove __dev* markingsBill Pemberton8-90/+90
2012-11-28PCI: Always build setup-bus when PCI is enabledBill Pemberton1-4/+1
2012-11-28PCI: Move pci_uevent into pci-driver.cBill Pemberton4-40/+33
2012-11-28PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton4-28/+0
2012-11-15ACPI / PM: Move routines for adding/removing device wakeup notifiersRafael J. Wysocki1-67/+4
2012-11-15Merge branch 'pm-qos' into acpi-dev-pmRafael J. Wysocki1-1/+7
2012-11-05PCI/portdrv: Don't create hotplug slots unless port supports hotplugTaku Izumi1-1/+2
2012-11-05PCI/PM: Fix proc config reg access for D3cold and bridge suspendingHuang Ying4-34/+42
2012-11-02PCI/PM: Resume device before shutdownHuang Ying1-10/+2
2012-11-02PCI/PM: Fix deadlock when unbinding device if parent in D3coldHuang Ying2-7/+16
2012-10-24PM / ACPI: Take device PM QoS flags into accountRafael J. Wysocki1-1/+7
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-5/+10
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-17/+0
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds34-1121/+669
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-4/+0
2012-09-24Merge branch 'pci/yinghai-misc' into nextBjorn Helgaas2-3/+9
2012-09-24Merge branch 'pci/jiang-acpiphp' into nextBjorn Helgaas1-10/+31
2012-09-24Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into nextBjorn Helgaas1-5/+7
2012-09-24PCI: acpiphp: Handle PCIe ports without native hotplug capabilityJiang Liu1-10/+31
2012-09-24PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi1-5/+7
2012-09-24Merge branch 'pm-sleep'Rafael J. Wysocki1-17/+0
2012-09-22Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7Konrad Rzeszutek Wilk1-4/+9
2012-09-20PCI: Stop all children first, before removing all childrenYinghai Lu1-16/+35
2012-09-20Revert "PCI: Use hotplug-safe pci_get_domain_bus_and_slot()"Bjorn Helgaas1-2/+6
2012-09-19PM: Prevent runtime suspend during system resumeAlan Stern1-17/+0
2012-09-19Merge branch 'pci/thierry-fixup-irqs' into nextBjorn Helgaas1-2/+7
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding1-0/+5
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding1-2/+2
2012-09-18PCI: Use correct type when freeing bus resource listYinghai Lu1-1/+5
2012-09-18PCI: Check P2P bridge for invalid secondary/subordinate rangeYinghai Lu1-2/+4
2012-09-18Merge branch 'pci/konstantin-sysfs' into nextBjorn Helgaas1-47/+10
2012-09-18powerpc/eeh: Remove EEH PE for normal PCI hotplugGavin Shan1-1/+1
2012-09-17Merge branch 'pci/jiang-get-domain-bus-slot' into nextBjorn Helgaas3-20/+6
2012-09-17PCI: Convert "new_id"/"remove_id" into generic pci_bus driver attributesKonstantin Khlebnikov1-47/+10
2012-09-17xen/pcifront: Use Xen-SWIOTLB when initting if required.Konrad Rzeszutek Wilk1-4/+9
2012-09-13Merge commit 'v3.6-rc5' into pci/gavin-window-alignmentBjorn Helgaas6-16/+89
2012-09-13Merge branch 'pci/trivial' into nextBjorn Helgaas5-31/+4
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas6-16/+89
2012-09-12xen-pcifront: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu1-8/+2
2012-09-12PCI: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu1-6/+2
2012-09-12PCI/cpcihp: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu1-6/+2
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas3-10/+10
2012-09-12Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into stable/for-linus-3.7Konrad Rzeszutek Wilk37-654/+1159
2012-09-11Merge branch 'pci/gavin-window-alignment' into nextBjorn Helgaas1-21/+60
2012-09-11PCI: Refactor pbus_size_mem()Gavin Shan1-13/+23
2012-09-11PCI: Align P2P windows using pcibios_window_alignment()Gavin Shan1-9/+6
2012-09-11PCI: Add weak pcibios_window_alignment() interfaceGavin Shan1-0/+32
2012-09-10PCI: Drop bogus default from ARCH_SUPPORTS_MSIJan Beulich1-1/+0