aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2013-09-07ACPI / hotplug / PCI: Avoid doing too much for spurious notifiesRafael J. Wysocki1-3/+6
2013-09-05ACPI / hotplug / PCI: Don't trim devices before scanning the namespaceRafael J. Wysocki1-1/+0
2013-09-03Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-4/+46
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-674/+437
2013-08-30s390/pci: add recover sysfs knobSebastian Ott1-2/+0
2013-08-30s390/pci/hotplug: convert to be builtin onlySebastian Ott2-60/+3
2013-08-27Merge branch 'acpi-assorted'Rafael J. Wysocki1-1/+0
2013-08-27Merge branch 'acpi-pci-hotplug'Rafael J. Wysocki4-642/+431
2013-08-27Merge branch 'acpi-cleanup'Rafael J. Wysocki2-37/+12
2013-08-26Merge branch 'pci/yijing-mps-v8' into nextBjorn Helgaas1-3/+2
2013-08-26Merge branch 'pci/yinghai-assign-unassigned-v6' into nextBjorn Helgaas1-1/+0
2013-08-22PCI: Simplify pcie_bus_configure_settings() interfaceBjorn Helgaas1-3/+2
2013-08-17ACPI / hotplug / PCI: Fix NULL pointer dereference in cleanup_bridge()Rafael J. Wysocki1-1/+3
2013-08-14Merge back earlier 'acpi-assorted' materialRafael J. Wysocki1-1/+0
2013-08-14PCI: pciehp: Add reset_slot() methodAlex Williamson3-0/+44
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-25PCI: Delay enabling bridges until they're neededYinghai Lu1-1/+0
2013-07-24powerpc/pci/hotplug: Don't need to remove from EEH cache twiceGavin Shan1-1/+0
2013-07-23ACPI / hotplug / PCI: Get rid of check_sub_bridges()Mika Westerberg1-25/+0
2013-07-23ACPI / hotplug / PCI: Clean up bridge_mutex usageRafael J. Wysocki1-7/+7
2013-07-23ACPI / hotplug / PCI: Redefine enable_device() and disable_device()Rafael J. Wysocki1-21/+12
2013-07-23ACPI / hotplug / PCI: Sanitize acpiphp_get_(latch)|(adapter)_status()Mika Westerberg1-10/+2
2013-07-23ACPI / hotplug / PCI: Get rid of unused constants in acpiphp.hMika Westerberg1-5/+1
2013-07-23ACPI / hotplug / PCI: Check for new devices on enabled slotsRafael J. Wysocki1-29/+62
2013-07-23ACPI / hotplug / PCI: Allow slots without new devices to be rescannedKirill A. Shutemov1-9/+2
2013-07-23ACPI / hotplug / PCI: Do not check SLOT_ENABLED in enable_device()Kirill A. Shutemov1-5/+5
2013-07-23ACPI / hotplug / PCI: Do not exectute _PS0 and _PS3 directlyRafael J. Wysocki2-103/+10
2013-07-23ACPI / hotplug / PCI: Do not queue up event handling work items in vainRafael J. Wysocki1-35/+29
2013-07-23ACPI / hotplug / PCI: Consolidate slot disabling and ejectingMika Westerberg3-39/+20
2013-07-23ACPI / hotplug / PCI: Drop redundant checks from check_hotplug_bridge()Rafael J. Wysocki1-6/+0
2013-07-23ACPI / hotplug / PCI: Rework namespace scanning and trimming routinesRafael J. Wysocki1-39/+13
2013-07-23ACPI / hotplug / PCI: Store parent in functions and bus in slotsRafael J. Wysocki3-18/+18
2013-07-23ACPI / hotplug / PCI: Drop handle field from struct acpiphp_bridgeRafael J. Wysocki2-4/+2
2013-07-23ACPI / hotplug / PCI: Drop handle field from struct acpiphp_funcRafael J. Wysocki2-24/+36
2013-07-23ACPI / hotplug / PCI: Embed function struct into struct acpiphp_contextRafael J. Wysocki2-30/+22
2013-07-23ACPI / hotplug / PCI: Drop flags field from struct acpiphp_bridgeRafael J. Wysocki2-14/+0
2013-07-23ACPI / hotplug / PCI: Drop sun field from struct acpiphp_slotRafael J. Wysocki4-10/+10
2013-07-23ACPI / hotplug / PCI: Register all devices under the given bridgeRafael J. Wysocki2-157/+76
2013-07-23ACPI / hotplug / PCI: Refactor slot allocation code in register_slot()Rafael J. Wysocki1-38/+36
2013-07-23ACPI / hotplug / PCI: Drop func field from struct acpiphp_bridgeRafael J. Wysocki2-4/+1
2013-07-23ACPI / hotplug / PCI: Merge hotplug event handling functionsRafael J. Wysocki1-87/+65
2013-07-23ACPI / hotplug / PCI: Pass hotplug context objects to event handlersRafael J. Wysocki1-8/+8
2013-07-23ACPI / hotplug / PCI: Rework acpiphp_handle_to_bridge()Rafael J. Wysocki1-9/+11