summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pci/hotplug: Don't need to remove from EEH cache twiceGavin Shan2013-07-241-1/+0
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-032-5/+2
|\
| * drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2013-07-032-5/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-07-031-16/+44
|\ \ | |/ |/|
| * s390/pci: remove pdev during unplugSebastian Ott2013-06-261-3/+4
| * s390/pci: cleanup hotplug codeSebastian Ott2013-06-261-13/+40
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-20/+2
|\ \
| * | cpqphp_sysfs: switch to fixed_size_llseek()Al Viro2013-06-291-20/+2
| |/
* | Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-1/+1
|\ \
| * | Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-1/+1
| |/
* | ACPI / dock / PCI: Synchronous handling of dock events for PCI devicesRafael J. Wysocki2013-06-241-14/+32
* | PCI / ACPI: Use boot-time resource allocation rules during hotplugJiang Liu2013-06-231-2/+5
|/
* PCI: acpiphp: Re-enumerate devices when host bridge receives Bus CheckYinghai Lu2013-05-171-0/+14
* Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-2915-464/+306
|\
| * Merge branch 'pci/cleanup' into nextBjorn Helgaas2013-04-1711-155/+148
| |\
| | * PCI: Remove "extern" from function declarationsBjorn Helgaas2013-04-179-144/+138
| | * PCI: Remove __must_check from definitionsBjorn Helgaas2013-04-172-3/+3
| | * PCI: Remove unused variablesBjorn Helgaas2013-04-151-2/+0
| | * PCI: Move cpci_hotplug_init() proto to header fileBjorn Helgaas2013-04-152-8/+9
| * | Merge branch 'pci/jiang-subdrivers' into nextBjorn Helgaas2013-04-164-308/+157
| |\ \
| | * | PCI: acpiphp: Protect acpiphp data structures from concurrent updatesJiang Liu2013-04-162-18/+78
| | * | PCI: acpiphp: Use normal list to simplify implementationYijing Wang2013-04-162-15/+12
| | * | PCI: acpiphp: Do not use ACPI PCI subdriver mechanismJiang Liu2013-04-123-247/+57
| | * | PCI: acpiphp: Convert acpiphp to be builtin only, not modularJiang Liu2013-04-123-17/+10
| | * | PCI: acpiphp: Replace local macros with standard ACPI macrosJiang Liu2013-04-122-6/+2
| | * | PCI: acpiphp: Remove all functions even if function 0 doesn't existJiang Liu2013-04-121-7/+0
| | * | PCI: acpiphp: Use list_for_each_entry_safe() in acpiphp_sanitize_bus()Yijing Wang2013-04-121-2/+2
| | |/
| * | PCI: Use PCI_EXP_SLTCAP_PSN mask when extracting slot numberBjorn Helgaas2013-04-151-1/+1
| |/
* | s390/pci: do not modify function handlesSebastian Ott2013-04-171-5/+4
* | s390/pci: debug device statesSebastian Ott2013-04-171-0/+3
|/
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-259-383/+151
|\
| * Merge branch 'pci/misc' into nextBjorn Helgaas2013-02-021-2/+0
| |\
| | * PCI: pciehp: Drop suspend/resume ENTRY messagesPaul Bolle2013-02-011-2/+0
| * | Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-02-022-126/+17
| |\ \
| | * | PCI: acpiphp: Remove dead code for PCI host bridge hotplugJiang Liu2013-02-022-123/+14
| | * | PCI: acpiphp: Create companion ACPI devices before creating PCI devicesJiang Liu2013-02-011-3/+3
| * | | Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-01-263-125/+49
| |\ \ \ | | |/ /
| | * | PCI: acpiphp: Keep driver loaded even if no slots foundYinghai Lu2013-01-253-44/+2
| | * | PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu2013-01-251-44/+15
| | * | PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()Yinghai Lu2013-01-251-36/+6
| | * | PCI: acpiphp: Add is_hotplug_bridge detectionYinghai Lu2013-01-251-1/+26
| * | | Merge branch 'pci/acpi-scan2' into nextBjorn Helgaas2013-01-262-7/+7
| |\ \ \ | | |/ /
| * | | Merge branch 'pci/yijing-ari' into nextBjorn Helgaas2013-01-264-100/+72
| |\ \ \
| | * | | PCI: shpchp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-251-20/+16
| | * | | PCI: sgihp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-251-34/+29
| | * | | PCI: cpcihp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-251-18/+11
| | * | | PCI: pciehp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-251-28/+16
| * | | | 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-211-34/+26
|\ \ \ \
OpenPOWER on IntegriCloud