summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
...
* | | s390/pci: add recover sysfs knobSebastian Ott2013-08-301-2/+0Star
* | | s390/pci/hotplug: convert to be builtin onlySebastian Ott2013-08-302-60/+3Star
|/ /
* | Merge tag 'pci-v3.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-022-5/+9
|\ \
| * | PCI: hotplug: Convert to be builtin only, not modularBjorn Helgaas2013-07-251-4/+1Star
| * | PCI: pciehp: Fix null pointer deref when hot-removing SR-IOV deviceYinghai Lu2013-07-251-1/+8
| |/
* / powerpc/pci/hotplug: Don't need to remove from EEH cache twiceGavin Shan2013-07-241-1/+0Star
|/
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-042-5/+2Star
|\
| * drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2013-07-042-5/+2Star
* | 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/+2Star
|\ \
| * | cpqphp_sysfs: switch to fixed_size_llseek()Al Viro2013-06-291-20/+2Star
| |/
* | 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/+306Star
|\
| * Merge branch 'pci/cleanup' into nextBjorn Helgaas2013-04-1711-155/+148Star
| |\
| | * PCI: Remove "extern" from function declarationsBjorn Helgaas2013-04-179-144/+138Star
| | * PCI: Remove __must_check from definitionsBjorn Helgaas2013-04-172-3/+3
| | * PCI: Remove unused variablesBjorn Helgaas2013-04-151-2/+0Star
| | * 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/+157Star
| |\ \
| | * | 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/+12Star
| | * | PCI: acpiphp: Do not use ACPI PCI subdriver mechanismJiang Liu2013-04-133-247/+57Star
| | * | PCI: acpiphp: Convert acpiphp to be builtin only, not modularJiang Liu2013-04-123-17/+10Star
| | * | PCI: acpiphp: Replace local macros with standard ACPI macrosJiang Liu2013-04-122-6/+2Star
| | * | PCI: acpiphp: Remove all functions even if function 0 doesn't existJiang Liu2013-04-121-7/+0Star
| | * | 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/+4Star
* | 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-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