aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-02Merge tag 'pci-v3.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-5/+9
2013-07-25PCI: hotplug: Convert to be builtin only, not modularBjorn Helgaas1-4/+1
2013-07-25PCI: pciehp: Fix null pointer deref when hot-removing SR-IOV deviceYinghai Lu1-1/+8
2013-07-24powerpc/pci/hotplug: Don't need to remove from EEH cache twiceGavin Shan1-1/+0
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2-5/+2
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2-5/+2
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-16/+44
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-20/+2
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2013-06-29cpqphp_sysfs: switch to fixed_size_llseek()Al Viro1-20/+2
2013-06-26s390/pci: remove pdev during unplugSebastian Ott1-3/+4
2013-06-26s390/pci: cleanup hotplug codeSebastian Ott1-13/+40
2013-06-24ACPI / dock / PCI: Synchronous handling of dock events for PCI devicesRafael J. Wysocki1-14/+32
2013-06-23PCI / ACPI: Use boot-time resource allocation rules during hotplugJiang Liu1-2/+5
2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-1/+1
2013-05-17PCI: acpiphp: Re-enumerate devices when host bridge receives Bus CheckYinghai Lu1-0/+14
2013-04-29Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds15-464/+306
2013-04-17Merge branch 'pci/cleanup' into nextBjorn Helgaas11-155/+148
2013-04-17PCI: Remove "extern" from function declarationsBjorn Helgaas9-144/+138
2013-04-17PCI: Remove __must_check from definitionsBjorn Helgaas2-3/+3
2013-04-17s390/pci: do not modify function handlesSebastian Ott1-5/+4
2013-04-17s390/pci: debug device statesSebastian Ott1-0/+3
2013-04-16Merge branch 'pci/jiang-subdrivers' into nextBjorn Helgaas4-308/+157
2013-04-16PCI: acpiphp: Protect acpiphp data structures from concurrent updatesJiang Liu2-18/+78
2013-04-16PCI: acpiphp: Use normal list to simplify implementationYijing Wang2-15/+12
2013-04-15PCI: Use PCI_EXP_SLTCAP_PSN mask when extracting slot numberBjorn Helgaas1-1/+1
2013-04-15PCI: Remove unused variablesBjorn Helgaas1-2/+0
2013-04-15PCI: Move cpci_hotplug_init() proto to header fileBjorn Helgaas2-8/+9
2013-04-12PCI: acpiphp: Do not use ACPI PCI subdriver mechanismJiang Liu3-247/+57
2013-04-12PCI: acpiphp: Convert acpiphp to be builtin only, not modularJiang Liu3-17/+10
2013-04-12PCI: acpiphp: Replace local macros with standard ACPI macrosJiang Liu2-6/+2
2013-04-12PCI: acpiphp: Remove all functions even if function 0 doesn't existJiang Liu1-7/+0
2013-04-12PCI: acpiphp: Use list_for_each_entry_safe() in acpiphp_sanitize_bus()Yijing Wang1-2/+2
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds9-383/+151
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-34/+26
2013-02-14s390/pci: fix hotplug module initSebastian Ott1-33/+25
2013-02-14s390/pci: rename pci_probe to s390_pci_probeHeiko Carstens1-1/+1
2013-02-13ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki2-1/+10
2013-02-02Merge branch 'pci/misc' into nextBjorn Helgaas1-2/+0
2013-02-02Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2-126/+17
2013-02-02PCI: acpiphp: Remove dead code for PCI host bridge hotplugJiang Liu2-123/+14
2013-02-01PCI: acpiphp: Create companion ACPI devices before creating PCI devicesJiang Liu1-3/+3
2013-02-01PCI: pciehp: Drop suspend/resume ENTRY messagesPaul Bolle1-2/+0
2013-01-29Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki1-7/+3
2013-01-26Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas3-125/+49
2013-01-26Merge branch 'pci/acpi-scan2' into nextBjorn Helgaas2-7/+7
2013-01-26Merge branch 'pci/yijing-ari' into nextBjorn Helgaas4-100/+72
2013-01-26Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2-35/+19
2013-01-26ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki1-7/+3
2013-01-25PCI: acpiphp: Keep driver loaded even if no slots foundYinghai Lu3-44/+2