aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-driver.c
AgeCommit message (Expand)Author
2019-01-14PCI / PM: Allow runtime PM without callback functionsJarkko Nikula
2018-06-29PCI/IOV: Reset total_VFs limit after detaching PF driverJakub Kicinski
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-05-24PCI / PM: Do not clear state_saved for devices that remain suspendedRafael J. Wysocki
2018-05-17PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep
2018-05-03drivers: remove force dma flag from busesChristoph Hellwig
2018-05-03dma-mapping: move dma configuration to bus infrastructureNipun Gupta
2018-04-23PCI / PM: Do not clear state_saved in pci_pm_freeze() when smart suspend is setMika Westerberg
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-04Merge branch 'pci/portdrv'Bjorn Helgaas
2018-04-04Merge branch 'pci/misc'Bjorn Helgaas
2018-03-30PCI/portdrv: Remove pcie_port_bus_type link order dependencyBjorn Helgaas
2018-03-30PCI/PM: Clear PCIe PME Status bit for Root Complex Event CollectorsBjorn Helgaas
2018-03-19PCI: Tidy commentsBjorn Helgaas
2018-03-13PCI: Restore config space on runtime resume despite being unboundRafael J. Wysocki
2018-03-12PCI/PM: Clear PCIe PME Status bit in core, not PCIe port driverBjorn Helgaas
2018-02-22PCI/AER: Move pci_uevent_ers() out of pci.hMichael Ellerman
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas
2018-01-18Merge branch 'pm-core'Rafael J. Wysocki
2018-01-18PCI / PM: Remove spurious semicolonLuis de Bethencourt
2017-12-18PCI / PM: Force devices to D0 in pci_pm_thaw_noirq()Rafael J. Wysocki
2017-12-16Merge back PM core material for v4.16.Rafael J. Wysocki
2017-12-11PM / sleep: Avoid excess pm_runtime_enable() calls in device_resume()Rafael J. Wysocki
2017-11-27PCI / PM: Support for LEAVE_SUSPENDED driver flagRafael J. Wysocki
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2017-11-13Merge branch 'pm-core'Rafael J. Wysocki
2017-11-06PCI / PM: Take SMART_SUSPEND driver flag into accountRafael J. Wysocki
2017-11-06PCI / PM: Drop unnecessary invocations of pcibios_pm_ops callbacksRafael J. Wysocki
2017-11-06PM / core: Add NEVER_SKIP and SMART_PREPARE driver flagsRafael J. Wysocki
2017-10-19drivers: flag buses which demand DMA configurationRobin Murphy
2017-10-03PCI / PM: Add dev_dbg() to print device suspend power statesRafael J. Wysocki
2017-09-28PCI / PM: Do not resume any devices in pci_pm_prepare()Rafael J. Wysocki
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2017-08-18PCI/IB: add support for pci driver attribute groupsGreg Kroah-Hartman
2017-08-01PCI / PM: Skip bridges in pci_enable_wake()Rafael J. Wysocki
2017-07-14Merge branch 'pm-pci'Rafael J. Wysocki
2017-07-12PCI / PM: Restore PME Enable after config space restorationRafael J. Wysocki
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-07-03Merge branch 'pci/irq-fixups' into nextBjorn Helgaas
2017-07-02PCI: Add a call to pci_assign_irq() in pci_device_probe()Matthew Minter
2017-06-30PCI/PM: Restore the status of PCI devices across hibernationChen Yu
2017-06-28PCI / PM: Simplify device wakeup settings codeRafael J. Wysocki
2017-06-12PCI: pci-driver: convert to use DRIVER_ATTR_WOGreg Kroah-Hartman
2017-05-26PCI: Replace the racy recursion preventionThomas Gleixner
2017-05-26PCI: Use cpu_hotplug_disable() instead of get_online_cpus()Thomas Gleixner
2017-04-28Merge branch 'pci/virtualization' into nextBjorn Helgaas