summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-12-10Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki
2014-12-04PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI coreRafael J. Wysocki
2014-12-03Merge tag 'pci-v3.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-12-01PCI: tegra: Use physical range for I/O mappingThierry Reding
2014-11-24PCI/MSI: Add device flag indicating that 64-bit MSIs don't workBenjamin Herrenschmidt
2014-11-23PCI/MSI: Allow an msi_controller to be associated to an irq domainMarc Zyngier
2014-11-23PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomainJiang Liu
2014-11-23PCI/MSI: Enhance core to support hierarchy irqdomainJiang Liu
2014-11-23PCI/MSI: Move cached entry functions to irq coreJiang Liu
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu
2014-11-23PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu
2014-11-23PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interruptsJiang Liu
2014-11-23PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlierJiang Liu
2014-11-23PCI/MSI: Remove unnecessary braces around single statementsJiang Liu
2014-11-21Merge tag 'pci-v3.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-11-21Merge branch 'pci/msi' into nextBjorn Helgaas
2014-11-21PCI: xilinx: Save MSI controller in pci_sys_dataYijing Wang
2014-11-21PCI: mvebu: Save MSI controller in pci_sys_dataYijing Wang
2014-11-21PCI: rcar: Save MSI controller in pci_sys_dataYijing Wang
2014-11-21PCI: designware: Save MSI controller in pci_sys_dataYijing Wang
2014-11-21PCI: tegra: Save MSI controller in pci_sys_dataYijing Wang
2014-11-19Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and '...Bjorn Helgaas
2014-11-19PCI: Remove fixed parameter in pci_iov_resource_bar()Myron Stowe
2014-11-19PCI: Add informational printk for invalid BARsMyron Stowe
2014-11-19PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_tYinghai Lu
2014-11-15Merge branches 'pci/host-designware', 'pci/host-dra7xx', 'pci/host-exynos', '...Bjorn Helgaas
2014-11-13PCI: Apply _HPX Link Control settings to all devices with a linkYinghai Lu
2014-11-13PCI: tegra: Add Kconfig help textThierry Reding
2014-11-13PCI: tegra: Do not build on 64-bit ARMThierry Reding
2014-11-13PCI: spear: Remove unnecessary OOM messageJingoo Han
2014-11-13PCI: mvebu: Add a blank line after declarationsJingoo Han
2014-11-13PCI: designware: Add a blank line after declarationsJingoo Han
2014-11-13PCI: exynos: Remove unnecessary return statementJingoo Han
2014-11-13PCI: imx6: Use tabs for indentationJingoo Han
2014-11-13PCI: keystone: Remove unnecessary OOM messageJingoo Han
2014-11-13PCI: Make FLR and AF FLR reset warning messages differentGavin Shan
2014-11-13PCI: xgene: Assign resources to bus before adding new devicesDuc Dang
2014-11-13PCI: dra7xx: Add __init annotation to dra7xx_add_pcie_port()Jingoo Han
2014-11-13PCI: spear: Add __init annotation to spear13xx_add_pcie_port()Jingoo Han
2014-11-13PCI: spear: Rename add_pcie_port(), pcie_init() to spear13xx_add_pcie_port(),...Jingoo Han
2014-11-13PCI: dra7xx: Rename add_pcie_port() to dra7xx_add_pcie_port()Jingoo Han
2014-11-13PCI: layerscape: Add Freescale Layerscape PCIe driverMinghuan Lian
2014-11-12PCI/MSI: Add weak pcibios_msi_controller()Yijing Wang
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang
2014-11-11Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang