summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2025-05-23PCI/pwrctrl: Cancel outstanding rescan work when unregisteringBrian Norris
2025-05-23PCI: hv: Remove unnecessary flex array in struct pci_packetMichael Kelley
2025-05-23PCI: hv: Get vPCI MSI IRQ domain from DeviceTreeRoman Kisel
2025-05-23PCI/AER: Add sysfs attributes for log ratelimitsJon Pan-Doh
2025-05-23PCI/AER: Ratelimit correctable and non-fatal error loggingJon Pan-Doh
2025-05-23PCI/AER: Simplify add_error_device()Bjorn Helgaas
2025-05-23PCI/AER: Convert aer_get_device_error_info(), aer_print_error() to indexBjorn Helgaas
2025-05-23PCI/AER: Rename struct aer_stats to aer_infoKarolina Stolarek
2025-05-23PCI/AER: Reduce pci_print_aer() correctable error level to KERN_WARNINGKarolina Stolarek
2025-05-23PCI/ERR: Add printk level to pcie_print_tlp_log()Bjorn Helgaas
2025-05-23PCI/AER: Check log level once and remember itKarolina Stolarek
2025-05-23PCI/AER: Trace error event before ratelimitingBjorn Helgaas
2025-05-23PCI/AER: Update statistics before ratelimitingBjorn Helgaas
2025-05-23PCI/AER: Simplify pci_print_aer()Bjorn Helgaas
2025-05-23PCI/AER: Initialize aer_err_info before using itBjorn Helgaas
2025-05-23PCI/AER: Move aer_print_source() earlier in fileBjorn Helgaas
2025-05-23PCI/AER: Rename aer_print_port_info() to aer_print_source()Jon Pan-Doh
2025-05-23PCI/AER: Extract bus/dev/fn in aer_print_port_info() with PCI_BUS_NUM(), etcBjorn Helgaas
2025-05-23PCI/AER: Consolidate Error Source ID logging in aer_isr_one_error_type()Bjorn Helgaas
2025-05-23PCI/AER: Factor COR/UNCOR error handling out from aer_isr_one_error()Bjorn Helgaas
2025-05-23PCI/DPC: Log Error Source ID only when validBjorn Helgaas
2025-05-23PCI/DPC: Initialize aer_err_info before using itBjorn Helgaas
2025-05-22s390/pci: Prevent self deletion in disable_slot()Niklas Schnelle
2025-05-22PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()Zhe Qiao
2025-05-22PCI: Remove function pcim_intx() prototype from pci.hPhilipp Stanner
2025-05-21PCI/MSI: Use bool for MSI enable state trackingHans Zhang
2025-05-20PCI: dwc: ep: Fix errno typoNiklas Cassel
2025-05-20PCI: Remove hybrid-devres usage warnings from kernel-docPhilipp Stanner
2025-05-20PCI: Remove redundant set of request functionsPhilipp Stanner
2025-05-20PCI: Remove exclusive requests flags from _pcim_request_region()Philipp Stanner
2025-05-19PCI: Remove pcim_request_region_exclusive()Philipp Stanner
2025-05-19PCI: Remove hybrid devres nature from request functionsPhilipp Stanner
2025-05-16PCI: tegra: Convert to MSI parent infrastructureMarc Zyngier
2025-05-16PCI: xgene: Convert to MSI parent infrastructureMarc Zyngier
2025-05-16PCI: apple: Convert to MSI parent infrastructureMarc Zyngier
2025-05-16Merge irq/cleanup fragments into irq/msiThomas Gleixner
2025-05-16PCI: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)
2025-05-15PCI: Update Link Speed after retrainingIlpo Järvinen
2025-05-15PCI: Limit visibility of match_driver flag to PCI coreLukas Wunner
2025-05-15PCI: qcom-ep: Mask PTM_UPDATING interruptManivannan Sadhasivam
2025-05-15PCI: dwc: Add debugfs support for PTM contextManivannan Sadhasivam
2025-05-15PCI: dwc: Pass DWC PCIe mode to dwc_pcie_debugfs_init()Manivannan Sadhasivam
2025-05-15PCI: Add debugfs support for exposing PTM contextManivannan Sadhasivam
2025-05-15PCI/bwctrl: Replace lbms_count with PCI_LINK_LBMS_SEEN flagIlpo Järvinen
2025-05-13PCI: cadence: Simplify J721e link status checkHans Zhang
2025-05-13PCI: mobiveil: Return bool from link up checkHans Zhang
2025-05-13PCI: dwc: Return bool from link up checkHans Zhang
2025-05-10PCI: dwc: ep: Use FIELD_GET() where applicableHans Zhang
2025-05-08Merge tag 's390-6.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-05-07s390/pci: Fix duplicate pci_dev_put() in disable_slot() when PF has child VFsNiklas Schnelle