summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2025-05-18s390/pci: Fix duplicate pci_dev_put() in disable_slot() when PF has child VFsNiklas Schnelle1-1/+0
2025-05-02PCI/MSI: Add an option to write MSIX ENTRY_DATA before any readsJonathan Currier1-0/+3
2025-05-02PCI/MSI: Handle the NOMASK flag correctly for all PCI/MSI backendsThomas Gleixner1-12/+6
2025-05-02PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flagRoger Pau Monne1-16/+21
2025-04-25Revert "PCI: Avoid reset when disabled via sysfs"Alex Williamson1-4/+0
2025-04-20PCI: Fix wrong length of devres arrayPhilipp Stanner1-1/+1
2025-04-20PCI: Fix reference leak in pci_register_host_bridge()Ma Ke1-2/+7
2025-04-20PCI: Fix reference leak in pci_alloc_child_bus()Ma Ke1-1/+4
2025-04-20PCI: pciehp: Avoid unnecessary device replacement checkLukas Wunner1-1/+4
2025-04-20PCI: layerscape: Fix arg_count to syscon_regmap_lookup_by_phandle_args()Ioana Ciornei1-1/+1
2025-04-20PCI: j721e: Fix the value of .linkdown_irq_regfield for J784S4Siddharth Vadapalli1-2/+3
2025-04-20PCI: brcmstb: Fix missing of_node_put() in brcm_pcie_probe()Stanimir Varbanov1-4/+9
2025-04-20PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t typeRyo Takakura1-6/+6
2025-04-20PCI: Check BAR index for validityPhilipp Stanner4-10/+57
2025-04-20PCI: Enable Configuration RRS SV earlyBjorn Helgaas1-3/+5
2025-04-20PCI: Add Rockchip Vendor IDShawn Lin2-2/+1
2025-04-10PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustionLukas Wunner1-0/+4
2025-04-10PCI: Fix NULL dereference in SR-IOV VF creation error pathShay Drory1-14/+34
2025-04-10PCI/bwctrl: Fix pcie_bwctrl_select_speed() return typeIlpo Järvinen1-1/+1
2025-04-10PCI: pciehp: Don't enable HPIE when resuming in poll modeIlpo Järvinen1-1/+3
2025-04-10PCI: Fix BAR resizing when VF BARs are assignedIlpo Järvinen1-2/+2
2025-04-10PCI: histb: Fix an error handling path in histb_pcie_probe()Christophe JAILLET1-4/+8
2025-04-10PCI: dwc: ep: Return -ENOMEM for allocation failuresDan Carpenter1-0/+1
2025-04-10PCI: xilinx-cpm: Fix IRQ domain leak in error path of probeThippeswamy Havalige1-4/+6
2025-04-10PCI: Remove stray put_device() in pci_register_host_bridge()Dan Carpenter1-3/+2
2025-04-10PCI: endpoint: pci-epf-test: Handle endianness properlyNiklas Cassel1-53/+73
2025-04-10PCI: Avoid reset when disabled via sysfsNishanth Aravamudan1-0/+4
2025-04-10PCI/portdrv: Only disable pciehp interrupts early when neededFeng Tang1-3/+5
2025-04-10PCI: brcmstb: Fix potential premature regulator disablingJim Quinlan1-1/+1
2025-04-10PCI: brcmstb: Fix error path after a call to regulator_bulk_get()Jim Quinlan1-1/+2
2025-04-10PCI: brcmstb: Use internal register to change link capabilityJim Quinlan1-2/+2
2025-04-10PCI: brcmstb: Set generation limit before PCIe link upJim Quinlan1-3/+4
2025-04-10PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payloadHans Zhang2-3/+2
2025-04-10PCI: mediatek-gen3: Configure PBUS_CSR registers for EN7581 SoCLorenzo Bianconi1-1/+27
2025-04-10PCI/ACS: Fix 'pci=config_acs=' parameterTushar Dave1-5/+13
2025-04-10PCI/ASPM: Fix link state exit during switch upstream function removalDaniel Stodden1-8/+9
2025-04-10PCI: Allow relaxed bridge window tail sizing for optional resourcesIlpo Järvinen1-1/+13
2025-04-10PCI: Simplify size1 assignment logicIlpo Järvinen1-7/+14
2025-04-10PCI: Remove add_align overwrite unrelated to size0Ilpo Järvinen1-1/+0
2025-04-10PCI: Use downstream bridges for distributing resourcesKai-Heng Feng1-2/+1
2025-02-15Merge tag 'pci-v6.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+5
2025-02-13PCI: Avoid FLR for Mediatek MT7922 WiFiBjorn Helgaas1-1/+2
2025-02-13PCI: Fix BUILD_BUG_ON usage for old gccAlex Williamson1-2/+3
2025-02-06PCI/TPH: Restore TPH Requester Enable correctlyRobin Murphy1-1/+1
2025-02-06PCI/ASPM: Fix L1SS savingIlpo Järvinen1-3/+0
2025-01-27PCI: Restore original INTX_DISABLE bit by pcim_intx()Takashi Iwai1-15/+19
2025-01-26Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds44-895/+1390
2025-01-23Merge branch 'pci/misc'Bjorn Helgaas5-35/+34
2025-01-23Merge branch 'pci/controller/xilinx-cpm'Bjorn Helgaas1-11/+39
2025-01-23Merge branch 'pci/controller/rockchip'Bjorn Helgaas3-194/+65