summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorLines
2022-05-24Merge branch 'remotes/lorenzo/pci/microchip'Bjorn Helgaas-6/+12
2022-05-24Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas-0/+9
2022-05-24Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas-9/+14
2022-05-24Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas-70/+152
2022-05-24PCI: qcom: Fix unbalanced PHY init on probe errorsJohan Hovold-1/+3
2022-05-24PCI: qcom: Fix runtime PM imbalance on probe errorsJohan Hovold-4/+1
2022-05-24PCI: qcom: Fix pipe clock imbalanceJohan Hovold-6/+0
2022-05-24PCI: qcom: Add SM8150 SoC supportBhupesh Sharma-0/+8
2022-05-18PCI: microchip: Fix potential race in interrupt handlingDaire McNamara-5/+1
2022-05-17Merge tag 'pci-v5.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-27/+28
2022-05-16Revert "PCI: aardvark: Rewrite IRQ code to chained IRQ handler"Pali Rohár-26/+22
2022-05-13PCI: hv: Fix synchronization between channel callback and hv_pci_bus_exit()Andrea Parri (Microsoft)-7/+19
2022-05-13PCI: hv: Add validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)-9/+24
2022-05-12PCI: cadence: Clear FLR in device capabilities registerParshuram Thombare-1/+23
2022-05-12PCI: cadence: Allow PTM Responder to be enabledChristian Gmeiner-0/+14
2022-05-12PCI: vmd: Revert 2565e5b69c44 ("PCI: vmd: Do not disable MSI-X remapping if i...Nirmal Patel-3/+1
2022-05-12PCI: vmd: Assign VMD IRQ domain before enumerationNirmal Patel-0/+3
2022-05-11PCI: hv: Fix interrupt mapping for multi-MSIJeffrey Hugo-10/+50
2022-05-11PCI: hv: Reuse existing IRTE allocation in compose_msi_msg()Jeffrey Hugo-7/+9
2022-05-11PCI: rockchip-dwc: Add legacy interrupt supportPeter Geis-2/+94
2022-05-11PCI: rockchip-dwc: Reset core at driver probePeter Geis-13/+10
2022-05-11PCI: mediatek-gen3: Assert resets to ensure expected init stateAngeloGioacchino Del Regno-0/+8
2022-05-11PCI: microchip: Add missing chained_irq_enter()/exit() callsConor Dooley-0/+10
2022-05-11PCI: imx6: Fix PERST# start-up sequenceFrancesco Dolcini-9/+14
2022-05-11PCI: qcom-ep: Move enable/disable resources code to common functionsDmitry Baryshkov-45/+46
2022-05-03PCI: qcom: Remove ddrss_sf_tbu clock from SC8180XBjorn Andersson-1/+6
2022-05-03PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot timeDexuan Cui-6/+11
2022-04-28PCI: hv: Fix hv_arch_irq_unmask() for multi-MSIJeffrey Hugo-8/+4
2022-04-28PCI: versatile: Remove redundant variable retvalColin Ian King-2/+1
2022-04-25PCI: hv: Fix synchronization between channel callback and hv_compose_msi_msg()Andrea Parri (Microsoft)-6/+27
2022-04-25PCI: hv: Use vmbus_requestor to generate transaction IDs for VMbus hardeningAndrea Parri (Microsoft)-10/+29
2022-04-25PCI: hv: Fix multi-MSI to allow more than one MSI vectorJeffrey Hugo-1/+10
2022-04-25PCI: microchip: Add a missing semicolonUwe Kleine-König-1/+1
2022-04-25PCI: mvebu: Add support for sending Set_Slot_Power_Limit messagePali Rohár-5/+92
2022-04-11PCI: tegra194: Remove unnecessary MSI enable reg save and restoreJisheng Zhang-9/+0
2022-04-08PCI: dwc: Fix setting error return on MSI DMA mapping failureJiantao Zhang-1/+2
2022-04-08PCI: mediatek: Fix refcount leak in mtk_pcie_subsys_powerup()Miaoqian Lin-0/+1
2022-04-08PCI: rockchip: Fix find_first_zero_bit() limitDan Carpenter-2/+1
2022-04-08PCI: cadence: Fix find_first_zero_bit() limitDan Carpenter-2/+1
2022-04-07Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+9
2022-04-02Merge tag 'pci-v5.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-8/+0
2022-03-31PCI: hv: Remove unused hv_set_msi_entry_from_desc()YueHaibing-8/+0
2022-03-29PCI: hv: Propagate coherence from VMbus device to PCI deviceMichael Kelley-0/+9
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+1
2022-03-25Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-456/+1130
2022-03-22Merge branch 'remotes/lorenzo/pci/xgene'Bjorn Helgaas-12/+23
2022-03-22Merge branch 'remotes/lorenzo/pci/uniphier'Bjorn Helgaas-19/+123
2022-03-22Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas-34/+96
2022-03-22Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas-31/+62
2022-03-22Merge branch 'remotes/lorenzo/pci/mvebu'Bjorn Helgaas-82/+338