summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2022-12-05PCI/MSI: Remove unused pci_dev_has_special_msi_domain()Thomas Gleixner
2022-12-05PCI/MSI: Add support for per device MSI[X] domainsThomas Gleixner
2022-12-05PCI/MSI: Split __pci_write_msi_msg()Thomas Gleixner
2022-12-05Merge branch 'for-6.2/cxl-aer' into for-6.2/cxlDan Williams
2022-12-05PCI/MSI: Use msi_domain_alloc/free_irqs_all_locked()Thomas Gleixner
2022-12-05genirq/msi: Rename msi_add_msi_desc() to msi_insert_msi_desc()Thomas Gleixner
2022-12-05PCI/MSI: Use bullet lists in kernel-doc comments of api.cBagas Sanjaya
2022-12-03PCI/AER: Add optional logging callback for correctable errorDave Jiang
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe
2022-11-28PCI: hv: update comment in x86 specific hv_arch_irq_unmaskOlaf Hering
2022-11-23PCI: endpoint: pci-epf-vntb: Fix sparse ntb->reg build warningFrank Li
2022-11-23PCI: endpoint: pci-epf-vntb: Fix sparse build warning for epf_dbFrank Li
2022-11-23PCI: endpoint: pci-epf-vntb: Replace hardcoded 4 with sizeof(u32)Frank Li
2022-11-23PCI: endpoint: pci-epf-vntb: Remove unused epf_db_phy struct memberFrank Li
2022-11-23PCI: endpoint: pci-epf-vntb: Fix call pci_epc_mem_free_addr() in error pathFrank Li
2022-11-23PCI: endpoint: pci-epf-vntb: Fix struct epf_ntb_ctrl indentationFrank Li
2022-11-23PCI: endpoint: pci-epf-vntb: Clean up kernel_doc warningFrank Li
2022-11-23PCI: dwc: Add Baikal-T1 PCIe controller supportSerge Semin
2022-11-23PCI: dwc: Introduce generic platform clocks and resetsSerge Semin
2022-11-23PCI: dwc: Combine iATU detection proceduresSerge Semin
2022-11-23PCI: dwc: Introduce generic resources getterSerge Semin
2022-11-23PCI: dwc: Introduce generic controller capabilities interfaceSerge Semin
2022-11-23PCI: dwc: Introduce dma-ranges property support for RC-hostSerge Semin
2022-11-22PCI: shpchp: Remove unused get_mode1_ECC_cap callbackIan Cowan
2022-11-22PCI: acpiphp: Avoid setting is_hotplug_bridge for PCIe Upstream PortsRafael J. Wysocki
2022-11-22PCI/portdrv: Set PCIE_PORT_SERVICE_HP for Root and Downstream Ports onlyRafael J. Wysocki
2022-11-21PCI: Check for alloc failure in pci_request_irq()Zeng Heng
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-17PCI: Drop of_match_ptr() to avoid unused variablesBjorn Helgaas
2022-11-17x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORSThomas Gleixner
2022-11-17PCI/MSI: Remove redundant msi_check() callbackThomas Gleixner
2022-11-17PCI/MSI: Validate MSI-X contiguous restriction earlyThomas Gleixner
2022-11-17PCI/MSI: Reject MSI-X earlyThomas Gleixner
2022-11-17PCI/MSI: Reject multi-MSI earlyThomas Gleixner
2022-11-17PCI/MSI: Sanitize MSI-X checksThomas Gleixner
2022-11-17PCI/MSI: Reorder functions in msi.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_msi_restore_state() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_msi_enabled() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_irq_get_affinity() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_disable_msix() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_msix_vec_count() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_free_irq_vectors() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_irq_vector() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_alloc_irq_vectors_affinity() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_alloc_irq_vectors() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_enable_msix_range() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_enable_msi() API to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move pci_disable_msi() to api.cAhmed S. Darwish
2022-11-17PCI/MSI: Move mask and unmask helpers to msi.hAhmed S. Darwish
2022-11-17PCI/MSI: Get rid of externs in msi.hAhmed S. Darwish