summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-269-383/+151Star
|\
| * Merge branch 'pci/misc' into nextBjorn Helgaas2013-02-021-2/+0Star
| |\
| | * PCI: pciehp: Drop suspend/resume ENTRY messagesPaul Bolle2013-02-011-2/+0Star
| * | Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-02-022-126/+17Star
| |\ \
| | * | PCI: acpiphp: Remove dead code for PCI host bridge hotplugJiang Liu2013-02-022-123/+14Star
| | * | PCI: acpiphp: Create companion ACPI devices before creating PCI devicesJiang Liu2013-02-021-3/+3
| * | | Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-01-273-125/+49Star
| |\| |
| | * | PCI: acpiphp: Keep driver loaded even if no slots foundYinghai Lu2013-01-253-44/+2Star
| | * | PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu2013-01-251-44/+15Star
| | * | PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()Yinghai Lu2013-01-251-36/+6Star
| | * | PCI: acpiphp: Add is_hotplug_bridge detectionYinghai Lu2013-01-251-1/+26
| * | | Merge branch 'pci/acpi-scan2' into nextBjorn Helgaas2013-01-272-7/+7
| |\| |
| * | | Merge branch 'pci/yijing-ari' into nextBjorn Helgaas2013-01-274-100/+72Star
| |\ \ \
| | * | | PCI: shpchp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-251-20/+16Star
| | * | | PCI: sgihp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-251-34/+29Star
| | * | | PCI: cpcihp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-251-18/+11Star
| | * | | PCI: pciehp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-251-28/+16Star
| * | | | Merge branch 'pci/yinghai-survey-resources+acpi-scan' into nextBjorn Helgaas2013-01-102-31/+15Star
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | PCI: cpqphp: Cleanup and remove unreachable pathsSasha Levin2013-01-071-37/+20Star
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-02-221-34/+26Star
|\ \ \ \
| * | | | s390/pci: fix hotplug module initSebastian Ott2013-02-141-33/+25Star
| * | | | s390/pci: rename pci_probe to s390_pci_probeHeiko Carstens2013-02-141-1/+1
* | | | | ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki2013-02-132-1/+10
* | | | | Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2013-01-291-7/+3Star
|\ \ \ \ \
| * | | | | ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki2013-01-261-7/+3Star
| | |_|_|/ | |/| | |
* | | | | Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2013-01-262-35/+19Star
|\| | | | | |/ / / |/| | |
| * | | ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki2013-01-192-4/+4
| * | | ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki2013-01-152-3/+3
| | |/ | |/|
| * | ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki2013-01-032-10/+12
| * | ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki2013-01-032-19/+5Star
| * | ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki2013-01-032-5/+1Star
| |/
* | PCI: shpchp: Use per-slot workqueues to avoid deadlockBjorn Helgaas2013-01-143-16/+18
* | PCI: shpchp: Handle push button event asynchronouslyBjorn Helgaas2013-01-143-12/+1Star
* | PCI: shpchp: Make shpchp_wq non-orderedBjorn Helgaas2013-01-141-1/+1
* | PCI: pciehp: Use per-slot workqueues to avoid deadlockYijing Wang2013-01-124-15/+17
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-12-133-0/+264
|\
| * s390/pci: PCI hotplug support via SCLPJan Glauber2012-11-303-0/+264
* | PCI: Remove __dev* markingsBill Pemberton2012-11-281-2/+2
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-051-1/+1
|\
| * powerpc/eeh: Remove EEH PE for normal PCI hotplugGavin Shan2012-09-181-1/+1
* | Merge branch 'pci/jiang-acpiphp' into nextBjorn Helgaas2012-09-251-10/+31
|\ \
| * | PCI: acpiphp: Handle PCIe ports without native hotplug capabilityJiang Liu2012-09-241-10/+31
| |/
* | Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into nextBjorn Helgaas2012-09-251-5/+7
|\ \
| * | PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi2012-09-241-5/+7
* | | Merge branch 'pci/jiang-get-domain-bus-slot' into nextBjorn Helgaas2012-09-171-6/+2Star
|\ \ \
| * | | PCI/cpcihp: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu2012-09-121-6/+2Star
* | | | Merge branch 'pci/trivial' into nextBjorn Helgaas2012-09-131-20/+1Star
|\ \ \ \
| * | | | PCI: cpqphp: Remove unreachable pathAlan Cox2012-09-111-20/+1Star
| |/ / /
* | | | Merge branch 'pci/oliver-pciehp-resume' into nextBjorn Helgaas2012-09-111-14/+14
|\ \ \ \
| * | | | PCI: pciehp: Always implement resume, regardless of pciehp_force paramOliver Neukum2012-09-081-14/+14
| |/ / /