summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-driver.c
AgeCommit message (Expand)Author
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
2021-08-26PCI: Add 'override_only' field to struct pci_device_idMax Gurtovoy
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-05-19PCI: Add support for dev_groups to struct pci_driverAndrey Grodzovsky
2020-12-15Merge branch 'pci/misc'Bjorn Helgaas
2020-11-30PCI: Fix kernel-doc markupMauro Carvalho Chehab
2020-11-20PCI: Avoid duplicate IDs in driver dynamic IDs listZhenzhong Duan
2020-11-20PCI: Move pci_match_device() ahead of new_id_store()Zhenzhong Duan
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig
2020-09-29PCI/PM: Remove unused pcibios_pm_opsVaibhav Gupta
2020-07-08PCI: Restrict probe functions to housekeeping CPUsAlex Belits
2020-04-24PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()Rafael J. Wysocki
2020-04-24PM: sleep: core: Rename dev_pm_may_skip_resume()Rafael J. Wysocki
2020-04-24PM: sleep: core: Rework the power.may_skip_resume handlingRafael J. Wysocki
2020-04-24PM: sleep: core: Do not skip callbacks in the resume phaseRafael J. Wysocki
2019-11-20PCI/PM: Add missing link delays required by the PCIe specMika Westerberg
2019-11-20PCI/PM: Move power state update away from pci_power_up()Rafael J. Wysocki
2019-11-20PCI/PM: Remove unused pci_driver.suspend_late() hookBjorn Helgaas
2019-11-20PCI/PM: Remove unused pci_driver.resume_early() hookBjorn Helgaas
2019-11-20PCI/PM: Use pci_WARN() to include device informationBjorn Helgaas
2019-11-20PCI/PM: Use PCI dev_printk() wrappers for consistencyBjorn Helgaas
2019-11-20PCI/PM: Make power management op coding style consistentBjorn Helgaas
2019-11-20PCI/PM: Run resume fixups before disabling wakeup eventsBjorn Helgaas
2019-11-20PCI/PM: Clear PCIe PME Status even for legacy power managementBjorn Helgaas
2019-11-20PCI/PM: Always return devices to D0 when thawingDexuan Cui
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-08Merge branch 'pm-sleep'Rafael J. Wysocki
2019-07-03PCI: PM: Simplify bus-level hibernation callbacksRafael J. Wysocki
2019-07-03PM: ACPI/PCI: Resume all devices during hibernationRafael J. Wysocki
2019-06-30Merge back PCI power management material for v5.3.Rafael J. Wysocki
2019-06-27PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete()Rafael J. Wysocki
2019-06-26PCI: PM: Avoid skipping bus-level PM on platforms without ACPIRafael J. Wysocki
2019-06-24Merge back PCI power management material for v5.3.Rafael J. Wysocki
2019-06-17PCI: PM: Replace pci_dev_keep_suspended() with two functionsRafael J. Wysocki
2019-06-14PCI: PM: Skip devices in D0 for suspend-to-idleRafael J. Wysocki