summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorLines
2025-07-20Merge tag 'hyperv-fixes-signed-20250718' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-2/+20
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+54
2025-07-17Merge back earlier material related to system sleepRafael J. Wysocki-0/+4
2025-07-17PCI: brcmstb: Replace open coded value with PCIE_T_RRS_READY_MSFlorian Fainelli-5/+1
2025-07-15PCI: Fix driver_managed_dma checkRobin Murphy-3/+3
2025-07-15PCI: qcom: Add support for parsing the new Root Port bindingKrishna Chaitanya Chundru-27/+176
2025-07-15PCI: qcom: Add support for Qualcomm SA8255p based PCIe Root ComplexMayank Rana-12/+112
2025-07-15PCI: imx6: Add IMX8MM_EP and IMX8MP_EP fixed 256-byte BAR 4 in epc_featuresRichard Zhu-0/+2
2025-07-15PCI: imx6: Add IMX8MQ_EP third 64-bit BAR in epc_featuresRichard Zhu-1/+1
2025-07-15PCI: Allow built-in drivers to use async initial probingLukas Wunner-4/+1
2025-07-15PCI: hv: Use the correct hypercall for unmasking interrupts on nestedStanislav Kinsburskii-2/+16
2025-07-14PCI/IOV: Allow drivers to control VF BAR sizeMichał Winiarski-0/+73
2025-07-14PCI/IOV: Check that VF BAR fits within the reservationMichał Winiarski-0/+3
2025-07-14PCI/IOV: Allow IOV resources to be resized in pci_resize_resource()Michał Winiarski-6/+67
2025-07-14PCI/IOV: Add pci_resource_num_to_vf_bar() to convert VF BAR number to/from IO...Michał Winiarski-11/+36
2025-07-14PCI/IOV: Restore VF resizable BAR state after resetMichał Winiarski-1/+41
2025-07-13Merge tag 'irq_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+3
2025-07-11Merge tag 'pci-v6.16-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+51
2025-07-11PCI: hv: Switch to msi_create_parent_irq_domain()Nam Cao-28/+84
2025-07-11Merge back earlier changes related to system suspend and hibernationRafael J. Wysocki-0/+4
2025-07-10PCI/MSI: Prevent recursive locking in pci_msix_write_tph_tag()Himanshu Madhani-1/+3
2025-07-09PCI: hv: Don't load the driver for baremetal root partitionMukesh Rathor-0/+3
2025-07-09PCI: hv: Fix warnings for missing export.h header inclusionNaman Jain-0/+1
2025-07-09PCI: endpoint: pci-epf-vntb: Allow BAR assignment via configfsJerome Brunet-7/+125
2025-07-08PCI/MSI: Add pci_msi_map_rid_ctlr_node() helper functionLorenzo Pieralisi-0/+20
2025-07-07PCI: rockchip: Set Target Link Speed to 5.0 GT/s before retrainingGeraldo Nascimento-0/+4
2025-07-07PCI: rockchip: Use standard PCIe definitionsGeraldo Nascimento-35/+26
2025-07-07PCI: dwc: Make dw_pcie_ptm_ops staticManivannan Sadhasivam-1/+1
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-13/+12
2025-07-03PCI/PM: Set power.strict_midlayer in pci_pm_init()Rafael J. Wysocki-0/+4
2025-07-03Merge tag 'renesas-dts-for-v6.17-tag1' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann-0/+8
2025-07-01PCI: host-generic: Rename and export gen_pci_init() for PCIe controller driversMayank Rana-2/+5
2025-07-01PCI: dwc: Export DWC MSI controller related APIsMayank Rana-18/+34
2025-06-30Revert "PCI: ecam: Allow cfg->priv to be pre-populated from the root port dev...Marc Zyngier-2/+0
2025-06-30PCI: host-generic: Set driver_data before calling gen_pci_init()Geert Uytterhoeven-2/+2
2025-06-30PCI: apple: Add tracking of probed root portsMarc Zyngier-4/+49
2025-06-27Merge tag 'pci-v6.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+2
2025-06-26PCI/AER: Add message when AER_MAX_MULTI_ERR_DEVICES limit is hitAkshay Jindal-1/+2
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+4
2025-06-25PCI: endpoint: Fix configfs group removal on driver teardownDamien Le Moal-0/+2
2025-06-25PCI: endpoint: Fix configfs group list head handlingDamien Le Moal-1/+0
2025-06-25PCI: dwc: Simplify the return value of PTM debugfs functions returning boolHans Zhang-7/+7
2025-06-25PCI: Move link up wait time and max retries macros to pci.hNiklas Cassel-7/+7
2025-06-25PCI: dwc: Ensure that dw_pcie_wait_for_link() waits 100 ms after link upNiklas Cassel-0/+8
2025-06-25PCI: qcom: Wait PCIE_RESET_CONFIG_WAIT_MS after link-up IRQNiklas Cassel-0/+1
2025-06-25PCI: dw-rockchip: Wait PCIE_RESET_CONFIG_WAIT_MS after link-up IRQNiklas Cassel-0/+1
2025-06-25PCI: rockchip-host: Use macro PCIE_RESET_CONFIG_WAIT_MSNiklas Cassel-8/+1
2025-06-25PCI: Rename PCIE_RESET_CONFIG_DEVICE_WAIT_MS to PCIE_RESET_CONFIG_WAIT_MSNiklas Cassel-2/+2
2025-06-24PCI: Adjust the position of reading the Link Control 2 registerJiwei Sun-2/+4
2025-06-24PCI: Fix link speed calculation on retrain failureJiwei Sun-13/+19