summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'pci/yinghai-survey-resources+acpi-scan' into nextBjorn Helgaas2013-01-102-31/+15
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | PCI: cpqphp: Cleanup and remove unreachable pathsSasha Levin2013-01-071-37/+20
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-02-221-34/+26
|\ \ \ \
| * | | | s390/pci: fix hotplug module initSebastian Ott2013-02-141-33/+25
| * | | | 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/+3
|\ \ \ \ \
| * | | | | ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki2013-01-261-7/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2013-01-262-35/+19
|\| | | | | |/ / / |/| | |
| * | | 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/+5
| * | ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki2013-01-032-5/+1
| |/
* | 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/+1
* | 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/+2
|\ \ \
| * | | PCI/cpcihp: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu2012-09-121-6/+2
* | | | Merge branch 'pci/trivial' into nextBjorn Helgaas2012-09-131-20/+1
|\ \ \ \
| * | | | PCI: cpqphp: Remove unreachable pathAlan Cox2012-09-111-20/+1
| |/ / /
* | | | 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
| |/ / /
* | | | Merge branch 'pci/bjorn-remove-fakephp' into nextBjorn Helgaas2012-09-073-190/+1
|\ \ \ \
| * | | | PCI: Remove the fakephp driverBjorn Helgaas2012-08-243-190/+1
| |/ / /
* | | | Merge branch 'pci/bjorn-cleanup-remove' into nextBjorn Helgaas2012-08-241-45/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | PCI: Remove unused, commented-out, codeBjorn Helgaas2012-08-221-28/+0
| * | PCI: acpiphp: Use common pci_stop_and_remove_bus_device()Bjorn Helgaas2012-08-221-2/+1
| * | PCI: acpiphp: Stop disabling bridges on removeBjorn Helgaas2012-08-171-15/+0
| |/
* | PCI/pciehp: Use PCI Express Capability accessorsJiang Liu2012-08-232-13/+5
* | PCI/hotplug: Use PCI Express Capability accessorsJiang Liu2012-08-231-15/+5
|/
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-2517-256/+128
|\
| * Merge branch 'pci/yinghai-pciehp-unused' into nextBjorn Helgaas2012-07-182-105/+0
| |\
| | * PCI: pciehp: remove unused pciehp_get_max_lnk_width(), pciehp_get_cur_lnk_wid...Yinghai Lu2012-07-122-105/+0
| * | Merge branch 'pci/julia-return-values' into nextBjorn Helgaas2012-07-164-16/+40
| |\ \
| | * | PCI: hotplug: ensure a consistent return value in error caseJulia Lawall2012-07-164-16/+40
| | |/
| * | Merge branch 'pci/yinghai-hotplug-cleanup' into nextBjorn Helgaas2012-07-113-11/+3
| |\ \
| | * | PCI: acpiphp: merge acpiphp_debug and debugYinghai Lu2012-07-112-6/+3
| | * | PCI: acpiphp: remove unused res_lockYinghai Lu2012-07-102-5/+0
| | |/
| * | Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas2012-06-222-7/+9
| |\ \