Age | Commit message (Expand) | Author | Files | Lines |
2014-06-11 | PCI/MSI: Fix memory leak in free_msi_irqs() | Alexei Starovoitov | 1 | -1/+1 |
2014-06-10 | PCI: Merge multi-line quoted strings | Ryan Desfosses | 28 | -249/+169 |
2014-06-10 | PCI: Whitespace cleanup | Ryan Desfosses | 45 | -588/+517 |
2014-06-10 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -8/+13 |
2014-06-10 | PCI: Move EXPORT_SYMBOL so it immediately follows function/variable | Ryan Desfosses | 12 | -113/+89 |
2014-06-09 | PCI: Add bridge DMA alias quirk for ITE bridge | Alex Williamson | 1 | -0/+2 |
2014-06-04 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -9/+4 |
2014-06-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -3/+3 |
2014-06-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+2 |
2014-06-03 | Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and '... | Bjorn Helgaas | 6 | -41/+97 |
2014-06-02 | Merge branch 'pci/iommu' into next | Bjorn Helgaas | 2 | -0/+162 |
2014-06-02 | Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 39 | -365/+2010 |
2014-05-30 | Merge branches 'pci/host-exynos', 'pci/host-imx6', 'pci/resource' and 'pci/mi... | Bjorn Helgaas | 6 | -107/+67 |
2014-05-30 | Merge branch 'pci/host-generic' into next | Bjorn Helgaas | 3 | -0/+396 |
2014-05-30 | PCI: generic: Add generic PCI host controller driver | Will Deacon | 3 | -0/+396 |
2014-05-30 | PCI: imx6: Add support for MSI | Lucas Stach | 1 | -0/+27 |
2014-05-30 | PCI: designware: Make MSI ISR shared IRQ aware | Lucas Stach | 3 | -5/+7 |
2014-05-30 | PCI: imx6: Remove optional (and unused) IRQs | Lucas Stach | 1 | -42/+0 |
2014-05-30 | PCI: imx6: Drop old IRQ mapping | Lucas Stach | 1 | -6/+0 |
2014-05-30 | PCI: imx6: Use new clock names | Lucas Stach | 1 | -45/+29 |
2014-05-30 | PCI: imx6: Fix imx6_add_pcie_port() section mismatch warning | Sachin Kamat | 1 | -1/+1 |
2014-05-30 | PCI: Make pci_bus_add_device() void | Yijing Wang | 2 | -9/+3 |
2014-05-29 | PCI: exynos: Fix add_pcie_port() section mismatch warning | Sachin Kamat | 1 | -1/+2 |
2014-05-28 | Merge branch 'pci/misc' into next | Bjorn Helgaas | 3 | -9/+53 |
2014-05-28 | Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in... | Bjorn Helgaas | 13 | -31/+99 |
2014-05-28 | Merge branches 'pci/host-exynos', 'pci/host-rcar' and 'pci/amd-numa' into next | Bjorn Helgaas | 5 | -6/+1052 |
2014-05-28 | PCI: Introduce new device binding path using pci_dev.driver_override | Alex Williamson | 3 | -3/+63 |
2014-05-28 | PCI: Add bridge DMA alias quirk for ASMedia and Tundra bridges | Alex Williamson | 1 | -0/+23 |
2014-05-28 | PCI: Add support for PCIe-to-PCI bridge DMA alias quirks | Alex Williamson | 1 | -2/+8 |
2014-05-28 | PCI: Add function 1 DMA alias quirk for Marvell devices | Alex Williamson | 1 | -0/+36 |
2014-05-28 | PCI: Add function 0 DMA alias quirk for Ricoh devices | Alex Williamson | 1 | -0/+16 |
2014-05-28 | PCI: Add support for DMA alias quirks | Alex Williamson | 1 | -0/+11 |
2014-05-28 | PCI: Add DMA alias iterator | Alex Williamson | 1 | -0/+70 |
2014-05-28 | PCI: rcar: Add gen2 device tree support | Ben Dooks | 1 | -2/+29 |
2014-05-27 | PCI: cpqphp: Fix possible null pointer dereference | Rickard Strandqvist | 1 | -1/+2 |
2014-05-27 | PCI: rcar: Add MSI support for PCIe | Phil Edworthy | 1 | -1/+241 |
2014-05-27 | PCI: rcar: Add Renesas R-Car PCIe driver | Phil Edworthy | 3 | -0/+775 |
2014-05-27 | PCI: Fix return value from pci_user_{read,write}_config_*() | Gavin Shan | 1 | -8/+4 |
2014-05-27 | PCI: exynos: Remove unnecessary OOM messages | Jingoo Han | 1 | -3/+1 |
2014-05-27 | PCI: Turn pcibios_penalize_isa_irq() into a weak function | Hanjun Guo | 1 | -0/+11 |
2014-05-27 | PCI: Test for std config alias when testing extended config space | Alex Williamson | 1 | -1/+38 |
2014-05-27 | PCI: pciehp: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -2/+1 |
2014-05-27 | PCI: acpiphp: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -2/+1 |
2014-05-27 | PCI: cpcihp: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -2/+1 |
2014-05-27 | PCI: shpchp: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -2/+1 |
2014-05-27 | PCI: rpaphp: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -2/+1 |
2014-05-27 | PCI: Use pci_is_bridge() to simplify code | Yijing Wang | 3 | -12/+3 |
2014-05-27 | PCI: Rename pci_is_bridge() to pci_has_subordinate() | Yijing Wang | 2 | -5/+5 |
2014-05-27 | PCI: Notify driver before and after device reset | Keith Busch | 1 | -0/+21 |
2014-05-26 | Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc... | Bjorn Helgaas | 6 | -152/+274 |