Age | Commit message (Expand) | Author |
2014-12-11 | Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2014-12-10 | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2014-12-10 | Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2014-12-10 | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2014-12-08 | Merge branch 'pm-runtime' | Rafael J. Wysocki |
2014-12-04 | PCI: Expose pci_load_saved_state for public consumption. | Konrad Rzeszutek Wilk |
2014-12-04 | PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI core | Rafael J. Wysocki |
2014-12-03 | Merge tag 'pci-v3.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2014-12-01 | PCI: tegra: Use physical range for I/O mapping | Thierry Reding |
2014-11-24 | PCI/MSI: Add device flag indicating that 64-bit MSIs don't work | Benjamin Herrenschmidt |
2014-11-23 | PCI/MSI: Allow an msi_controller to be associated to an irq domain | Marc Zyngier |
2014-11-23 | PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomain | Jiang Liu |
2014-11-23 | PCI/MSI: Enhance core to support hierarchy irqdomain | Jiang Liu |
2014-11-23 | PCI/MSI: Move cached entry functions to irq core | Jiang Liu |
2014-11-23 | PCI/MSI: Rename mask/unmask_msi_irq treewide | Thomas Gleixner |
2014-11-23 | PCI/MSI: Rename mask/unmask_msi_irq et al | Thomas Gleixner |
2014-11-23 | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() | Jiang Liu |
2014-11-23 | PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg() | Jiang Liu |
2014-11-23 | PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interrupts | Jiang Liu |
2014-11-23 | PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlier | Jiang Liu |
2014-11-23 | PCI/MSI: Remove unnecessary braces around single statements | Jiang Liu |
2014-11-21 | Merge tag 'pci-v3.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2014-11-21 | Merge branch 'pci/msi' into next | Bjorn Helgaas |
2014-11-21 | PCI: xilinx: Save MSI controller in pci_sys_data | Yijing Wang |
2014-11-21 | PCI: mvebu: Save MSI controller in pci_sys_data | Yijing Wang |
2014-11-21 | PCI: rcar: Save MSI controller in pci_sys_data | Yijing Wang |
2014-11-21 | PCI: designware: Save MSI controller in pci_sys_data | Yijing Wang |
2014-11-21 | PCI: tegra: Save MSI controller in pci_sys_data | Yijing Wang |
2014-11-19 | Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and '... | Bjorn Helgaas |
2014-11-19 | PCI: Remove fixed parameter in pci_iov_resource_bar() | Myron Stowe |
2014-11-19 | PCI: Add informational printk for invalid BARs | Myron Stowe |
2014-11-19 | PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_t | Yinghai Lu |
2014-11-15 | Merge branches 'pci/host-designware', 'pci/host-dra7xx', 'pci/host-exynos', '... | Bjorn Helgaas |
2014-11-13 | PCI: Apply _HPX Link Control settings to all devices with a link | Yinghai Lu |
2014-11-13 | PCI: tegra: Add Kconfig help text | Thierry Reding |
2014-11-13 | PCI: tegra: Do not build on 64-bit ARM | Thierry Reding |
2014-11-13 | PCI: spear: Remove unnecessary OOM message | Jingoo Han |
2014-11-13 | PCI: mvebu: Add a blank line after declarations | Jingoo Han |
2014-11-13 | PCI: designware: Add a blank line after declarations | Jingoo Han |
2014-11-13 | PCI: exynos: Remove unnecessary return statement | Jingoo Han |
2014-11-13 | PCI: imx6: Use tabs for indentation | Jingoo Han |
2014-11-13 | PCI: keystone: Remove unnecessary OOM message | Jingoo Han |
2014-11-13 | PCI: Make FLR and AF FLR reset warning messages different | Gavin Shan |
2014-11-13 | PCI: xgene: Assign resources to bus before adding new devices | Duc Dang |
2014-11-13 | PCI: dra7xx: Add __init annotation to dra7xx_add_pcie_port() | Jingoo Han |
2014-11-13 | PCI: spear: Add __init annotation to spear13xx_add_pcie_port() | Jingoo Han |
2014-11-13 | PCI: spear: Rename add_pcie_port(), pcie_init() to spear13xx_add_pcie_port(),... | Jingoo Han |
2014-11-13 | PCI: dra7xx: Rename add_pcie_port() to dra7xx_add_pcie_port() | Jingoo Han |
2014-11-13 | PCI: layerscape: Add Freescale Layerscape PCIe driver | Minghuan Lian |
2014-11-12 | PCI/MSI: Add weak pcibios_msi_controller() | Yijing Wang |