summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2025-08-20PCI: dw-rockchip: Delay link training after hot reset in EP modeWilfred Mallawa1-3/+12
2025-08-20PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable portsLukas Wunner3-5/+7
2025-08-15PCI: pnv_php: Fix surprise plug detection and recoveryTimothy Pearson1-3/+107
2025-08-15PCI: pnv_php: Work around switches with broken presence detectionTimothy Pearson1-0/+27
2025-08-15PCI: pnv_php: Clean up allocated IRQs on unplugTimothy Pearson1-19/+77
2025-08-15PCI: endpoint: pci-epf-vntb: Fix the incorrect usage of __iomem attributeManivannan Sadhasivam1-1/+1
2025-08-15PCI: Fix driver_managed_dma checkRobin Murphy1-3/+3
2025-08-15PCI: qcom: Wait PCIE_RESET_CONFIG_WAIT_MS after link-up IRQNiklas Cassel1-0/+1
2025-08-15PCI: dw-rockchip: Wait PCIE_RESET_CONFIG_WAIT_MS after link-up IRQNiklas Cassel1-0/+1
2025-08-15PCI: Rename PCIE_RESET_CONFIG_DEVICE_WAIT_MS to PCIE_RESET_CONFIG_WAIT_MSNiklas Cassel2-2/+2
2025-08-15PCI: Adjust the position of reading the Link Control 2 registerJiwei Sun1-2/+4
2025-08-15PCI: endpoint: pci-epf-vntb: Return -ENOENT if pci_epc_get_next_free_bar() failsJerome Brunet1-1/+1
2025-08-15PCI: rockchip-host: Fix "Unexpected Completion" log messageHans Zhang1-1/+1
2025-07-25Merge tag 'pci-v6.16-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2025-07-22PCI/pwrctrl: Create pwrctrl devices only when CONFIG_PCI_PWRCTRL is enabledManivannan Sadhasivam1-0/+7
2025-07-20Merge tag 'hyperv-fixes-signed-20250718' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-2/+20
2025-07-15PCI: hv: Use the correct hypercall for unmasking interrupts on nestedStanislav Kinsburskii1-2/+16
2025-07-13Merge tag 'irq_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+3
2025-07-12Merge tag 'pci-v6.16-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-8/+51
2025-07-11PCI/MSI: Prevent recursive locking in pci_msix_write_tph_tag()Himanshu Madhani1-1/+3
2025-07-10PCI: hv: Don't load the driver for baremetal root partitionMukesh Rathor1-0/+3
2025-07-10PCI: hv: Fix warnings for missing export.h header inclusionNaman Jain1-0/+1
2025-06-30Revert "PCI: ecam: Allow cfg->priv to be pre-populated from the root port dev...Marc Zyngier1-2/+0
2025-06-30PCI: host-generic: Set driver_data before calling gen_pci_init()Geert Uytterhoeven1-2/+2
2025-06-30PCI: apple: Add tracking of probed root portsMarc Zyngier1-4/+49
2025-06-28Merge tag 'pci-v6.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2025-06-23Revert "PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()"Zhe Qiao1-13/+10
2025-06-23PCI/PTM: Build debugfs code only if CONFIG_DEBUG_FS is enabledManivannan Sadhasivam1-0/+2
2025-06-18PCI: pciehp: Ignore belated Presence Detect Changed caused by DPCLukas Wunner1-1/+1
2025-06-13PCI/PM: Set up runtime PM even for devices without PCI PMMario Limonciello1-2/+3
2025-06-08Merge tag 'timers-cleanups-2025-06-08' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2025-06-08Merge tag 'irq-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-7/+8
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-2/+2
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds74-972/+2223
2025-06-04Merge branch 'pci/misc'Bjorn Helgaas3-9/+12
2025-06-04Merge branch 'pci/ptm-debugfs'Bjorn Helgaas7-5/+597
2025-06-04Merge branch 'pci/controller/tegra194'Bjorn Helgaas1-9/+10
2025-06-04Merge branch 'pci/controller/rockchip'Bjorn Helgaas2-3/+5
2025-06-04Merge branch 'pci/controller/rcar-gen4'Bjorn Helgaas1-0/+1
2025-06-04Merge branch 'pci/controller/qcom'Bjorn Helgaas6-1/+167
2025-06-04Merge branch 'pci/controller/mvebu'Bjorn Helgaas1-17/+9
2025-06-04Merge branch 'pci/controller/mobiveil'Bjorn Helgaas1-2/+1
2025-06-04Merge branch 'pci/controller/imx6'Bjorn Helgaas1-31/+182
2025-06-04Merge branch 'pci/controller/dwc'Bjorn Helgaas1-4/+1
2025-06-04Merge branch 'pci/controller/dwc-ep'Bjorn Helgaas1-7/+6
2025-06-04Merge branch 'pci/controller/dw-rockchip'Bjorn Helgaas30-101/+137
2025-06-04Merge branch 'pci/controller/cadence'Bjorn Helgaas6-36/+197
2025-06-04Merge branch 'pci/controller/apple'Bjorn Helgaas3-75/+192
2025-06-04Merge branch 'pci/endpoint'Bjorn Helgaas7-68/+52
2025-06-04Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+23