summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2013-08-05PCI: Align bridge I/O windows as required by downstream devices & bridgesBjorn Helgaas1-5/+2
2013-08-02PCI: Fix types in pbus_size_io()Wei Yang1-3/+4
2013-08-02PCI: Add comments for pbus_size_mem() parametersWei Yang1-0/+2
2013-08-02PCI: Enumerate subordinate buses, not devices, in pci_bus_get_depth()Wei Yang1-6/+3
2013-08-02Merge tag 'pci-v3.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-36/+79
2013-08-01PCI: mvebu: Disable prefetchable memory support in PCI-to-PCI bridgeThomas Petazzoni1-26/+1
2013-08-01Merge branch 'pci/misc' into nextBjorn Helgaas6-24/+39
2013-08-01PCI: Fix comment typo for pci_add_cap_save_buffer()Yijing Wang1-1/+1
2013-07-31PCI: Return -ENOSYS for SR-IOV operations on non-SR-IOV devicesStefan Assmann1-7/+10
2013-08-01PCI / ACPI: Use dev_dbg() instead of dev_info() in acpi_pci_set_power_state()Lan Tianyu1-1/+1
2013-07-30PCI: Update NumVFs register when disabling SR-IOVYijing Wang1-1/+3
2013-07-26PCI: Retry allocation of only the resource type that failedYinghai Lu1-1/+68
2013-07-26PCI: pciehp: Convert pciehp to be builtin only, not modularBjorn Helgaas1-4/+1
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: Assign resources for hot-added host bridge more aggressivelyYinghai Lu1-1/+1
2013-07-25PCI: Move resource reallocation code to non-__initYinghai Lu1-8/+7
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu5-28/+23
2013-07-25PCI: Assign resources on a per-bus basisYinghai Lu1-37/+25
2013-07-25PCI: Enable unassigned resource reallocation on per-bus basisYinghai Lu1-19/+23
2013-07-25PCI: Turn on reallocation for unassigned resources with host bridge offsetYinghai Lu1-1/+6
2013-07-25PCI: Look for unassigned resources on per-bus basisYinghai Lu1-15/+29
2013-07-25PCI: Drop temporary variable in pci_assign_unassigned_resources()Yinghai Lu1-10/+7
2013-07-25PCI: Claim ACS support for AMD southbridge devicesAlex Williamson1-0/+50
2013-07-25PCI: Differentiate ACS controllable from enabledAlex Williamson1-4/+9
2013-07-25PCI: Check all ACS features for multifunction downstream portsAlex Williamson1-14/+70
2013-07-25PCI: Convert class code to use dev_groupsGreg Kroah-Hartman3-13/+23
2013-07-25PCI: Rename "PCI Express support" kconfig titleEzequiel Garcia1-1/+1
2013-07-25PCI: Fix comment typo in iov.cJonghwan Choi1-1/+1
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