aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2026-03-15PCI: dwc: Disable BARs in common code instead of in each glue driverNiklas Cassel12-89/+25
2026-03-15PCI: dwc: Replace certain BAR_RESERVED with BAR_DISABLED in glue driversNiklas Cassel5-15/+27
2026-03-15PCI: endpoint: Introduce pci_epc_bar_type BAR_DISABLEDNiklas Cassel1-2/+3
2026-03-15PCI: dw-rockchip: Describe RK3588 BAR4 DMA ctrl windowKoichiro Den1-1/+14
2026-03-15PCI: endpoint: Do not mark the BAR succeeding a 64-bit BAR as BAR_RESERVEDNiklas Cassel6-16/+0
2026-03-15PCI: rzg3s-host: Add support for RZ/G3E PCIe controllerJohn Madieu1-0/+93
2026-03-15PCI: rzg3s-host: Add PCIe Gen3 (8.0 GT/s) link speed supportJohn Madieu1-6/+20
2026-03-15PCI: rzg3s-host: Explicitly set class code for RZ/G3E compatibilityJohn Madieu1-0/+8
2026-03-15PCI: rzg3s-host: Add SoC-specific configuration and initialization callbacksJohn Madieu1-17/+44
2026-03-15PCI: rzg3s-host: Make configuration reset lines optionalJohn Madieu1-3/+3
2026-03-15PCI: rzg3s-host: Make SYSC register offsets SoC-specificJohn Madieu1-26/+85
2026-03-15PCI: rzg3s-host: Rework inbound window algorithm for supporting RZ/G3E SoCJohn Madieu1-24/+29
2026-03-15PCI: rzg3s-host: Reorder reset assertion during suspendJohn Madieu1-9/+9
2026-03-15PCI: rzg3s-host: Fix reset handling in probe error pathJohn Madieu1-2/+1
2026-03-12PCI: Use pr_warn_once() for ACS parameter parse failureRichard Cheng1-1/+1
2026-03-09PCI: of: Reduce severity of missing of_root error messageJeremy Linton1-1/+1
2026-03-09PCI: Consolidate pci_bus/slot_lock/unlock/trylock()Ilpo Järvinen1-66/+49
2026-03-09PCI: Make reset_subordinate hotplug safeKeith Busch3-34/+62
2026-03-09PCI: Allow all bus devices to use the same slotKeith Busch2-5/+29
2026-03-09PCI: Rename __pci_bus_reset() and __pci_slot_reset()Keith Busch3-7/+7
2026-03-09PCI: dwc: Perform cleanup in the error path of dw_pcie_resume_noirq()Manivannan Sadhasivam1-3/+12
2026-03-09PCI: dwc: ep: Mirror the max link width and speed fields to all functionsAksh Garg1-1/+28
2026-03-09PCI: dwc: ep: Fix MSI-X Table Size configuration in dw_pcie_ep_set_msix()Aksh Garg1-1/+1
2026-03-07Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-4/+4
2026-03-05PCI: endpoint: Propagate error from pci_epf_create()Alok Tiwari1-2/+2
2026-03-05PCI: qilai: Add Andes QiLai SoC PCIe host driver supportRandolph Lin3-0/+209
2026-03-05PCI: endpoint: Fix typo in pci_epf_add_vepf() kernel-docAlok Tiwari1-1/+1
2026-03-04xenbus: add xenbus_device parameter to xenbus_read_driver_state()Juergen Gross1-4/+4
2026-03-04PCI: endpoint: pci-epf-vntb: Stop cmd_handler work in epf_ntb_epc_cleanupKoichiro Den1-0/+1
2026-03-04PCI: endpoint: pci-epf-ntb: Remove duplicate resource teardownKoichiro Den1-54/+2
2026-03-04PCI: endpoint: pci-epf-vntb: Remove duplicate resource teardownKoichiro Den1-18/+1
2026-03-02PCI: Avoid FLR for AMD NPU deviceLizhi Hou1-0/+3
2026-03-02PCI: amd-mdb: Correct IRQ number in INTx error messageRakuram Eswaran1-1/+1
2026-03-02PCI: dwc: Remove not-going-to-be-supported code for Baikal SoCAndy Shevchenko3-655/+0
2026-03-02PCI: epf-mhi: Return 0, not remaining timeout, when eDMA ops completeDaniel Hodges1-0/+4
2026-02-27PCI/PTM: Do not enable PTM automatically for Root and Switch Upstream PortsMika Westerberg1-29/+39
2026-02-26PCI: dwc: Proceed with system suspend even if the endpoint doesn't respond with PME_TO_Ack messageManivannan Sadhasivam1-3/+7
2026-02-26PCI: imx6: Fix device node reference leak in imx_pcie_probe()Felix Gu1-2/+2
2026-02-26PCI: layerscape: Allow to compile as moduleSascha Hauer2-2/+16
2026-02-25PCI: dwc: ep: Flush MSI-X write before unmapping its ATU entryNiklas Cassel1-0/+3
2026-02-25PCI: dwc: ep: Refresh MSI Message Address cache on changeNiklas Cassel1-9/+13
2026-02-24PCI/PTM: Drop pci_enable_ptm() granularity parameterMika Westerberg1-8/+3
2026-02-24PCI: endpoint: pci-epf-vntb: Return -ERANGE for out-of-range MW indexKoichiro Den1-2/+2
2026-02-24PCI: endpoint: pci-epf-vntb: Use array_index_nospec() on mws_size[] accessKoichiro Den1-10/+14
2026-02-24PCI: endpoint: Constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET1-5/+5
2026-02-24PCI: endpoint: pci-epf-test: Advertise dynamic inbound mapping supportKoichiro Den1-0/+4
2026-02-24PCI: endpoint: pci-ep-msi: Fix error unwind and prevent double allocKoichiro Den1-0/+5
2026-02-24PCI: endpoint: pci-epf-test: Don't free doorbell IRQ unless requestedKoichiro Den1-3/+5
2026-02-24PCI: endpoint: pci-epf-vntb: Fix MSI doorbell IRQ unwindKoichiro Den1-6/+6
2026-02-23PCI/MSI: Add TODO comment about legacy pcim_enable_device() side-effectShawn Lin1-0/+10