summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2026-03-15PCI: rzg3s-host: Add support for RZ/G3E PCIe controllerJohn Madieu
2026-03-15PCI: rzg3s-host: Add PCIe Gen3 (8.0 GT/s) link speed supportJohn Madieu
2026-03-15PCI: rzg3s-host: Explicitly set class code for RZ/G3E compatibilityJohn Madieu
2026-03-15PCI: rzg3s-host: Add SoC-specific configuration and initialization callbacksJohn Madieu
2026-03-15PCI: rzg3s-host: Make configuration reset lines optionalJohn Madieu
2026-03-15PCI: rzg3s-host: Make SYSC register offsets SoC-specificJohn Madieu
2026-03-15PCI: rzg3s-host: Rework inbound window algorithm for supporting RZ/G3E SoCJohn Madieu
2026-03-15PCI: rzg3s-host: Reorder reset assertion during suspendJohn Madieu
2026-03-15PCI: rzg3s-host: Fix reset handling in probe error pathJohn Madieu
2026-03-12PCI: Use pr_warn_once() for ACS parameter parse failureRichard Cheng
2026-03-09PCI: of: Reduce severity of missing of_root error messageJeremy Linton
2026-03-09PCI: Consolidate pci_bus/slot_lock/unlock/trylock()Ilpo Järvinen
2026-03-09PCI: Make reset_subordinate hotplug safeKeith Busch
2026-03-09PCI: Allow all bus devices to use the same slotKeith Busch
2026-03-09PCI: Rename __pci_bus_reset() and __pci_slot_reset()Keith Busch
2026-03-09PCI: dwc: Perform cleanup in the error path of dw_pcie_resume_noirq()Manivannan Sadhasivam
2026-03-09PCI: dwc: ep: Mirror the max link width and speed fields to all functionsAksh Garg
2026-03-09PCI: dwc: ep: Fix MSI-X Table Size configuration in dw_pcie_ep_set_msix()Aksh Garg
2026-03-07Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-05PCI: endpoint: Propagate error from pci_epf_create()Alok Tiwari
2026-03-05PCI: qilai: Add Andes QiLai SoC PCIe host driver supportRandolph Lin
2026-03-05PCI: endpoint: Fix typo in pci_epf_add_vepf() kernel-docAlok Tiwari
2026-03-04xenbus: add xenbus_device parameter to xenbus_read_driver_state()Juergen Gross
2026-03-04PCI: endpoint: pci-epf-vntb: Stop cmd_handler work in epf_ntb_epc_cleanupKoichiro Den
2026-03-04PCI: endpoint: pci-epf-ntb: Remove duplicate resource teardownKoichiro Den
2026-03-04PCI: endpoint: pci-epf-vntb: Remove duplicate resource teardownKoichiro Den
2026-03-02PCI: Avoid FLR for AMD NPU deviceLizhi Hou
2026-03-02PCI: amd-mdb: Correct IRQ number in INTx error messageRakuram Eswaran
2026-03-02PCI: dwc: Remove not-going-to-be-supported code for Baikal SoCAndy Shevchenko
2026-03-02PCI: epf-mhi: Return 0, not remaining timeout, when eDMA ops completeDaniel Hodges
2026-02-27PCI/PTM: Do not enable PTM automatically for Root and Switch Upstream PortsMika Westerberg
2026-02-26PCI: dwc: Proceed with system suspend even if the endpoint doesn't respond wi...Manivannan Sadhasivam
2026-02-26PCI: imx6: Fix device node reference leak in imx_pcie_probe()Felix Gu
2026-02-26PCI: layerscape: Allow to compile as moduleSascha Hauer
2026-02-25PCI: dwc: ep: Flush MSI-X write before unmapping its ATU entryNiklas Cassel
2026-02-25PCI: dwc: ep: Refresh MSI Message Address cache on changeNiklas Cassel
2026-02-24PCI/PTM: Drop pci_enable_ptm() granularity parameterMika Westerberg
2026-02-24PCI: endpoint: pci-epf-vntb: Return -ERANGE for out-of-range MW indexKoichiro Den
2026-02-24PCI: endpoint: pci-epf-vntb: Use array_index_nospec() on mws_size[] accessKoichiro Den
2026-02-24PCI: endpoint: Constify struct configfs_item_operations and configfs_group_op...Christophe JAILLET
2026-02-24PCI: endpoint: pci-epf-test: Advertise dynamic inbound mapping supportKoichiro Den
2026-02-24PCI: endpoint: pci-ep-msi: Fix error unwind and prevent double allocKoichiro Den
2026-02-24PCI: endpoint: pci-epf-test: Don't free doorbell IRQ unless requestedKoichiro Den
2026-02-24PCI: endpoint: pci-epf-vntb: Fix MSI doorbell IRQ unwindKoichiro Den
2026-02-23PCI/MSI: Add TODO comment about legacy pcim_enable_device() side-effectShawn Lin
2026-02-23PCI/MSI: Clarify pci_free_irq_vectors() usage for managed devicesShawn Lin
2026-02-23PCI/TPH: Allow TPH enable for RCiEPsGeorge Abraham P
2026-02-23PCI/ASPM: Fix pci_clear_and_set_config_dword() usageLukas Wunner
2026-02-23PCI/AER: Clear only error bits in PCIe Device StatusShuai Xue
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds