aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-17PCI/MSI: Move pci_disable_msix() to api.cAhmed S. Darwish3-13/+26
2022-11-17PCI/MSI: Move pci_msix_vec_count() to api.cAhmed S. Darwish2-20/+20
2022-11-17PCI/MSI: Move pci_free_irq_vectors() to api.cAhmed S. Darwish2-13/+15
2022-11-17PCI/MSI: Move pci_irq_vector() to api.cAhmed S. Darwish2-24/+23
2022-11-17PCI/MSI: Move pci_alloc_irq_vectors_affinity() to api.cAhmed S. Darwish2-65/+59
2022-11-17PCI/MSI: Move pci_alloc_irq_vectors() to api.cAhmed S. Darwish1-0/+33
2022-11-17PCI/MSI: Move pci_enable_msix_range() to api.cAhmed S. Darwish3-26/+39
2022-11-17PCI/MSI: Move pci_enable_msi() API to api.cAhmed S. Darwish3-12/+26
2022-11-17PCI/MSI: Move pci_disable_msi() to api.cAhmed S. Darwish4-19/+47
2022-11-17PCI/MSI: Move mask and unmask helpers to msi.hAhmed S. Darwish2-70/+74
2022-11-17PCI/MSI: Get rid of externs in msi.hAhmed S. Darwish1-4/+4
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner1-1/+0
2022-11-17PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner6-52/+44
2022-11-17PCI/MSI: Let the MSI core free descriptorsAhmed S. Darwish1-3/+7
2022-11-17PCI/MSI: Use msi_domain_info:: Bus_tokenAhmed S. Darwish1-8/+3
2022-11-17PCI/MSI: Check for MSI enabled in __pci_msix_enable()Thomas Gleixner1-0/+5
2022-11-16PCI/DOE: Fix maximum data object length miscalculationLi Ming1-4/+16
2022-11-15PCI: pciehp: Enable by default if USB4 enabledAlbert Zhou2-2/+9
2022-11-14PCI: Allow drivers to request exclusive config regionsIra Weiny2-0/+13
2022-11-14PCI: histb: Switch to using gpiod APIDmitry Torokhov1-20/+19
2022-11-12PCI: hv: Only reuse existing IRTE allocation for Multi-MSIDexuan Cui1-15/+75
2022-11-11PCI: Fix pci_device_is_present() for VFs by checking PFMichael S. Tsirkin1-0/+2
2022-11-11PCI: imx6: Initialize PHY before deasserting core resetSascha Hauer1-6/+7
2022-11-11PCI: endpoint: Fix Kconfig indent styleShunsuke Mie1-9/+9
2022-11-11PCI: qcom: Add basic interconnect supportJohan Hovold1-0/+76
2022-11-11PCI: vmd: Disable MSI remapping after suspendNirmal Patel1-0/+5
2022-11-11PCI: brcmstb: Set RCB_{MPS,64B}_MODE bitsJim Quinlan1-1/+8
2022-11-11PCI: brcmstb: Drop needless 'inline' annotationsJim Quinlan1-6/+6
2022-11-11PCI: brcmstb: Replace status loops with read_poll_timeout_atomic()Jim Quinlan1-17/+10
2022-11-11PCI: brcmstb: Wait for 100ms following PERST# deassertJim Quinlan1-2/+9
2022-11-11PCI: brcmstb: Enable Multi-MSIJim Quinlan1-11/+15
2022-11-10PCI: Remove unnecessary <linux/of_irq.h> includesBjorn Helgaas14-14/+0
2022-11-10PCI: xgene-msi: Include <linux/irqdomain.h> explicitlyBjorn Helgaas1-0/+1
2022-11-10PCI: mvebu: Include <linux/irqdomain.h> explicitlyBjorn Helgaas1-0/+1
2022-11-10PCI: microchip: Include <linux/irqdomain.h> explicitlyBjorn Helgaas1-0/+1
2022-11-10PCI: altera-msi: Include <linux/irqdomain.h> explicitlyBjorn Helgaas1-0/+1
2022-11-10PCI: dwc: Use dev_info for PCIe link down event loggingVidya Sagar1-1/+1