aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2021-08-10PCI/MSI: Simplify msi_verify_entries()Thomas Gleixner1-1/+4
2021-08-10s390/pci: Do not mask MSI[-X] entries on teardownThomas Gleixner1-2/+2
2021-08-10PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner1-9/+10
2021-08-10PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()Thomas Gleixner1-1/+1
2021-08-10PCI/MSI: Correct misleading commentsThomas Gleixner1-4/+1
2021-08-10PCI/MSI: Do not set invalid bits in MSI maskThomas Gleixner1-4/+4
2021-08-10PCI/MSI: Enforce MSI[X] entry updates to be visibleThomas Gleixner1-0/+5
2021-08-10PCI/MSI: Enforce that MSI-X table entry is masked for updateThomas Gleixner1-0/+15
2021-08-10PCI/MSI: Mask all unused MSI-X entriesThomas Gleixner1-18/+27
2021-08-10PCI/MSI: Enable and mask MSI-X earlyThomas Gleixner1-13/+15
2021-08-09PCI/VPD: Remove struct pci_vpd.flagHeiner Kallweit1-7/+5
2021-08-09PCI/VPD: Make pci_vpd_wait() uninterruptibleHeiner Kallweit1-24/+9
2021-08-09PCI/VPD: Remove pci_vpd_size() old_size argumentHeiner Kallweit1-5/+5
2021-08-09PCI/VPD: Allow access to valid parts of VPD if some is invalidBjorn Helgaas1-3/+3
2021-08-09PCI/VPD: Don't check Large Resource Item Names for validityBjorn Helgaas1-19/+8
2021-08-09PCI/VPD: Reject resource tags with invalid sizeBjorn Helgaas1-9/+15
2021-08-06Merge tag 'sysfs_defferred_iomem_get_mapping-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core driver-core-nextGreg Kroah-Hartman1-3/+3
2021-08-05PCI: rcar: Fix runtime PM imbalance in rcar_pcie_ep_probe()Dinghao Liu1-2/+2
2021-08-05sysfs: Rename struct bin_attribute member to f_mappingKrzysztof Wilczyński1-3/+3
2021-08-05sysfs: Invoke iomem_get_mapping() from the sysfs open callbackKrzysztof Wilczyński1-3/+3
2021-08-05PCI: xgene-msi: Remove redundant dev_err() call in xgene_msi_probe()ErKun Yang1-1/+0
2021-08-05PCI: tegra: make const array err_msg staticChristophe JAILLET1-1/+1
2021-08-05PCI: tegra: Use 'seq_puts' instead of 'seq_printf'Christophe JAILLET1-5/+5
2021-08-05PCI: tegra: Fix OF node reference leakChristophe JAILLET1-5/+8
2021-08-05PCI: aardvark: Fix reporting CRS valuePali Rohár1-4/+63
2021-08-05PCI: pci-bridge-emul: Add PCIe Root Capabilities RegisterPali Rohár1-1/+1
2021-08-05PCI: aardvark: Increase polling delay to 1.5s while waiting for PIO responsePali Rohár1-1/+1
2021-08-05PCI: aardvark: Fix checking for PIO statusEvan Wang1-8/+54
2021-08-04PCI: PM: Enable PME if it can be signaled from D3coldRafael J. Wysocki1-1/+8
2021-08-04PCI: PM: Avoid forcing PCI_D0 for wakeup reasons inconsistentlyRafael J. Wysocki1-6/+10
2021-08-04PCI: tegra194: Cleanup unused codeOm Prakash Singh1-7/+0
2021-08-04PCI: tegra194: Don't allow suspend when Tegra PCIe is in EP modeOm Prakash Singh1-0/+5
2021-08-04PCI: tegra194: Disable interrupts before entering L2Om Prakash Singh1-0/+10
2021-08-04PCI: tegra194: Fix MSI-X programmingOm Prakash Singh1-1/+1
2021-08-04PCI: tegra194: Fix handling BME_CHGED eventOm Prakash Singh1-15/+15
2021-08-04PCI: iproc: Fix BCMA probe resource handlingRob Herring1-10/+6
2021-08-04PCI: of: Don't fail devm_pci_alloc_host_bridge() on missing 'ranges'Rob Herring1-1/+1
2021-08-03PCI: Add ACS quirks for NXP LX2xx0 and LX2xx2 platformsWasim Khan1-0/+45
2021-08-03PCI: Return int from pciconfig_read() syscallKrzysztof Wilczyński1-2/+1
2021-08-03PCI: Return ~0 data on pciconfig_read() CAP_SYS_ADMIN failureKrzysztof Wilczyński1-1/+3
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier21-128/+76
2021-07-30PCI/VPD: Treat initial 0xff as missing EEPROMHeiner Kallweit1-4/+8
2021-07-30PCI/VPD: Check Resource Item Names against those valid for typeBjorn Helgaas1-12/+6
2021-07-30PCI/VPD: Correct diagnostic for VPD read failureBjorn Helgaas1-2/+2
2021-07-26PCI: Restrict ASMedia ASM1062 SATA Max Payload Size SupportedMarek Behún1-0/+1
2021-07-26PCI: Call Max Payload Size-related fixup quirks earlyMarek Behún1-6/+6
2021-07-23PCI: tegra: Remove unused struct tegra_pcie_busKrzysztof Wilczyński1-5/+0
2021-07-23PCI: controller: PCI_IXP4XX should depend on ARCH_IXP4XXGeert Uytterhoeven1-0/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König2-5/+2
2021-07-21PCI: endpoint: Make struct pci_epf_driver::remove return voidUwe Kleine-König1-3/+2