| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-24 | PCI/PM: Stop needlessly clearing state_saved on enumeration and thaw | Lukas Wunner | 1 | -2/+0 |
| 2025-11-24 | PCI/PM: Reinstate clearing state_saved in legacy and !PM codepaths | Lukas Wunner | 1 | -0/+4 |
| 2025-08-14 | s390/pci: Use pci_uevent_ers() in PCI recovery | Niklas Schnelle | 1 | -1/+1 |
| 2025-08-14 | PCI/AER: Fix missing uevent on recovery when a reset is requested | Niklas Schnelle | 1 | -0/+1 |
| 2025-08-01 | Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+3 |
| 2025-07-15 | PCI: Fix driver_managed_dma check | Robin Murphy | 1 | -3/+3 |
| 2025-07-03 | PCI/PM: Set power.strict_midlayer in pci_pm_init() | Rafael J. Wysocki | 1 | -0/+4 |
| 2025-06-04 | Merge branch 'pci/pm' | Bjorn Helgaas | 1 | -6/+0 |
| 2025-05-15 | PCI: Limit visibility of match_driver flag to PCI core | Lukas Wunner | 1 | -1/+1 |
| 2025-05-05 | PCI: Explicitly put devices into D0 when initializing | Mario Limonciello | 1 | -6/+0 |
| 2025-03-26 | Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+2 |
| 2025-03-11 | iommu: Get DT/ACPI parsing into the proper probe path | Robin Murphy | 1 | -1/+2 |
| 2025-02-19 | PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionally | Rafael J. Wysocki | 1 | -4/+2 |
| 2024-12-23 | PCI: hookup irq_get_affinity callback | Daniel Wagner | 1 | -0/+14 |
| 2024-08-23 | PCI: Make pci_bus_type constant | Kunwu Chan | 1 | -1/+1 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -4/+4 |
| 2024-03-12 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -1/+1 |
| 2024-03-12 | Merge branch 'pci/pm' | Bjorn Helgaas | 1 | -4/+8 |
| 2024-03-05 | PCI/PM: Drain runtime-idle callbacks before driver removal | Rafael J. Wysocki | 1 | -0/+7 |
| 2024-02-29 | PCI/PM: Allow runtime PM with no PM callbacks at all | Raag Jadav | 1 | -4/+1 |
| 2024-02-08 | PCI: Make pcie_port_bus_type const | Ricardo B. Marliere | 1 | -1/+1 |
| 2024-01-29 | PCI: Place interrupt related code into irq.c | Ilpo Järvinen | 1 | -9/+0 |
| 2023-09-29 | PCI/PM: Mark devices disconnected if upstream PCIe link is down on resume | Mika Westerberg | 1 | -1/+13 |
| 2023-08-25 | PCI: Simplify pci_dev_driver() | Bjorn Helgaas | 1 | -6/+7 |
| 2023-08-25 | PCI: Remove unnecessary initializations | Bjorn Helgaas | 1 | -2/+2 |
| 2023-08-25 | PCI: Unexport pcie_port_bus_type | Bjorn Helgaas | 1 | -1/+0 |
| 2023-04-11 | PCI/PM: Drop pci_bridge_wait_for_secondary_bus() timeout parameter | Mika Westerberg | 1 | -2/+2 |
| 2023-04-11 | PCI/PM: Increase wait time after resume | Mika Westerberg | 1 | -1/+2 |
| 2023-02-24 | Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-07 | PCI: Unify delay handling for reset and resume | Lukas Wunner | 1 | -1/+1 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
| 2022-10-26 | PCI/PM: Remove unused 'state' parameter to pci_legacy_suspend_late() | Bjorn Helgaas | 1 | -4/+4 |
| 2022-09-12 | PCI/PM: Simplify pci_pm_suspend_noirq() | Rajvi Jingar | 1 | -12/+7 |
| 2022-09-12 | PCI/PM: Always disable PTM for all devices during suspend | Bjorn Helgaas | 1 | -0/+11 |
| 2022-05-31 | Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+18 |
| 2022-05-05 | PCI/PM: Replace pci_set_power_state() in pci_pm_thaw_noirq() | Rafael J. Wysocki | 1 | -2/+7 |
| 2022-05-05 | PCI/PM: Drop the runtime_d3cold device flag | Rafael J. Wysocki | 1 | -2/+0 |
| 2022-05-05 | PCI/PM: Resume subordinate bus in bus type callbacks | Rafael J. Wysocki | 1 | -2/+13 |
| 2022-05-05 | PCI/PM: Power up all devices during runtime resume | Rafael J. Wysocki | 1 | -1/+1 |
| 2022-05-05 | PCI/PM: Define pci_restore_standard_config() only for CONFIG_PM_SLEEP | Krzysztof Kozlowski | 1 | -6/+11 |
| 2022-04-28 | bus: platform,amba,fsl-mc,PCI: Add device DMA ownership management | Lu Baolu | 1 | -0/+18 |
| 2022-03-22 | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+16 |
| 2022-03-08 | PM: sleep: Add device name to suspend_report_result() | Youngjin Jang | 1 | -7/+7 |
| 2022-02-16 | sched/isolation: Use single feature type while referring to housekeeping cpumask | Frederic Weisbecker | 1 | -2/+2 |
| 2022-02-16 | pci: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetch | Frederic Weisbecker | 1 | -5/+16 |
| 2021-11-11 | Revert "PCI: Use to_pci_driver() instead of pci_dev->driver" | Bjorn Helgaas | 1 | -17/+16 |
| 2021-11-11 | Revert "PCI: Remove struct pci_dev->driver" | Bjorn Helgaas | 1 | -0/+4 |
| 2021-11-05 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -1/+1 |
| 2021-11-05 | Merge branch 'pci/hotplug' | Bjorn Helgaas | 1 | -1/+1 |
| 2021-10-18 | PCI: Remove struct pci_dev->driver | Uwe Kleine-König | 1 | -4/+0 |
| 2021-10-18 | PCI: Use to_pci_driver() instead of pci_dev->driver | Uwe Kleine-König | 1 | -16/+17 |
| 2021-10-16 | PCI/ERR: Reduce compile time for CONFIG_PCIEAER=n | Lukas Wunner | 1 | -1/+1 |
| 2021-10-12 | PCI: Drop pci_device_probe() test of !pci_dev->driver | Uwe Kleine-König | 1 | -1/+1 |
| 2021-10-12 | PCI: Drop pci_device_remove() test of pci_dev->driver | Uwe Kleine-König | 1 | -9/+7 |
| 2021-10-08 | PCI: Correct misspelled and remove duplicated words | Krzysztof Wilczyński | 1 | -1/+1 |
| 2021-09-02 | Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 1 | -7/+21 |
| 2021-08-26 | PCI: Add 'override_only' field to struct pci_device_id | Max Gurtovoy | 1 | -7/+21 |
| 2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -2/+1 |
| 2021-05-19 | PCI: Add support for dev_groups to struct pci_driver | Andrey Grodzovsky | 1 | -0/+1 |
| 2020-12-15 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -2/+2 |
| 2020-11-30 | PCI: Fix kernel-doc markup | Mauro Carvalho Chehab | 1 | -2/+2 |
| 2020-11-20 | PCI: Avoid duplicate IDs in driver dynamic IDs list | Zhenzhong Duan | 1 | -1/+1 |
| 2020-11-20 | PCI: Move pci_match_device() ahead of new_id_store() | Zhenzhong Duan | 1 | -72/+73 |
| 2020-10-22 | Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -26/+0 |
| 2020-10-06 | dma-mapping: move dma-debug.h to kernel/dma/ | Christoph Hellwig | 1 | -0/+1 |
| 2020-09-29 | PCI/PM: Remove unused pcibios_pm_ops | Vaibhav Gupta | 1 | -26/+0 |
| 2020-07-08 | PCI: Restrict probe functions to housekeeping CPUs | Alex Belits | 1 | -1/+4 |
| 2020-04-24 | PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended() | Rafael J. Wysocki | 1 | -4/+4 |
| 2020-04-24 | PM: sleep: core: Rename dev_pm_may_skip_resume() | Rafael J. Wysocki | 1 | -2/+2 |
| 2020-04-24 | PM: sleep: core: Rework the power.may_skip_resume handling | Rafael J. Wysocki | 1 | -5/+3 |
| 2020-04-24 | PM: sleep: core: Do not skip callbacks in the resume phase | Rafael J. Wysocki | 1 | -8/+10 |
| 2019-11-20 | PCI/PM: Add missing link delays required by the PCIe spec | Mika Westerberg | 1 | -1/+10 |
| 2019-11-20 | PCI/PM: Move power state update away from pci_power_up() | Rafael J. Wysocki | 1 | -0/+1 |
| 2019-11-20 | PCI/PM: Remove unused pci_driver.suspend_late() hook | Bjorn Helgaas | 1 | -21/+1 |
| 2019-11-20 | PCI/PM: Remove unused pci_driver.resume_early() hook | Bjorn Helgaas | 1 | -17/+6 |
| 2019-11-20 | PCI/PM: Use pci_WARN() to include device information | Bjorn Helgaas | 1 | -17/+17 |
| 2019-11-20 | PCI/PM: Use PCI dev_printk() wrappers for consistency | Bjorn Helgaas | 1 | -5/+6 |
| 2019-11-20 | PCI/PM: Make power management op coding style consistent | Bjorn Helgaas | 1 | -40/+36 |
| 2019-11-20 | PCI/PM: Run resume fixups before disabling wakeup events | Bjorn Helgaas | 1 | -9/+7 |
| 2019-11-20 | PCI/PM: Clear PCIe PME Status even for legacy power management | Bjorn Helgaas | 1 | -2/+1 |
| 2019-11-20 | PCI/PM: Always return devices to D0 when thawing | Dexuan Cui | 1 | -6/+11 |
| 2019-07-15 | Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+9 |
| 2019-07-08 | Merge branch 'pm-sleep' | Rafael J. Wysocki | 1 | -35/+8 |
| 2019-07-03 | PCI: PM: Simplify bus-level hibernation callbacks | Rafael J. Wysocki | 1 | -27/+0 |
| 2019-07-03 | PM: ACPI/PCI: Resume all devices during hibernation | Rafael J. Wysocki | 1 | -8/+8 |
| 2019-06-30 | Merge back PCI power management material for v5.3. | Rafael J. Wysocki | 1 | -5/+26 |
| 2019-06-27 | PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete() | Rafael J. Wysocki | 1 | -1/+8 |
| 2019-06-26 | PCI: PM: Avoid skipping bus-level PM on platforms without ACPI | Rafael J. Wysocki | 1 | -4/+4 |
| 2019-06-24 | Merge back PCI power management material for v5.3. | Rafael J. Wysocki | 1 | -4/+18 |
| 2019-06-17 | PCI: PM: Replace pci_dev_keep_suspended() with two functions | Rafael J. Wysocki | 1 | -4/+18 |
| 2019-06-14 | PCI: PM: Skip devices in D0 for suspend-to-idle | Rafael J. Wysocki | 1 | -12/+35 |
| 2019-06-13 | PCI: Always allow probing with driver_override | Alex Williamson | 1 | -1/+2 |
| 2019-05-30 | PCI: Return error if cannot probe VF | Alex Williamson | 1 | -6/+7 |
| 2019-05-27 | PCI: PM: Avoid possible suspend-to-idle issue | Rafael J. Wysocki | 1 | -1/+16 |
| 2019-05-07 | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -7/+7 |
| 2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 1 | -7/+7 |
| 2019-02-08 | PCI: Clean up usage of __u32 type | Logan Gunthorpe | 1 | -2/+2 |
| 2019-01-05 | Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -15/+12 |
| 2018-12-15 | PCI: Remove unused attr variable in pci_dma_configure | Nathan Chancellor | 1 | -1/+0 |
| 2018-12-13 | ACPI / scan: Refactor _CCA enforcement | Robin Murphy | 1 | -2/+1 |
| 2018-12-12 | PCI / PM: Allow runtime PM without callback functions | Jarkko Nikula | 1 | -15/+12 |
| 2018-08-15 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -1/+1 |
| 2018-07-30 | PCI: Call dma_debug_add_bus() for pci_bus_type from PCI core | Christoph Hellwig | 1 | -1/+1 |
| 2018-06-29 | PCI/IOV: Reset total_VFs limit after detaching PF driver | Jakub Kicinski | 1 | -0/+1 |
| 2018-06-07 | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2018-06-05 | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -2/+3 |
| 2018-05-24 | PCI / PM: Do not clear state_saved for devices that remain suspended | Rafael J. Wysocki | 1 | -2/+3 |
| 2018-05-17 | PCI/AER: Factor out error reporting to drivers/pci/pcie/err.c | Oza Pawandeep | 1 | -1/+1 |
| 2018-05-03 | drivers: remove force dma flag from buses | Christoph Hellwig | 1 | -2/+1 |
| 2018-05-03 | dma-mapping: move dma configuration to bus infrastructure | Nipun Gupta | 1 | -0/+32 |
| 2018-04-23 | PCI / PM: Do not clear state_saved in pci_pm_freeze() when smart suspend is set | Mika Westerberg | 1 | -2/+3 |
| 2018-04-06 | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+93 |
| 2018-04-04 | Merge branch 'pci/portdrv' | Bjorn Helgaas | 1 | -1/+57 |
| 2018-04-04 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -2/+0 |
| 2018-03-30 | PCI/portdrv: Remove pcie_port_bus_type link order dependency | Bjorn Helgaas | 1 | -1/+43 |
| 2018-03-30 | PCI/PM: Clear PCIe PME Status bit for Root Complex Event Collectors | Bjorn Helgaas | 1 | -1/+2 |
| 2018-03-19 | PCI: Tidy comments | Bjorn Helgaas | 1 | -2/+0 |
| 2018-03-13 | PCI: Restore config space on runtime resume despite being unbound | Rafael J. Wysocki | 1 | -6/+11 |
| 2018-03-12 | PCI/PM: Clear PCIe PME Status bit in core, not PCIe port driver | Bjorn Helgaas | 1 | -0/+13 |
| 2018-02-22 | PCI/AER: Move pci_uevent_ers() out of pci.h | Michael Ellerman | 1 | -0/+36 |
| 2018-02-06 | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+1 |
| 2018-01-28 | PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate | Bjorn Helgaas | 1 | -3/+1 |
| 2018-01-18 | Merge branch 'pm-core' | Rafael J. Wysocki | 1 | -2/+17 |
| 2018-01-18 | PCI / PM: Remove spurious semicolon | Luis de Bethencourt | 1 | -1/+1 |
| 2017-12-18 | PCI / PM: Force devices to D0 in pci_pm_thaw_noirq() | Rafael J. Wysocki | 1 | -1/+6 |
| 2017-12-16 | Merge back PM core material for v4.16. | Rafael J. Wysocki | 1 | -2/+17 |
| 2017-12-11 | PM / sleep: Avoid excess pm_runtime_enable() calls in device_resume() | Rafael J. Wysocki | 1 | -1/+1 |
| 2017-11-27 | PCI / PM: Support for LEAVE_SUSPENDED driver flag | Rafael J. Wysocki | 1 | -2/+17 |
| 2017-11-14 | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -0/+1 |
| 2017-11-13 | Merge branch 'pm-core' | Rafael J. Wysocki | 1 | -35/+89 |
| 2017-11-06 | PCI / PM: Take SMART_SUSPEND driver flag into account | Rafael J. Wysocki | 1 | -17/+86 |
| 2017-11-06 | PCI / PM: Drop unnecessary invocations of pcibios_pm_ops callbacks | Rafael J. Wysocki | 1 | -18/+0 |
| 2017-11-06 | PM / core: Add NEVER_SKIP and SMART_PREPARE driver flags | Rafael J. Wysocki | 1 | -1/+4 |
| 2017-10-19 | drivers: flag buses which demand DMA configuration | Robin Murphy | 1 | -0/+1 |
| 2017-10-03 | PCI / PM: Add dev_dbg() to print device suspend power states | Rafael J. Wysocki | 1 | -0/+3 |
| 2017-09-28 | PCI / PM: Do not resume any devices in pci_pm_prepare() | Rafael J. Wysocki | 1 | -7/+0 |
| 2017-09-05 | Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -3/+1 |
| 2017-08-18 | PCI/IB: add support for pci driver attribute groups | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-08-01 | PCI / PM: Skip bridges in pci_enable_wake() | Rafael J. Wysocki | 1 | -3/+1 |
| 2017-07-14 | Merge branch 'pm-pci' | Rafael J. Wysocki | 1 | -0/+2 |
| 2017-07-12 | PCI / PM: Restore PME Enable after config space restoration | Rafael J. Wysocki | 1 | -0/+2 |
| 2017-07-08 | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+3 |
| 2017-07-04 | Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -1/+1 |
| 2017-07-03 | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+4 |
| 2017-07-03 | Merge branch 'pci/irq-fixups' into next | Bjorn Helgaas | 1 | -0/+2 |
| 2017-07-02 | PCI: Add a call to pci_assign_irq() in pci_device_probe() | Matthew Minter | 1 | -0/+2 |
| 2017-06-30 | PCI/PM: Restore the status of PCI devices across hibernation | Chen Yu | 1 | -0/+1 |
| 2017-06-28 | PCI / PM: Simplify device wakeup settings code | Rafael J. Wysocki | 1 | -1/+1 |
| 2017-06-12 | PCI: pci-driver: convert to use DRIVER_ATTR_WO | Greg Kroah-Hartman | 1 | -4/+4 |
| 2017-05-26 | PCI: Replace the racy recursion prevention | Thomas Gleixner | 1 | -22/+25 |
| 2017-05-26 | PCI: Use cpu_hotplug_disable() instead of get_online_cpus() | Thomas Gleixner | 1 | -2/+2 |
| 2017-04-28 | Merge branch 'pci/virtualization' into next | Bjorn Helgaas | 1 | -4/+18 |
| 2017-04-20 | PCI: Add sysfs sriov_drivers_autoprobe to control VF driver binding | Bodong Wang | 1 | -4/+18 |
| 2017-03-09 | PCI/MSI: Stop disabling MSI/MSI-X in pci_device_shutdown() | Prarit Bhargava | 1 | -2/+0 |
| 2017-02-23 | Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+0 |
| 2017-02-10 | PCI: Remove duplicate check for positive return value from probe() functions | Gabriel Krisman Bertazi | 1 | -2/+0 |
| 2017-01-20 | PCI: implement num_vf bus type callback | Phil Sutter | 1 | -0/+6 |
| 2016-10-03 | Merge branch 'pci/pm' into next | Bjorn Helgaas | 1 | -2/+13 |
| 2016-09-28 | PCI: Avoid unnecessary resume after direct-complete | Lukas Wunner | 1 | -2/+13 |
| 2016-08-09 | PCI: Drop CONFIG_KEXEC_CORE ifdeffery | Lukas Wunner | 1 | -2/+0 |
| 2016-06-13 | PCI: Put PCIe ports into D3 during suspend | Mika Westerberg | 1 | -4/+1 |
| 2015-12-02 | PCI / PM: Tune down retryable runtime suspend error messages | Imre Deak | 1 | -2/+14 |
| 2015-11-06 | Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+3 |
| 2015-10-14 | PM / PCI / ACPI: Kick devices that might have been reset by firmware | Rafael J. Wysocki | 1 | -1/+1 |
| 2015-10-14 | PM / sleep: Drop pm_request_idle() from pm_generic_complete() | Rafael J. Wysocki | 1 | -7/+2 |
| 2015-10-12 | PCI / PM: Avoid resuming more devices during system suspend | Rafael J. Wysocki | 1 | -0/+12 |
| 2015-09-25 | PCI / PM: Update runtime PM documentation for PCI devices | Rafael J. Wysocki | 1 | -3/+4 |
| 2015-09-18 | PCI: Remove unnecessary "if" statement | Zhen Lei | 1 | -5/+3 |
| 2015-09-10 | kexec: split kexec_load syscall from kexec core code | Dave Young | 1 | -1/+1 |
| 2015-07-30 | PCI: Add pcibios_alloc_irq() and pcibios_free_irq() | Jiang Liu | 1 | -6/+20 |
| 2015-02-10 | Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+6 |
| 2015-01-23 | PCI / PM: Avoid resuming PCI devices during system suspend | Rafael J. Wysocki | 1 | -5/+6 |
| 2015-01-09 | PCI: Generate uppercase hex for modalias var in uevent | Ricardo Ribalda Delgado | 1 | -1/+1 |
| 2014-12-04 | PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI core | Rafael J. Wysocki | 1 | -13/+7 |
| 2014-09-03 | PCI: Remove unnecessary variable in pci_add_dynid() | Tobias Klauser | 1 | -4/+1 |
| 2014-06-19 | PCI: Add pci_fixup_suspend_late quirk pass | Andreas Noever | 1 | -4/+14 |
| 2014-06-10 | PCI: Whitespace cleanup | Ryan Desfosses | 1 | -27/+24 |
| 2014-06-10 | PCI: Move EXPORT_SYMBOL so it immediately follows function/variable | Ryan Desfosses | 1 | -10/+8 |
| 2014-05-28 | Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in... | Bjorn Helgaas | 1 | -7/+26 |
| 2014-05-28 | PCI: Introduce new device binding path using pci_dev.driver_override | Alex Williamson | 1 | -3/+22 |
| 2014-05-27 | PCI: Rename pci_is_bridge() to pci_has_subordinate() | Yijing Wang | 1 | -4/+4 |
| 2014-04-29 | PCI: Remove dead code | Bjorn Helgaas | 1 | -2/+1 |
| 2014-04-29 | PCI: Fail new_id for vendor/device values already built into driver | Bandan Das | 1 | -1/+21 |
| 2014-03-04 | PCI / PM: Resume runtime-suspended devices later during system suspend | Rafael J. Wysocki | 1 | -8/+25 |
| 2013-12-07 | PCI: Disable Bus Master only on kexec reboot | Khalid Aziz | 1 | -3/+9 |
| 2013-11-25 | PCI: Avoid unnecessary CPU switch when calling driver .probe() method | Alexander Duyck | 1 | -5/+21 |
| 2013-11-14 | PCI: Fix whitespace, capitalization, and spelling errors | Bjorn Helgaas | 1 | -8/+8 |
| 2013-11-06 | Merge branch 'pci/misc' into next | Bjorn Helgaas | 1 | -2/+10 |
| 2013-11-06 | PCI: Warn on driver probe return value greater than zero | Stephen M. Cameron | 1 | -2/+10 |
| 2013-10-31 | Merge branch 'pci/misc' into next | Bjorn Helgaas | 1 | -10/+1 |
| 2013-10-07 | PCI/PM: Remove pci_pm_complete() | Liu Chuansheng | 1 | -9/+0 |
| 2013-10-07 | PCI: Make pci_dev_pm_ops static | Sachin Kamat | 1 | -1/+1 |
| 2013-10-07 | PCI: convert bus code to use dev_groups | Greg Kroah-Hartman | 1 | -1/+1 |
| 2013-10-07 | PCI: convert bus code to use drv_groups | Greg Kroah-Hartman | 1 | -5/+8 |
| 2013-10-07 | PCI: convert bus code to use bus_groups | Greg Kroah-Hartman | 1 | -1/+1 |
| 2013-08-22 | PCI: Add pcibios_pm_ops for optional arch-specific hibernate functionality | Sebastian Ott | 1 | -0/+43 |
| 2013-06-03 | PM / Runtime: Rework the "runtime idle" helper routine | Rafael J. Wysocki | 1 | -9/+5 |
| 2013-04-02 | PCI: Don't try to disable Bus Master on disconnected PCI devices | Konstantin Khlebnikov | 1 | -2/+3 |
| 2013-02-12 | Merge branch 'pci/konstantin-runtime-pm' into next | Bjorn Helgaas | 1 | -1/+5 |
| 2013-02-11 | PCI/PM: Clear state_saved during suspend | Rafael J. Wysocki | 1 | -0/+4 |