summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | PCI: Export symbols required for loadable host driver modulesRay Jui2015-04-085-0/+6
| | | |/ / /
| | * | | | PCI: exynos: Fix INTx enablement statement termination errorJaehoon Chung2015-04-081-1/+1
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas2015-03-234-4/+39
| |\ \ \ \ \
| | | * | | | PCI: Add ACS quirks for Intel 1G NICsAlex Williamson2015-03-231-0/+32
| | | |/ / /
| | * | | | PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-192-1/+1
| | * | | | PCI: Assign resources before drivers claim devices (pci_scan_bus())Yijing Wang2015-03-122-3/+6
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'pci/iommu' and 'pci/resource' into nextBjorn Helgaas2015-03-194-4/+23
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | * | | PCI: Fail pci_ioremap_bar() on unassigned resourcesBjorn Helgaas2015-03-121-1/+1
| | | * | | PCI: Show driver, BAR#, and resource on pci_ioremap_bar() failureBjorn Helgaas2015-03-121-4/+5
| | | * | | PCI: Mark invalid BARs as unassignedBjorn Helgaas2015-03-121-0/+2
| | | |/ /
| | * | | PCI: Update DMA configuration from DTMurali Karicheri2015-03-121-0/+2
| | * | | PCI: Add helper functions pci_get[put]_host_bridge_device()Murali Karicheri2015-03-031-0/+14
| | |/ /
* | | | Merge tag 'pci-v4.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-095-15/+11
|\ \ \ \ | |/ / / |/| | |
| * | | PCI: Don't look for ACPI hotplug parameters if ACPI is disabledBjorn Helgaas2015-04-081-0/+3
| * | | PCI: cpcihp: Add missing curly braces in cpci_configure_slot()Dan Carpenter2015-03-121-1/+2
| * | | PCI/AER: Avoid info leak in __print_tlp_header()Rasmus Villemoes2015-03-061-10/+2
| * | | PCI: spear: Drop __initdata from spear13xx_pcie_driverMatwey V. Kornilov2015-03-062-4/+4
* | | | Merge tag 'pci-v4.0-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-03-122-4/+5
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | PCI: xgene: Add register offset to config space base addressFeng Kan2015-03-051-2/+2
| * | PCI: Don't read past the end of sysfs "driver_override" bufferSasha Levin2015-02-241-2/+3
| |/
* | PCI: versatile: Update for list_for_each_entry() API changeJoachim Nilsson2015-02-281-1/+1
|/
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-191-1/+1
|\
| * kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-071-1/+1
* | Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-1012-40/+85
|\ \
| | \
| | \
| *-. \ Merge branches 'pm-pci' and 'pm-cpuidle'Rafael J. Wysocki2015-02-104-5/+55
| |\ \ \ | | | |/
| | * | PCI / PM: Avoid resuming PCI devices during system suspendRafael J. Wysocki2015-01-234-5/+55
| | |/
| * | Merge branch 'acpi-resources'Rafael J. Wysocki2015-02-106-27/+21
| |\ \
| | * | PCI: Use common resource list management code instead of private implementationJiang Liu2015-02-056-27/+21
| | * | Merge branch 'acpica' into acpi-resourcesRafael J. Wysocki2015-02-031-6/+7
| | |\ \
| * | \ \ Merge branch 'acpica'Rafael J. Wysocki2015-02-101-6/+7
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | ACPI: Introduce acpi_unload_parent_table() usages in Linux kernelLv Zheng2015-01-261-6/+7
| | | |/ | | |/|
* | | | Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-1022-422/+497
|\ \ \ \ | |/ / / |/| | |
| | | |
| | \ \
| *-. \ \ Merge branches 'pci/misc' and 'pci/msi' into nextBjorn Helgaas2015-02-022-5/+12
| |\ \ \ \
| | | * | | PCI: Fail MSI-X mappings if there's no space assigned to MSI-X BARYijing Wang2015-01-281-0/+5
| | | |/ /
| | * | | PCI/ASPM: Use standard parsing functions for sysfs settersChris J Arges2015-01-091-5/+7
| | |/ /
| | | |
| | \ \
| *-. \ \ Merge branches 'pci/host-generic' and 'pci/host-versatile' into nextBjorn Helgaas2015-02-023-0/+242
| |\ \ \ \ | | | |/ / | | |/| |
| | | * | PCI: versatile: Add DT-based ARM Versatile PB PCIe host driverRob Herring2015-01-293-0/+242
| | |/ /
| * | | Merge branch 'pci/config' into nextBjorn Helgaas2015-02-026-368/+114
| |\ \ \
| | * | | PCI: xilinx: Convert to use generic config accessorsRob Herring2015-01-301-79/+9
| | * | | PCI: xgene: Convert to use generic config accessorsRob Herring2015-01-301-141/+9
| | * | | PCI: tegra: Convert to use generic config accessorsRob Herring2015-01-301-52/+3
| | * | | PCI: rcar: Convert to use generic config accessorsRob Herring2015-01-301-48/+3
| | * | | PCI: generic: Convert to use generic config accessorsRob Herring2015-01-301-48/+3
| | * | | PCI: Add generic config accessorsRob Herring2015-01-221-0/+87
| | |/ /
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/resource' and 'pci/virt...Bjorn Helgaas2015-01-275-11/+120
| |\ \ \ \ \ \
| | | | | * | | PCI: Add Wellsburg (X99) to Intel PCH root port ACS quirkAlex Williamson2015-01-231-0/+3
| | | | | * | | PCI: Add DMA alias quirk for Adaptec 3405Alex Williamson2015-01-231-0/+38
| | | | | * | | PCI: Add ACS quirk for Emulex NICsVasundhara Volam2015-01-161-0/+2
| | | | | * | | PCI: Mark AMD/ATI VGA devices that don't reset on D3hot->D0 transitionAlex Williamson2015-01-161-0/+21
| | | | | * | | PCI: Add flag for devices that don't reset on D3hot->D0 transitionAlex Williamson2015-01-161-1/+1
OpenPOWER on IntegriCloud