summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-driver.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-28PCI: Fix UAF when probe runs concurrent to dyn ID removalGary Guo1-13/+15
2026-07-28PCI: Fix dyn_id add TOCTOUGary Guo1-68/+72
2026-07-28PCI: Make pci_match_one_device() match on ID instead of deviceGary Guo1-10/+28
2026-06-24Merge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+2
2026-05-08PCI: Initialize temporary device in new_id_store()Samiullah Khawaja1-1/+8
2026-04-27PCI: Stop setting cached power state to 'unknown' on unbindLukas Wunner1-8/+2
2026-04-04PCI: use generic driver_override infrastructureDanilo Krummrich1-4/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-11Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-28/+8
2026-02-06Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+8
2026-02-06PCI: Enable ACS after configuring IOMMU for OF platformsManivannan Sadhasivam1-0/+8
2026-02-03PCI: Remove superfluous HK_TYPE_WQ checkFrederic Weisbecker1-14/+3
2026-02-03PCI: Flush PCI probe workqueue on cpuset isolated partition changeFrederic Weisbecker1-1/+16
2026-01-22PCI: Prepare to protect against concurrent isolated cpuset changeFrederic Weisbecker1-9/+38
2026-01-13PCI/portdrv: Move pcie_port_bus_type to pcie source fileUwe Kleine-König1-22/+0
2026-01-13PCI/portdrv: Don't check for the driver's and device's busUwe Kleine-König1-8/+2
2025-11-24PCI/PM: Stop needlessly clearing state_saved on enumeration and thawLukas Wunner1-2/+0
2025-11-24PCI/PM: Reinstate clearing state_saved in legacy and !PM codepathsLukas Wunner1-0/+4
2025-08-14s390/pci: Use pci_uevent_ers() in PCI recoveryNiklas Schnelle1-1/+1
2025-08-14PCI/AER: Fix missing uevent on recovery when a reset is requestedNiklas Schnelle1-0/+1
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2025-07-15PCI: Fix driver_managed_dma checkRobin Murphy1-3/+3
2025-07-03PCI/PM: Set power.strict_midlayer in pci_pm_init()Rafael J. Wysocki1-0/+4
2025-06-04Merge branch 'pci/pm'Bjorn Helgaas1-6/+0
2025-05-15PCI: Limit visibility of match_driver flag to PCI coreLukas Wunner1-1/+1
2025-05-05PCI: Explicitly put devices into D0 when initializingMario Limonciello1-6/+0
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2025-03-11iommu: Get DT/ACPI parsing into the proper probe pathRobin Murphy1-1/+2
2025-02-19PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionallyRafael J. Wysocki1-4/+2
2024-12-23PCI: hookup irq_get_affinity callbackDaniel Wagner1-0/+14
2024-08-23PCI: Make pci_bus_type constantKunwu Chan1-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-4/+4
2024-03-12Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2024-03-12Merge branch 'pci/pm'Bjorn Helgaas1-4/+8
2024-03-05PCI/PM: Drain runtime-idle callbacks before driver removalRafael J. Wysocki1-0/+7
2024-02-29PCI/PM: Allow runtime PM with no PM callbacks at allRaag Jadav1-4/+1
2024-02-08PCI: Make pcie_port_bus_type constRicardo B. Marliere1-1/+1
2024-01-29PCI: Place interrupt related code into irq.cIlpo Järvinen1-9/+0
2023-09-29PCI/PM: Mark devices disconnected if upstream PCIe link is down on resumeMika Westerberg1-1/+13
2023-08-25PCI: Simplify pci_dev_driver()Bjorn Helgaas1-6/+7
2023-08-25PCI: Remove unnecessary initializationsBjorn Helgaas1-2/+2
2023-08-25PCI: Unexport pcie_port_bus_typeBjorn Helgaas1-1/+0
2023-04-11PCI/PM: Drop pci_bridge_wait_for_secondary_bus() timeout parameterMika Westerberg1-2/+2
2023-04-11PCI/PM: Increase wait time after resumeMika Westerberg1-1/+2
2023-02-24Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-02-07PCI: Unify delay handling for reset and resumeLukas Wunner1-1/+1
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-10-26PCI/PM: Remove unused 'state' parameter to pci_legacy_suspend_late()Bjorn Helgaas1-4/+4
2022-09-12PCI/PM: Simplify pci_pm_suspend_noirq()Rajvi Jingar1-12/+7