summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
AgeCommit message (Expand)AuthorFilesLines
2014-02-03ACPI / hotplug / PCI: Fix bridge removal race vs dock eventsRafael J. Wysocki1-1/+20
2014-02-03ACPI / hotplug / PCI: Fix bridge removal race in handle_hotplug_event()Rafael J. Wysocki1-4/+14
2014-02-03ACPI / hotplug / PCI: Scan root bus under the PCI rescan-remove lockRafael J. Wysocki1-0/+4
2014-02-03ACPI / hotplug / PCI: Move PCI rescan-remove locking to hotplug_event()Rafael J. Wysocki1-2/+2
2014-02-03ACPI / hotplug / PCI: Remove entries from bus->devices in reverse orderRafael J. Wysocki1-4/+4
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-5/+2
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-356/+304
2014-01-14PCI: hotplug: Use global PCI rescan-remove lockingRafael J. Wysocki9-19/+83
2014-01-14ACPI / hotplug / PCI: Use global PCI rescan-remove lockingRafael J. Wysocki3-7/+43
2014-01-13Merge branch 'pci/dead-code' into nextBjorn Helgaas2-2/+1
2014-01-13PCI: Make local functions staticStephen Hemminger2-2/+1
2013-12-31Merge branch 'acpi-pci-hotplug' into acpi-hotplugRafael J. Wysocki1-3/+23
2013-12-31ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplugRafael J. Wysocki1-3/+23
2013-12-15PCI: pciehp: Move Attention & Power Indicator support tests to accessorsBjorn Helgaas2-29/+25
2013-12-15PCI: pciehp: Use symbolic constants for Slot Control fieldsBjorn Helgaas1-58/+28
2013-12-15PCI: pciehp: Use symbolic constants, not hard-coded bitmaskBjorn Helgaas1-1/+4
2013-12-15PCI: pciehp: Simplify "Power Fault Detected" checking/clearingBjorn Helgaas1-3/+3
2013-12-15PCI: pciehp: Announce slot capabilities (slot #, button, LEDs, etc)Bjorn Helgaas1-3/+12
2013-12-15PCI: pciehp: Make various functions void since they can't failBjorn Helgaas5-89/+54
2013-12-15PCI: pciehp: Remove error checks when accessing PCIe CapabilityBjorn Helgaas1-136/+41
2013-12-14PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappersBjorn Helgaas1-47/+48
2013-12-07Merge branch 'acpi-cleanup' into acpi-hotplugRafael J. Wysocki2-4/+1
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng2-4/+1
2013-11-28Merge branch 'acpi-pci-hotplug' into acpi-hotplugRafael J. Wysocki1-1/+3
2013-11-28ACPI / PCI / hotplug: Avoid warning when _ADR not presentToshi Kani1-1/+3
2013-11-22ACPI / scan: Add acpi_device objects for all device nodes in the namespaceRafael J. Wysocki1-1/+1
2013-11-22Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds33-302/+298
2013-11-19Merge branch 'acpi-hotplug'Rafael J. Wysocki1-1/+0
2013-11-19PCI / hotplug / ACPI: Drop unused acpiphp_debug declarationMika Westerberg1-1/+0
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki2-3/+3
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-4/+4
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas33-302/+298
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-76/+56
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-16/+9
2013-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-4/+2
2013-11-07Merge branch 'acpi-hotplug'Rafael J. Wysocki1-11/+7
2013-11-07ACPI / hotplug: Consolidate deferred execution of ACPI hotplug routinesRafael J. Wysocki1-11/+7
2013-10-30Revert "ACPI / hotplug / PCI: Avoid doing too much for spurious notifies"Mika Westerberg1-5/+1
2013-10-28Merge branch 'acpi-cleanup'Rafael J. Wysocki1-5/+2
2013-10-24s390/pci: message cleanupSebastian Ott1-4/+2
2013-10-12ACPI / hotplug / PCI: Drop WARN_ON() from acpiphp_enumerate_slots()Rafael J. Wysocki1-3/+4
2013-10-12ACPI / hotplug / PCI: Fix error code path in acpiphp_enumerate_slots()Rafael J. Wysocki1-0/+1
2013-09-27Merge branch 'pci/misc' into nextBjorn Helgaas4-74/+54
2013-09-25PCI: acpiphp_ibm: Convert to dynamic debugLan Tianyu1-34/+24
2013-09-25PCI: acpiphp: Convert to dynamic debugLan Tianyu3-40/+30
2013-09-23PCI/ACPI: Name _OSC #defines more consistentlyBjorn Helgaas2-2/+2
2013-09-24acpi_pcihp: convert acpi_get_handle() to acpi_has_method()Zhang Rui1-5/+2
2013-09-10Merge branch 'acpi-pci-hotplug'Rafael J. Wysocki1-14/+47
2013-09-09ACPI / hotplug / PCI: Avoid parent bus rescans on spurious device checksRafael J. Wysocki1-7/+25
2013-09-07ACPI / hotplug / PCI: Use _OST to notify firmware about notify statusRafael J. Wysocki1-4/+17