aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds42-1100/+1957
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2024-03-13Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-5/+0
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2024-03-12Merge branch 'pci/controller/qcom'Bjorn Helgaas1-2/+40
2024-03-12Merge branch 'pci/controller/imx'Bjorn Helgaas1-275/+352
2024-03-12Merge branch 'pci/controller/hyperv'Bjorn Helgaas1-1/+2
2024-03-12Merge branch 'pci/controller/dwc'Bjorn Helgaas2-9/+19
2024-03-12Merge branch 'pci/controller/cadence'Bjorn Helgaas2-1/+19
2024-03-12Merge branch 'pci/controller/broadcom'Bjorn Helgaas1-1/+1
2024-03-12Merge branch 'pci/misc'Bjorn Helgaas2-2/+2
2024-03-12Merge branch 'pci/endpoint'Bjorn Helgaas14-82/+107
2024-03-12Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+8
2024-03-12Merge branch 'pci/sysfs'Bjorn Helgaas5-99/+124
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-22/+43
2024-03-12Merge branch 'pci/switchtec'Bjorn Helgaas1-1/+3
2024-03-12Merge branch 'pci/pm'Bjorn Helgaas1-4/+8
2024-03-12Merge branch 'pci/p2pdma'Bjorn Helgaas1-1/+1
2024-03-12Merge branch 'pci/enumeration'Bjorn Helgaas6-218/+206
2024-03-12Merge branch 'pci/dpc'Bjorn Helgaas2-1/+63
2024-03-12Merge branch 'pci/devres'Bjorn Helgaas6-250/+653
2024-03-12Merge branch 'pci/aspm'Bjorn Helgaas5-129/+291
2024-03-12PCI/ASPM: Update save_state when configuration changesVidya Sagar1-1/+33
2024-03-12PCI/ASPM: Disable L1 before configuring L1 SubstatesBjorn Helgaas2-13/+22
2024-03-12PCI/ASPM: Call pci_save_ltr_state() from pci_save_pcie_state()David E. Box1-7/+7
2024-03-12PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeDavid E. Box4-5/+118
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov1-2/+2
2024-03-11Merge branch 'pm-runtime'Rafael J. Wysocki1-1/+1
2024-03-10PCI: hv: Fix ring buffer size calculationMichael Kelley1-1/+2
2024-03-10PCI: dwc: endpoint: Fix advertised resizable BAR sizeNiklas Cassel1-1/+6
2024-03-10PCI: cadence: Clear the ARI Capability Next Function Number of the last functionJasko-EXT Wojciech2-1/+19
2024-03-10PCI: dwc: Strengthen the MSI address allocation logicAjay Agarwal1-8/+13
2024-03-10PCI: brcmstb: Fix broken brcm_pcie_mdio_write() pollingJonathan Bell1-1/+1
2024-03-10PCI: qcom: Add X1E80100 PCIe supportAbel Vesa1-0/+1
2024-03-10PCI: qcom: Enable BDF to SID translation properlyManivannan Sadhasivam1-0/+10
2024-03-08PCI/AER: Generalize TLP Header Log readingIlpo Järvinen4-22/+36
2024-03-08PCI/AER: Use explicit register size for PCI_ERR_CAPIlpo Järvinen1-3/+3
2024-03-08PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295pJohan Hovold1-2/+29
2024-03-08Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-5/+0
2024-03-07PCI/AER: Block runtime suspend when handling errorsStanislaw Gruszka1-0/+20
2024-03-07PCI/ASPM: Move pci_save_ltr_state() to aspm.cDavid E. Box3-40/+45
2024-03-07PCI/ASPM: Always build aspm.cDavid E. Box2-1/+5
2024-03-07PCI/ASPM: Move pci_configure_ltr() to aspm.cDavid E. Box4-80/+79
2024-03-06PCI: Make pci_dev_is_disconnected() helper public for other driversEthan Zhao1-5/+0
2024-03-05PCI/sysfs: Demacrofy pci_dev_resource_resize_attr(n) functionsIlpo Järvinen1-64/+74
2024-03-05PCI: Remove obsolete pci_cleanup_rom() declarationLukas Wunner1-1/+0
2024-03-05PCI/sysfs: Compile pci-sysfs.c only if CONFIG_SYSFS=yLukas Wunner5-34/+50
2024-03-05PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root PortsPaul Menzel1-0/+2
2024-03-05PCI/PM: Drain runtime-idle callbacks before driver removalRafael J. Wysocki1-0/+7
2024-03-04PCI: imx6: Add iMX95 Endpoint (EP) supportFrank Li1-0/+47