aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2022-12-08PCI: xilinx-nwl: Fix coding style violationsMichal Simek1-4/+3
2022-12-07PCI: mvebu: Switch to using gpiod APIDmitry Torokhov1-34/+17
2022-12-07PCI: pciehp: Enable Command Completed Interrupt only if supportedPali Rohár1-1/+3
2022-12-07PCI: aardvark: Switch to using devm_gpiod_get_optional()Dmitry Torokhov1-12/+10
2022-12-06PCI: mt7621: Add sentinel to quirks tableJohn Thomson1-1/+2
2022-12-06PCI: vmd: Fix secondary bus reset for Intel bridgesFrancisco Munoz1-2/+20
2022-12-05PCI/MSI: Provide pci_ims_alloc/free_irq()Thomas Gleixner1-0/+50
2022-12-05PCI/MSI: Provide IMS (Interrupt Message Store) supportThomas Gleixner1-0/+59
2022-12-05PCI/MSI: Provide post-enable dynamic allocation interfaces for MSI-XThomas Gleixner2-1/+69
2022-12-05PCI/MSI: Provide prepare_desc() MSI domain opThomas Gleixner1-0/+9
2022-12-05PCI/MSI: Split MSI-X descriptor setupThomas Gleixner2-27/+47
2022-12-05PCI/MSI: Remove unused pci_dev_has_special_msi_domain()Thomas Gleixner1-21/+0
2022-12-05PCI/MSI: Add support for per device MSI[X] domainsThomas Gleixner3-5/+201
2022-12-05PCI/MSI: Split __pci_write_msi_msg()Thomas Gleixner1-50/+54
2022-12-05Merge branch 'for-6.2/cxl-aer' into for-6.2/cxlDan Williams1-1/+7
2022-12-05PCI/MSI: Use msi_domain_alloc/free_irqs_all_locked()Thomas Gleixner1-2/+2
2022-12-05genirq/msi: Rename msi_add_msi_desc() to msi_insert_msi_desc()Thomas Gleixner1-2/+2
2022-12-05PCI/MSI: Use bullet lists in kernel-doc comments of api.cBagas Sanjaya1-14/+19
2022-12-03PCI/AER: Add optional logging callback for correctable errorDave Jiang1-1/+7
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe1-20/+90
2022-11-28PCI: hv: update comment in x86 specific hv_arch_irq_unmaskOlaf Hering1-3/+3
2022-11-23PCI: endpoint: pci-epf-vntb: Fix sparse ntb->reg build warningFrank Li1-4/+4
2022-11-23PCI: endpoint: pci-epf-vntb: Fix sparse build warning for epf_dbFrank Li1-6/+4
2022-11-23PCI: endpoint: pci-epf-vntb: Replace hardcoded 4 with sizeof(u32)Frank Li1-12/+12
2022-11-23PCI: endpoint: pci-epf-vntb: Remove unused epf_db_phy struct memberFrank Li1-1/+0
2022-11-23PCI: endpoint: pci-epf-vntb: Fix call pci_epc_mem_free_addr() in error pathFrank Li1-1/+1
2022-11-23PCI: endpoint: pci-epf-vntb: Fix struct epf_ntb_ctrl indentationFrank Li1-14/+14
2022-11-23PCI: endpoint: pci-epf-vntb: Clean up kernel_doc warningFrank Li1-29/+54
2022-11-23PCI: dwc: Add Baikal-T1 PCIe controller supportSerge Semin3-0/+653
2022-11-23PCI: dwc: Introduce generic platform clocks and resetsSerge Semin2-0/+133
2022-11-23PCI: dwc: Combine iATU detection proceduresSerge Semin1-29/+10
2022-11-23PCI: dwc: Introduce generic resources getterSerge Semin4-53/+65
2022-11-23PCI: dwc: Introduce generic controller capabilities interfaceSerge Semin2-6/+17
2022-11-23PCI: dwc: Introduce dma-ranges property support for RC-hostSerge Semin4-9/+89
2022-11-22PCI: shpchp: Remove unused get_mode1_ECC_cap callbackIan Cowan3-22/+0
2022-11-22PCI: acpiphp: Avoid setting is_hotplug_bridge for PCIe Upstream PortsRafael J. Wysocki1-0/+8
2022-11-22PCI/portdrv: Set PCIE_PORT_SERVICE_HP for Root and Downstream Ports onlyRafael J. Wysocki1-0/+2
2022-11-21PCI: Check for alloc failure in pci_request_irq()Zeng Heng1-0/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-11-17PCI: Drop of_match_ptr() to avoid unused variablesBjorn Helgaas2-2/+2
2022-11-17x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORSThomas Gleixner1-14/+1
2022-11-17PCI/MSI: Remove redundant msi_check() callbackThomas Gleixner1-48/+0
2022-11-17PCI/MSI: Validate MSI-X contiguous restriction earlyThomas Gleixner1-2/+9
2022-11-17PCI/MSI: Reject MSI-X earlyThomas Gleixner1-0/+4
2022-11-17PCI/MSI: Reject multi-MSI earlyThomas Gleixner3-0/+35
2022-11-17PCI/MSI: Sanitize MSI-X checksThomas Gleixner1-32/+33
2022-11-17PCI/MSI: Reorder functions in msi.cAhmed S. Darwish1-282/+295
2022-11-17PCI/MSI: Move pci_msi_restore_state() to api.cAhmed S. Darwish3-9/+19
2022-11-17PCI/MSI: Move pci_msi_enabled() to api.cAhmed S. Darwish3-13/+16
2022-11-17PCI/MSI: Move pci_irq_get_affinity() to api.cAhmed S. Darwish2-38/+43