summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorLines
2025-03-24PCI: dwc: Use parent_bus_offset to remove need for .cpu_addr_fixup()Frank Li-11/+9
2025-03-24PCI: dwc: ep: Ensure proper iteration over outbound map windowsFrank Li-1/+1
2025-03-24PCI: dwc: ep: Use devicetree 'reg[addr_space]' to derive CPU -> ATU addr offsetFrank Li-0/+7
2025-03-24PCI: dwc: ep: Consolidate devicetree handling in dw_pcie_ep_get_resources()Bjorn Helgaas-15/+29
2025-03-24PCI: dwc: ep: Call epc_create() early in dw_pcie_ep_init()Bjorn Helgaas-9/+9
2025-03-24PCI: dwc: Use devicetree 'reg[config]' to derive CPU -> ATU addr offsetFrank Li-0/+7
2025-03-24PCI: dwc: Add dw_pcie_parent_bus_offset() checking and debugFrank Li-1/+52
2025-03-24PCI: dwc: Add dw_pcie_parent_bus_offset()Frank Li-0/+26
2025-03-23PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustionLukas Wunner-0/+4
2025-03-23PCI: xilinx-cpm: Add cpm_csr register mapping for CPM5_HOST1 variantThippeswamy Havalige-1/+2
2025-03-23PCI: brcmstb: Make const read-only arrays staticColin Ian King-2/+3
2025-03-23PCI: amd-mdb: Add AMD MDB Root Port driverThippeswamy Havalige-0/+488
2025-03-21PCI/DOE: Allow enabling DOE without CXLAlistair Francis-1/+4
2025-03-21PCI/DOE: Expose DOE features via sysfsAlistair Francis-0/+168
2025-03-21s390/pci: Introduce pdev->non_mappable_bars and replace VFIO_PCI_MMAPNiklas Schnelle-0/+8
2025-03-21PCI: Fix NULL dereference in SR-IOV VF creation error pathShay Drory-14/+34
2025-03-21PCI/bwctrl: Fix pcie_bwctrl_select_speed() return typeIlpo Järvinen-1/+1
2025-03-21PCI: pciehp: Don't enable HPIE when resuming in poll modeIlpo Järvinen-1/+3
2025-03-21PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flagRoger Pau Monne-16/+21
2025-03-21PCI: vmd: Disable MSI remapping bypass under XenRoger Pau Monne-0/+20
2025-03-20PCI: Move cardbus IO size declarations into pci/pci.hIlpo Järvinen-0/+2
2025-03-20PCI: Make pci_setup_bridge() staticIlpo Järvinen-1/+1
2025-03-20PCI: Move resource reassignment func declarations into pci/pci.hIlpo Järvinen-0/+2
2025-03-20PCI: Move pci_rescan_bus_bridge_resize() declaration to pci/pci.hIlpo Järvinen-0/+2
2025-03-20PCI: Fix BAR resizing when VF BARs are assignedIlpo Järvinen-2/+2
2025-03-20PCI: Allow PCI bridges to go to D3Hot on all non-x86Manivannan Sadhasivam-4/+4
2025-03-18PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t typeRyo Takakura-6/+6
2025-03-17mm: allow compound zone device pagesAlistair Popple-3/+3
2025-03-17mm/mm_init: move p2pdma page refcount initialisation to p2pdmaAlistair Popple-2/+11
2025-03-17PCI: dwc: Consolidate devicetree handling in dw_pcie_host_get_resources()Bjorn Helgaas-12/+25
2025-03-17PCI: dwc: Call devm_pci_alloc_host_bridge() early in dw_pcie_host_init()Frank Li-6/+6
2025-03-17PCI: dwc: Rename cpu_addr to parent_bus_addr for ATU configurationFrank Li-30/+31
2025-03-17PCI: dwc: Use resource start as ioremap() input in dw_pcie_pme_turn_off()Frank Li-1/+1
2025-03-16PCI: histb: Fix an error handling path in histb_pcie_probe()Christophe JAILLET-4/+8
2025-03-15PCI: imx6: Use devm_clk_bulk_get_all() to fetch clocksRichard Zhu-61/+14
2025-03-15PCI: imx6: Identify controller via 'linux,pci-domain', not addressRichard Zhu-9/+6
2025-03-14PCI: dw-rockchip: Hide broken ATS capability for RK3588 running in EP modeNiklas Cassel-0/+29
2025-03-14PCI: dwc: ep: Add dw_pcie_ep_hide_ext_capability()Niklas Cassel-0/+46
2025-03-14PCI: dwc: ep: Return -ENOMEM for allocation failuresDan Carpenter-0/+1
2025-03-14PCI: Check BAR index for validityPhilipp Stanner-10/+57
2025-03-14PCI: pciehp: Avoid unnecessary device replacement checkLukas Wunner-1/+4
2025-03-14PCI: Fix wrong length of devres arrayPhilipp Stanner-1/+1
2025-03-13PCI/TPH: Replace the broken MSI-X control word updateThomas Gleixner-43/+1
2025-03-13PCI/MSI: Provide a sane mechanism for TPHThomas Gleixner-0/+56
2025-03-13PCI: hv: Switch MSI descriptor locking to guard()Thomas Gleixner-10/+4
2025-03-13PCI/MSI: Switch to MSI descriptor locking to guard()Thomas Gleixner-64/+62
2025-03-11PCI: xilinx-cpm: Add support for Versal Net CPM5NC Root Port controllerThippeswamy Havalige-11/+29
2025-03-11PCI: xilinx-cpm: Fix IRQ domain leak in error path of probeThippeswamy Havalige-4/+6
2025-03-11iommu: Get DT/ACPI parsing into the proper probe pathRobin Murphy-1/+2
2025-03-10PCI: Remove stray put_device() in pci_register_host_bridge()Dan Carpenter-3/+2