aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAge
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-26
|\
| * Merge branch 'pci/misc' into nextBjorn Helgaas2013-02-02
| |\
| | * PCI: pciehp: Drop suspend/resume ENTRY messagesPaul Bolle2013-02-01
| * | Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-02-02
| |\ \
| | * | PCI: acpiphp: Remove dead code for PCI host bridge hotplugJiang Liu2013-02-02
| | * | PCI: acpiphp: Create companion ACPI devices before creating PCI devicesJiang Liu2013-02-01
| * | | Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-01-26
| |\| |
| | * | PCI: acpiphp: Keep driver loaded even if no slots foundYinghai Lu2013-01-25
| | * | PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu2013-01-25
| | * | PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()Yinghai Lu2013-01-25
| | * | PCI: acpiphp: Add is_hotplug_bridge detectionYinghai Lu2013-01-25
| * | | Merge branch 'pci/acpi-scan2' into nextBjorn Helgaas2013-01-26
| |\| |
| * | | Merge branch 'pci/yijing-ari' into nextBjorn Helgaas2013-01-26
| |\ \ \
| | * | | PCI: shpchp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-25
| | * | | PCI: sgihp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-25
| | * | | PCI: cpcihp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-25
| | * | | PCI: pciehp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-25
| * | | | Merge branch 'pci/yinghai-survey-resources+acpi-scan' into nextBjorn Helgaas2013-01-10
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | PCI: cpqphp: Cleanup and remove unreachable pathsSasha Levin2013-01-07
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-02-21
|\ \ \ \
| * | | | s390/pci: fix hotplug module initSebastian Ott2013-02-14
| * | | | s390/pci: rename pci_probe to s390_pci_probeHeiko Carstens2013-02-14
* | | | | ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki2013-02-13
* | | | | Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2013-01-29
|\ \ \ \ \
| * | | | | ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki2013-01-25
| | |_|_|/ | |/| | |
* | | | | Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2013-01-25
|\| | | | | |/ / / |/| | |
| * | | ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki2013-01-18
| * | | ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki2013-01-15
| | |/ | |/|
| * | ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki2013-01-03
| * | ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki2013-01-03
| * | ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki2013-01-03
| |/
* | PCI: shpchp: Use per-slot workqueues to avoid deadlockBjorn Helgaas2013-01-14
* | PCI: shpchp: Handle push button event asynchronouslyBjorn Helgaas2013-01-14
* | PCI: shpchp: Make shpchp_wq non-orderedBjorn Helgaas2013-01-13
* | PCI: pciehp: Use per-slot workqueues to avoid deadlockYijing Wang2013-01-12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-12-13
|\
| * s390/pci: PCI hotplug support via SCLPJan Glauber2012-11-30
* | PCI: Remove __dev* markingsBill Pemberton2012-11-28
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-05
|\
| * powerpc/eeh: Remove EEH PE for normal PCI hotplugGavin Shan2012-09-18
* | Merge branch 'pci/jiang-acpiphp' into nextBjorn Helgaas2012-09-24
|\ \
| * | PCI: acpiphp: Handle PCIe ports without native hotplug capabilityJiang Liu2012-09-24
| |/
* | Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into nextBjorn Helgaas2012-09-24
|\ \
| * | PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi2012-09-24
* | | Merge branch 'pci/jiang-get-domain-bus-slot' into nextBjorn Helgaas2012-09-17
|\ \ \
| * | | PCI/cpcihp: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu2012-09-12
* | | | Merge branch 'pci/trivial' into nextBjorn Helgaas2012-09-13
|\ \ \ \
| * | | | PCI: cpqphp: Remove unreachable pathAlan Cox2012-09-10
| |/ / /
* | | | Merge branch 'pci/oliver-pciehp-resume' into nextBjorn Helgaas2012-09-10
|\ \ \ \
| * | | | PCI: pciehp: Always implement resume, regardless of pciehp_force paramOliver Neukum2012-09-07
| |/ / /