summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-driver.c
AgeCommit message (Expand)Author
2025-07-03PCI/PM: Set power.strict_midlayer in pci_pm_init()Rafael J. Wysocki
2025-06-04Merge branch 'pci/pm'Bjorn Helgaas
2025-05-15PCI: Limit visibility of match_driver flag to PCI coreLukas Wunner
2025-05-05PCI: Explicitly put devices into D0 when initializingMario Limonciello
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-11iommu: Get DT/ACPI parsing into the proper probe pathRobin Murphy
2025-02-19PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionallyRafael J. Wysocki
2024-12-23PCI: hookup irq_get_affinity callbackDaniel Wagner
2024-08-23PCI: Make pci_bus_type constantKunwu Chan
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-03-12Merge branch 'pci/misc'Bjorn Helgaas
2024-03-12Merge branch 'pci/pm'Bjorn Helgaas
2024-03-05PCI/PM: Drain runtime-idle callbacks before driver removalRafael J. Wysocki
2024-02-29PCI/PM: Allow runtime PM with no PM callbacks at allRaag Jadav
2024-02-08PCI: Make pcie_port_bus_type constRicardo B. Marliere
2024-01-29PCI: Place interrupt related code into irq.cIlpo Järvinen
2023-09-29PCI/PM: Mark devices disconnected if upstream PCIe link is down on resumeMika Westerberg
2023-08-25PCI: Simplify pci_dev_driver()Bjorn Helgaas
2023-08-25PCI: Remove unnecessary initializationsBjorn Helgaas
2023-08-25PCI: Unexport pcie_port_bus_typeBjorn Helgaas
2023-04-11PCI/PM: Drop pci_bridge_wait_for_secondary_bus() timeout parameterMika Westerberg
2023-04-11PCI/PM: Increase wait time after resumeMika Westerberg
2023-02-24Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-07PCI: Unify delay handling for reset and resumeLukas Wunner
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2022-10-26PCI/PM: Remove unused 'state' parameter to pci_legacy_suspend_late()Bjorn Helgaas
2022-09-12PCI/PM: Simplify pci_pm_suspend_noirq()Rajvi Jingar
2022-09-12PCI/PM: Always disable PTM for all devices during suspendBjorn Helgaas
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-05PCI/PM: Replace pci_set_power_state() in pci_pm_thaw_noirq()Rafael J. Wysocki
2022-05-05PCI/PM: Drop the runtime_d3cold device flagRafael J. Wysocki
2022-05-05PCI/PM: Resume subordinate bus in bus type callbacksRafael J. Wysocki
2022-05-05PCI/PM: Power up all devices during runtime resumeRafael J. Wysocki
2022-05-05PCI/PM: Define pci_restore_standard_config() only for CONFIG_PM_SLEEPKrzysztof Kozlowski
2022-04-28bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-08PM: sleep: Add device name to suspend_report_result()Youngjin Jang
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2022-02-16pci: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker
2021-11-11Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas
2021-11-11Revert "PCI: Remove struct pci_dev->driver"Bjorn Helgaas
2021-11-05Merge branch 'pci/misc'Bjorn Helgaas
2021-11-05Merge branch 'pci/hotplug'Bjorn Helgaas
2021-10-18PCI: Remove struct pci_dev->driverUwe Kleine-König
2021-10-18PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König
2021-10-16PCI/ERR: Reduce compile time for CONFIG_PCIEAER=nLukas Wunner
2021-10-12PCI: Drop pci_device_probe() test of !pci_dev->driverUwe Kleine-König
2021-10-12PCI: Drop pci_device_remove() test of pci_dev->driverUwe Kleine-König
2021-10-08PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński
2021-09-02Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds