aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-23PCI: Add ACS quirks for Intel 1G NICsAlex Williamson1-0/+32
2015-03-20PCI: mvebu: Add suspend/resume supportThomas Petazzoni1-0/+38
2015-03-19Merge branches 'pci/iommu' and 'pci/resource' into nextBjorn Helgaas4-4/+23
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2-1/+1
2015-03-12PCI: Fail pci_ioremap_bar() on unassigned resourcesBjorn Helgaas1-1/+1
2015-03-12PCI: Show driver, BAR#, and resource on pci_ioremap_bar() failureBjorn Helgaas1-4/+5
2015-03-12PCI: Mark invalid BARs as unassignedBjorn Helgaas1-0/+2
2015-03-12PCI: Assign resources before drivers claim devices (pci_scan_bus())Yijing Wang2-3/+6
2015-03-12Merge tag 'pci-v4.0-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-4/+5
2015-03-12PCI: Update DMA configuration from DTMurali Karicheri1-0/+2
2015-03-12PCI: cpcihp: Add missing curly braces in cpci_configure_slot()Dan Carpenter1-1/+2
2015-03-06PCI/AER: Avoid info leak in __print_tlp_header()Rasmus Villemoes1-10/+2
2015-03-06PCI: spear: Drop __initdata from spear13xx_pcie_driverMatwey V. Kornilov2-4/+4
2015-03-05PCI: xgene: Add register offset to config space base addressFeng Kan1-2/+2
2015-03-03PCI: Add helper functions pci_get[put]_host_bridge_device()Murali Karicheri1-0/+14
2015-02-28PCI: versatile: Update for list_for_each_entry() API changeJoachim Nilsson1-1/+1
2015-02-24PCI: Don't read past the end of sysfs "driver_override" bufferSasha Levin1-2/+3
2015-02-24PCI: rcar: Verify that mem_res is 64K-alignedNobuhiro Iwamatsu1-0/+3
2015-02-24PCI: rcar: Change PCIEPARL and PCIEPARH to PCIEPALR and PCIEPAURNobuhiro Iwamatsu1-4/+4
2015-02-24PCI: rcar: Write zeroes to reserved PCIEPARL bitsNobuhiro Iwamatsu1-1/+2
2015-02-23PCI: rcar: Fix position of MSI enable bitNobuhiro Iwamatsu1-1/+1
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds12-40/+85
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds22-422/+497
2015-02-10Merge branches 'pm-pci' and 'pm-cpuidle'Rafael J. Wysocki4-5/+55
2015-02-10Merge branch 'acpi-resources'Rafael J. Wysocki6-27/+21
2015-02-10Merge branch 'acpica'Rafael J. Wysocki1-6/+7
2015-02-05PCI: Use common resource list management code instead of private implementationJiang Liu6-27/+21
2015-02-03PCI: Handle read-only BARs on AMD CS553x devicesMyron Stowe1-3/+37
2015-02-03Merge branch 'acpica' into acpi-resourcesRafael J. Wysocki1-6/+7
2015-02-02Merge branches 'pci/misc' and 'pci/msi' into nextBjorn Helgaas2-5/+12
2015-02-02Merge branches 'pci/host-generic' and 'pci/host-versatile' into nextBjorn Helgaas3-0/+242
2015-02-02Merge branch 'pci/config' into nextBjorn Helgaas6-368/+114
2015-01-30PCI: xilinx: Convert to use generic config accessorsRob Herring1-79/+9
2015-01-30PCI: xgene: Convert to use generic config accessorsRob Herring1-141/+9
2015-01-30PCI: tegra: Convert to use generic config accessorsRob Herring1-52/+3
2015-01-30PCI: rcar: Convert to use generic config accessorsRob Herring1-48/+3
2015-01-30PCI: generic: Convert to use generic config accessorsRob Herring1-48/+3
2015-01-29PCI: versatile: Add DT-based ARM Versatile PB PCIe host driverRob Herring3-0/+242
2015-01-28PCI: Fail MSI-X mappings if there's no space assigned to MSI-X BARYijing Wang1-0/+5
2015-01-27Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/resource' and 'pci/virtualization' into nextBjorn Helgaas5-11/+120
2015-01-27Merge branches 'pci/host-keystone', 'pci/host-tegra', 'pci/host-xgene' and 'pci/host-xilinx' into nextBjorn Helgaas3-4/+4
2015-01-27PCI: designware: Reject MSI-X IRQsLucas Stach1-0/+3
2015-01-26ACPI: Introduce acpi_unload_parent_table() usages in Linux kernelLv Zheng1-6/+7
2015-01-23PCI: Fix infinite loop with ROM image of size 0Michel Dänzer1-3/+4
2015-01-23PCI: xgene: Include clk.h instead of clk-private.hStephen Boyd1-1/+1
2015-01-23PCI: Add Wellsburg (X99) to Intel PCH root port ACS quirkAlex Williamson1-0/+3
2015-01-23PCI: Add DMA alias quirk for Adaptec 3405Alex Williamson1-0/+38
2015-01-23PCI: xilinx: Fix harmless format string warningArnd Bergmann1-2/+2
2015-01-23PCI / PM: Avoid resuming PCI devices during system suspendRafael J. Wysocki4-5/+55