summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-driver.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-3/+1Star
|\
| * PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-281-3/+1Star
* | Merge branch 'pm-core'Rafael J. Wysocki2018-01-181-2/+17
|\ \
| * \ Merge back PM core material for v4.16.Rafael J. Wysocki2017-12-161-2/+17
| |\ \ | | |/ | |/|
| | * PCI / PM: Support for LEAVE_SUSPENDED driver flagRafael J. Wysocki2017-11-271-2/+17
* | | PCI / PM: Remove spurious semicolonLuis de Bethencourt2018-01-181-1/+1
* | | PCI / PM: Force devices to D0 in pci_pm_thaw_noirq()Rafael J. Wysocki2017-12-181-1/+6
|/ /
* / PM / sleep: Avoid excess pm_runtime_enable() calls in device_resume()Rafael J. Wysocki2017-12-111-1/+1
|/
* Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-151-0/+1
|\
| * drivers: flag buses which demand DMA configurationRobin Murphy2017-10-191-0/+1
* | Merge branch 'pm-core'Rafael J. Wysocki2017-11-131-35/+89
|\ \
| * | PCI / PM: Take SMART_SUSPEND driver flag into accountRafael J. Wysocki2017-11-061-17/+86
| * | PCI / PM: Drop unnecessary invocations of pcibios_pm_ops callbacksRafael J. Wysocki2017-11-061-18/+0Star
| * | PM / core: Add NEVER_SKIP and SMART_PREPARE driver flagsRafael J. Wysocki2017-11-061-1/+4
| |/
* | PCI / PM: Add dev_dbg() to print device suspend power statesRafael J. Wysocki2017-10-031-0/+3
* | PCI / PM: Do not resume any devices in pci_pm_prepare()Rafael J. Wysocki2017-09-281-7/+0Star
|/
* Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-09-051-3/+1Star
|\
| * PCI / PM: Skip bridges in pci_enable_wake()Rafael J. Wysocki2017-08-011-3/+1Star
* | PCI/IB: add support for pci driver attribute groupsGreg Kroah-Hartman2017-08-181-0/+1
|/
* Merge branch 'pm-pci'Rafael J. Wysocki2017-07-141-0/+2
|\
| * PCI / PM: Restore PME Enable after config space restorationRafael J. Wysocki2017-07-121-0/+2
* | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-091-0/+3
|\ \
| * \ Merge branch 'pci/irq-fixups' into nextBjorn Helgaas2017-07-031-0/+2
| |\ \
| | * | PCI: Add a call to pci_assign_irq() in pci_device_probe()Matthew Minter2017-07-021-0/+2
| * | | PCI/PM: Restore the status of PCI devices across hibernationChen Yu2017-06-301-0/+1
| |/ /
* | | Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-041-1/+1
|\ \ \ | | |/ | |/|
| * | PCI / PM: Simplify device wakeup settings codeRafael J. Wysocki2017-06-281-1/+1
| |/
* | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-041-4/+4
|\ \
| * | PCI: pci-driver: convert to use DRIVER_ATTR_WOGreg Kroah-Hartman2017-06-121-4/+4
| |/
* | PCI: Replace the racy recursion preventionThomas Gleixner2017-05-261-22/+25
* | PCI: Use cpu_hotplug_disable() instead of get_online_cpus()Thomas Gleixner2017-05-261-2/+2
|/
* Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-04-281-4/+18
|\
| * PCI: Add sysfs sriov_drivers_autoprobe to control VF driver bindingBodong Wang2017-04-201-4/+18
* | PCI/MSI: Stop disabling MSI/MSI-X in pci_device_shutdown()Prarit Bhargava2017-03-091-2/+0Star
|/
* Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-231-2/+0Star
|\
| * PCI: Remove duplicate check for positive return value from probe() functionsGabriel Krisman Bertazi2017-02-101-2/+0Star
* | PCI: implement num_vf bus type callbackPhil Sutter2017-01-201-0/+6
|/
* Merge branch 'pci/pm' into nextBjorn Helgaas2016-10-031-2/+13
|\
| * PCI: Avoid unnecessary resume after direct-completeLukas Wunner2016-09-281-2/+13
* | PCI: Drop CONFIG_KEXEC_CORE ifdefferyLukas Wunner2016-08-091-2/+0Star
|/
* PCI: Put PCIe ports into D3 during suspendMika Westerberg2016-06-131-4/+1Star
* PCI / PM: Tune down retryable runtime suspend error messagesImre Deak2015-12-021-2/+14
* Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-061-5/+3Star
|\
| * PCI: Remove unnecessary "if" statementZhen Lei2015-09-181-5/+3Star
* | PM / PCI / ACPI: Kick devices that might have been reset by firmwareRafael J. Wysocki2015-10-141-1/+1
* | PM / sleep: Drop pm_request_idle() from pm_generic_complete()Rafael J. Wysocki2015-10-141-7/+2Star
* | PCI / PM: Avoid resuming more devices during system suspendRafael J. Wysocki2015-10-121-0/+12
* | PCI / PM: Update runtime PM documentation for PCI devicesRafael J. Wysocki2015-09-251-3/+4
|/
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-1/+1
* PCI: Add pcibios_alloc_irq() and pcibios_free_irq()Jiang Liu2015-07-301-6/+20