summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * PCI/portdrv: Remove warning about invalid IRQ for hot-added PCIe portsJiang Liu2014-07-021-4/+0Star
| | |_|_|/ | |/| | |
| | | | * PCI: Add bridge DMA alias quirk for Intel 82801 bridgeAlex Williamson2014-07-051-0/+2
| | |_|/ | |/| |
| | | * PCI: cpqphp: Remove unnecessary null test before debugfs_remove()Fabian Frederick2014-07-071-2/+1Star
| | | * PCI: pciehp: Clear Data Link Layer State Changed during initMyron Stowe2014-07-071-1/+1
| | | * PCI: pciehp: Remove struct controller.no_cmd_completeRajat Jain2014-07-052-11/+1Star
| | | * PCI: pciehp: Remove assumptions about which commands cause completion eventsBjorn Helgaas2014-06-171-30/+5Star
| | | * PCI: pciehp: Compute timeout from hotplug command start timeBjorn Helgaas2014-06-172-5/+29
| | | * PCI: pciehp: Wait for hotplug command completion lazilyBjorn Helgaas2014-06-171-4/+3Star
| | | * PCI: pciehp: Make pcie_wait_cmd() self-containedBjorn Helgaas2014-06-162-16/+18
| | | * PCI: Prevent NULL dereference during pciehp probeAndreas Noever2014-06-161-0/+7
| | |/ | |/|
| | * PCI: rcar: Remove rcar_pcie_setup_window() resource argumentPhil Edworthy2014-07-051-3/+4
| | * PCI: rcar: Cleanup style and formattingPhil Edworthy2014-07-051-61/+63
| | * PCI: rcar: Use correct initial HW settingsPhil Edworthy2014-07-051-11/+4Star
| | * PCI: rcar: Remove redundant config accessor register number checksSergei Shtylyov2014-07-051-10/+0Star
| |/
* / PCI: Fix unaligned access in AF transaction pending testAlex Williamson2014-06-171-2/+7
|/
* Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-1262-967/+943Star
|\
| *---. Merge branches 'pci/msi', 'pci/iommu' and 'pci/cleanup' into nextBjorn Helgaas2014-06-1158-951/+780Star
| |\ \ \
| | | | * PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-1128-249/+169Star
| | | | * PCI: Whitespace cleanupRyan Desfosses2014-06-1145-588/+517Star
| | | | * PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses2014-06-1012-113/+89Star
| | |_|/ | |/| |
| | | * PCI: Add function 1 DMA alias quirk for HighPoint RocketRaid 642LJérôme Carretero2014-06-111-0/+2
| | | * PCI: Add bridge DMA alias quirk for ITE bridgeAlex Williamson2014-06-091-0/+2
| | * | PCI/MSI: Fix memory leak in free_msi_irqs()Alexei Starovoitov2014-06-111-1/+1
| |/ /
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and '...Bjorn Helgaas2014-06-036-41/+97
| |\ \ \ \ \
| | | | | * | PCI: tegra: Use new OF interrupt mapping when possibleLucas Stach2014-04-141-1/+6
| | | | * | | PCI: mvebu: Use '%pa' for printing 'phys_addr_t' typeFabio Estevam2014-04-291-2/+4
| | | | * | | PCI: mvebu: Remove unnecessary use of 'conf_lock' spinlockAndrew Murray2014-04-291-8/+0Star
| | * | | | | PCI: designware: Remove unnecessary use of 'conf_lock' spinlockAndrew Murray2014-04-164-9/+0Star
| | * | | | | PCI: designware: Use new OF interrupt mapping when possibleLucas Stach2014-04-161-3/+9
| | * | | | | PCI: designware: Fix iATU programming for cfg1, io and mem viewportMohit Kumar2014-04-161-3/+3
| | * | | | | PCI: designware: Fix comment for setting number of lanesMohit Kumar2014-04-161-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'pci/iommu' into nextBjorn Helgaas2014-06-032-0/+162
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | PCI: Add bridge DMA alias quirk for ASMedia and Tundra bridgesAlex Williamson2014-05-281-0/+23
| | * | | | PCI: Add support for PCIe-to-PCI bridge DMA alias quirksAlex Williamson2014-05-281-2/+8
| | * | | | PCI: Add function 1 DMA alias quirk for Marvell devicesAlex Williamson2014-05-281-0/+36
| | * | | | PCI: Add function 0 DMA alias quirk for Ricoh devicesAlex Williamson2014-05-281-0/+16
| | * | | | PCI: Add support for DMA alias quirksAlex Williamson2014-05-281-0/+11
| | * | | | PCI: Add DMA alias iteratorAlex Williamson2014-05-281-0/+70
| | |/ / /
* | | | | Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-122-18/+52
|\ \ \ \ \
| * | | | | ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridgesRafael J. Wysocki2014-06-112-18/+52
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-111-8/+13
|\ \ \ \ \ \
| * | | | | | powerpc/pci: Mask linkDown on resetting PCI busGavin Shan2014-04-281-8/+13
* | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-051-9/+4Star
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | x86: htirq: Use irq_alloc/free_irq()Thomas Gleixner2014-05-161-9/+4Star
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-06-041-3/+3
|\ \ \ \ \ \
| * | | | | | pci: change "foo* bar" to "foo *bar"Ryan Desfosses2014-05-051-3/+3
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-2/+2
|\ \ \ \ \ \ \
| * | | | | | | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-0239-365/+2010
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'pci/host-exynos', 'pci/host-imx6', 'pci/resource' and 'pci/mi...Bjorn Helgaas2014-05-306-107/+67Star
| |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | |