aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-29Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds15-464/+306
2013-04-17Merge branch 'pci/cleanup' into nextBjorn Helgaas11-155/+148
2013-04-17PCI: Remove "extern" from function declarationsBjorn Helgaas9-144/+138
2013-04-17PCI: Remove __must_check from definitionsBjorn Helgaas2-3/+3
2013-04-17s390/pci: do not modify function handlesSebastian Ott1-5/+4
2013-04-17s390/pci: debug device statesSebastian Ott1-0/+3
2013-04-16Merge branch 'pci/jiang-subdrivers' into nextBjorn Helgaas4-308/+157
2013-04-16PCI: acpiphp: Protect acpiphp data structures from concurrent updatesJiang Liu2-18/+78
2013-04-16PCI: acpiphp: Use normal list to simplify implementationYijing Wang2-15/+12
2013-04-15PCI: Use PCI_EXP_SLTCAP_PSN mask when extracting slot numberBjorn Helgaas1-1/+1
2013-04-15PCI: Remove unused variablesBjorn Helgaas1-2/+0
2013-04-15PCI: Move cpci_hotplug_init() proto to header fileBjorn Helgaas2-8/+9
2013-04-12PCI: acpiphp: Do not use ACPI PCI subdriver mechanismJiang Liu3-247/+57
2013-04-12PCI: acpiphp: Convert acpiphp to be builtin only, not modularJiang Liu3-17/+10
2013-04-12PCI: acpiphp: Replace local macros with standard ACPI macrosJiang Liu2-6/+2
2013-04-12PCI: acpiphp: Remove all functions even if function 0 doesn't existJiang Liu1-7/+0
2013-04-12PCI: acpiphp: Use list_for_each_entry_safe() in acpiphp_sanitize_bus()Yijing Wang1-2/+2
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds9-383/+151
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-34/+26
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-13ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki2-1/+10
2013-02-02Merge branch 'pci/misc' into nextBjorn Helgaas1-2/+0
2013-02-02Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2-126/+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: pciehp: Drop suspend/resume ENTRY messagesPaul Bolle1-2/+0
2013-01-29Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki1-7/+3
2013-01-26Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas3-125/+49
2013-01-26Merge branch 'pci/acpi-scan2' into nextBjorn Helgaas2-7/+7
2013-01-26Merge branch 'pci/yijing-ari' into nextBjorn Helgaas4-100/+72
2013-01-26Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2-35/+19
2013-01-26ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki1-7/+3
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: acpiphp: Add is_hotplug_bridge detectionYinghai Lu1-1/+26
2013-01-25PCI: shpchp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-20/+16
2013-01-25PCI: sgihp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-34/+29
2013-01-25PCI: cpcihp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-18/+11
2013-01-25PCI: pciehp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-28/+16
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki2-4/+4
2013-01-15ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki2-3/+3
2013-01-14PCI: shpchp: Use per-slot workqueues to avoid deadlockBjorn Helgaas3-16/+18
2013-01-14PCI: shpchp: Handle push button event asynchronouslyBjorn Helgaas3-12/+1
2013-01-13PCI: shpchp: Make shpchp_wq non-orderedBjorn Helgaas1-1/+1
2013-01-12PCI: pciehp: Use per-slot workqueues to avoid deadlockYijing Wang4-15/+17
2013-01-10Merge branch 'pci/yinghai-survey-resources+acpi-scan' into nextBjorn Helgaas2-31/+15
2013-01-07PCI: cpqphp: Cleanup and remove unreachable pathsSasha Levin1-37/+20
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki2-10/+12