summary refs log tree commit diff
AgeCommit message (Expand)Author
2014-02-18PCI: rcar: Register each instance independentlyMagnus Damm
2014-02-18PCI: rcar: Fix bridge logic configuration accessesBen Dooks
2014-02-18PCI: rcar: Add error interrupt handlingBen Dooks
2014-02-18PCI: rcar: Check platform_get_irq() return codeBen Dooks
2014-02-14Merge branch 'pci/msi' into nextBjorn Helgaas
2014-02-14Merge branch 'pci/virtualization' into nextBjorn Helgaas
2014-02-14Merge branch 'pci/scan-bridge' into nextBjorn Helgaas
2014-02-14vfio: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev
2014-02-14ahci: Use pci_enable_msi_range() instead of pci_enable_msi_block()Alexander Gordeev
2014-02-14ahci: Fix broken fallback to single MSI modeAlexander Gordeev
2014-02-14ia64/PCI: Set IORESOURCE_ROM_SHADOW only for the default VGA deviceSander Eikelenboom
2014-02-14x86/PCI: Set IORESOURCE_ROM_SHADOW only for the default VGA deviceSander Eikelenboom
2014-02-14PCI: Remove pci_bus_b() and use list_for_each_entry() directlyYijing Wang
2014-02-14PCI: mvebu: Fix potential issue in range parsingJean-Jacques Hiblot
2014-02-14pcmcia: Use list_for_each_entry() for bus traversalYijing Wang
2014-02-14powerpc/PCI: Use list_for_each_entry() for bus traversalYijing Wang
2014-02-14drm: Use list_for_each_entry() for bus traversalYijing Wang
2014-02-14ARM/PCI: Use list_for_each_entry() for bus traversalYijing Wang
2014-02-14ACPI / hotplug / PCI: Use list_for_each_entry() for bus traversalYijing Wang
2014-02-14PCI: Update outdated comment for pcibios_bus_report_status()Yijing Wang
2014-02-14PCI: pciehp: Don't turn slot off when hot-added device already existsYijing Wang
2014-02-13PCI/MSI: Add pci_enable_msi_exact() and pci_enable_msix_exact()Alexander Gordeev
2014-02-13PCI/MSI: Fix cut-and-paste errors in documentationAlexander Gordeev
2014-02-12PCI: Cleanup per-arch list of object filesLiviu Dudau
2014-02-12PCI: cpqphp: Fix hex vs decimal typo in cpqhpc_probe()Dan Carpenter
2014-02-12x86/PCI: Fix function definition whitespaceBjorn Helgaas
2014-02-12x86/PCI: Reword commentsBjorn Helgaas
2014-02-12x86/PCI: Remove unnecessary local variable initializationBjorn Helgaas
2014-02-12PCI: mvebu: Use Device ID and revision from underlying endpointAndrew Lunn
2014-02-11PCI: pciehp: Add hotplug_lock to serialize hotplug eventsRajat Jain
2014-02-11PCI: pciehp: Ensure very fast hotplug events are also processedRajat Jain
2014-02-11PCI: pciehp: Disable link notification across slot resetRajat Jain
2014-02-11PCI: pciehp: Don't check adapter or latch status while disablingRajat Jain
2014-02-11PCI: pciehp: Don't disable the link permanently during removalRajat Jain
2014-02-11PCI: pciehp: Enable link state change notificationsRajat Jain
2014-02-11PCI: Don't scan random busses in pci_scan_bridge()Andreas Noever
2014-02-11PCI: Check for child busses which use more bus numbers than allocatedAndreas Noever
2014-02-11PCI: Remove pci_fixup_parent_subordinate_busnr()Andreas Noever
2014-02-11PCI: Enable quirks for PCIe ACS on Intel PCH root portsAlex Williamson
2014-02-11PCI: Add pci_dev_flag for ACS enable quirksAlex Williamson
2014-02-11PCI: Add device-specific PCI ACS enableAlex Williamson
2014-02-10PCI: pciehp: Use link change notifications for hot-plug and removalRajat Jain
2014-02-10PCI: pciehp: Make check_link_active() non-staticRajat Jain
2014-02-10PCI: Make sure bus number resources stay within their parents boundsAndreas Noever
2014-02-10PCI: Use request_resource_conflict() instead of insert_ for bus numbersAndreas Noever
2014-02-10PCI: Assign CardBus bus number only during the second passAndreas Noever
2014-02-10PCI: Clarify the "scan anyway" comment in pci_scan_bridge()Andreas Noever
2014-02-10PCI: Increment max correctly in pci_scan_bridge()Andreas Noever
2014-02-03PCI: Remove unnecessary list_empty(&pci_pme_list) checkBjorn Helgaas
2014-02-03PCI/MSI: Add pci_enable_msi() documentation backAlexander Gordeev