Age | Commit message (Expand) | Author |
2017-07-12 | PCI: rockchip: Check for pci_scan_root_bus_bridge() failure correctly | Shawn Lin |
2017-07-08 | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-07-07 | Merge branch 'pci/host-tango' into next | Bjorn Helgaas |
2017-07-07 | PCI: tango: Add Sigma Designs Tango SMP8759 PCIe host bridge support | Marc Gonzalez |
2017-07-04 | Merge branch 'pci/host-xilinx' into next | Bjorn Helgaas |
2017-07-04 | Merge branch 'pci/host-vmd' into next | Bjorn Helgaas |
2017-07-04 | Merge branch 'pci/host-versatile' into next | Bjorn Helgaas |
2017-07-04 | Merge branch 'pci/host-tegra' into next | Bjorn Helgaas |
2017-07-04 | Merge branch 'pci/host-rockchip' into next | Bjorn Helgaas |
2017-07-04 | Merge branch 'pci/host-rcar' into next | Bjorn Helgaas |
2017-07-04 | Merge branch 'pci/host-mediatek' into next | Bjorn Helgaas |
2017-07-03 | PCI: rockchip: Use normal register bank for config accessors | Shawn Lin |
2017-07-03 | Merge branch 'pci/host-hv' into next | Bjorn Helgaas |
2017-07-03 | Merge branch 'pci/host-faraday' into next | Bjorn Helgaas |
2017-07-02 | PCI: xilinx: Make of_device_ids const | Arvind Yadav |
2017-07-02 | PCI: xilinx-nwl: Modify IRQ chip for legacy interrupts | Bharat Kumar Gogada |
2017-07-02 | PCI: vmd: Move SRCU cleanup after bus, child device removal | Jon Derrick |
2017-07-02 | PCI: vmd: Correct comment: VMD domains start at 0x10000, not 0x1000 | Bjorn Helgaas |
2017-07-02 | PCI: versatile: Add local struct device pointers | Bjorn Helgaas |
2017-07-02 | PCI: tegra: Do not allocate MSI target memory | Thierry Reding |
2017-07-02 | PCI: tegra: Support MSI 64-bit addressing | Thierry Reding |
2017-07-02 | PCI: rockchip: Use local struct device pointer consistently | Shawn Lin |
2017-07-02 | PCI: rockchip: Check for clk_prepare_enable() errors during resume | Arvind Yadav |
2017-07-02 | PCI: rockchip: Configure RC's MPS setting | Shawn Lin |
2017-07-02 | PCI: rockchip: Reconfigure configuration space header type | Shawn Lin |
2017-07-02 | PCI: rockchip: Split out rockchip_pcie_cfg_configuration_accesses() | Shawn Lin |
2017-07-02 | PCI: rockchip: Move configuration accesses into rockchip_pcie_cfg_atu() | Shawn Lin |
2017-07-02 | PCI: rockchip: Rename rockchip_cfg_atu() to rockchip_pcie_cfg_atu() | Shawn Lin |
2017-07-02 | PCI: rockchip: Control vpcie0v9 for system PM | Shawn Lin |
2017-07-02 | PCI: rcar-gen2: Make of_device_ids const | Arvind Yadav |
2017-07-02 | PCI: mediatek: Add MediaTek PCIe host controller support | Ryder Lee |
2017-07-02 | PCI: hv: Use vPCI protocol version 1.2 | Jork Loeser |
2017-07-02 | PCI: hv: Add vPCI version protocol negotiation | Jork Loeser |
2017-07-02 | PCI: hv: Temporary own CPU-number-to-vCPU-number infra | Jork Loeser |
2017-07-02 | PCI: hv: Use page allocation for hbus structure | Jork Loeser |
2017-07-02 | PCI: hv: Fix comment formatting and use proper integer fields | Jork Loeser |
2017-07-02 | PCI: faraday: Add clock handling | Linus Walleij |
2017-07-02 | PCI: host: Mark PCIe/PCI (MSI) cascade ISR as IRQF_NO_THREAD | Jisheng Zhang |
2017-07-02 | PCI: xilinx-nwl: Move to struct pci_host_bridge IRQ mapping functions | Lorenzo Pieralisi |
2017-07-02 | PCI: rockchip: Move to struct pci_host_bridge IRQ mapping functions | Lorenzo Pieralisi |
2017-07-02 | PCI: xgene: Move to struct pci_host_bridge IRQ mapping functions | Lorenzo Pieralisi |
2017-07-02 | PCI: altera: Drop pci_fixup_irqs() | Lorenzo Pieralisi |
2017-07-02 | PCI: versatile: Drop pci_fixup_irqs() | Lorenzo Pieralisi |
2017-07-02 | PCI: generic: Drop pci_fixup_irqs() | Lorenzo Pieralisi |
2017-07-02 | PCI: faraday: Drop pci_fixup_irqs() | Lorenzo Pieralisi |
2017-07-02 | PCI: iproc: Drop pci_fixup_irqs() | Lorenzo Pieralisi |
2017-07-02 | PCI: rcar: Drop pci_fixup_irqs() | Lorenzo Pieralisi |
2017-07-02 | PCI: xilinx: Drop pci_fixup_irqs() | Lorenzo Pieralisi |
2017-07-02 | PCI: tegra: Drop pci_fixup_irqs() | Lorenzo Pieralisi |
2017-07-02 | PCI: xilinx-nwl: Convert PCI scan API to pci_scan_root_bus_bridge() | Lorenzo Pieralisi |