summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-driver.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-111-5/+6
|\
| * PCI / PM: Avoid resuming PCI devices during system suspendRafael J. Wysocki2015-01-231-5/+6
* | PCI: Generate uppercase hex for modalias var in ueventRicardo Ribalda Delgado2015-01-091-1/+1
|/
* PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI coreRafael J. Wysocki2014-12-041-13/+7Star
* PCI: Remove unnecessary variable in pci_add_dynid()Tobias Klauser2014-09-031-4/+1Star
* PCI: Add pci_fixup_suspend_late quirk passAndreas Noever2014-06-191-4/+14
* PCI: Whitespace cleanupRyan Desfosses2014-06-111-27/+24Star
* PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses2014-06-101-10/+8Star
*---. Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas2014-05-291-7/+26
|\ \ \
| | | * PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson2014-05-291-3/+22
| | |/ | |/|
| | * PCI: Rename pci_is_bridge() to pci_has_subordinate()Yijing Wang2014-05-271-4/+4
| |/
* | PCI: Remove dead codeBjorn Helgaas2014-04-301-2/+1Star
* | PCI: Fail new_id for vendor/device values already built into driverBandan Das2014-04-301-1/+21
|/
* PCI / PM: Resume runtime-suspended devices later during system suspendRafael J. Wysocki2014-03-041-8/+25
* PCI: Disable Bus Master only on kexec rebootKhalid Aziz2013-12-071-3/+9
* PCI: Avoid unnecessary CPU switch when calling driver .probe() methodAlexander Duyck2013-11-251-5/+21
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-8/+8
* Merge branch 'pci/misc' into nextBjorn Helgaas2013-11-071-2/+10
|\
| * PCI: Warn on driver probe return value greater than zeroStephen M. Cameron2013-11-071-2/+10
* | Merge branch 'pci/misc' into nextBjorn Helgaas2013-10-311-10/+1Star
|\|
| * PCI/PM: Remove pci_pm_complete()Liu Chuansheng2013-10-071-9/+0Star
| * PCI: Make pci_dev_pm_ops staticSachin Kamat2013-10-071-1/+1
* | PCI: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-071-1/+1
* | PCI: convert bus code to use drv_groupsGreg Kroah-Hartman2013-10-071-5/+8
* | PCI: convert bus code to use bus_groupsGreg Kroah-Hartman2013-10-071-1/+1
|/
* PCI: Add pcibios_pm_ops for optional arch-specific hibernate functionalitySebastian Ott2013-08-221-0/+43
* PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-031-9/+5Star
* PCI: Don't try to disable Bus Master on disconnected PCI devicesKonstantin Khlebnikov2013-04-031-2/+3
* Merge branch 'pci/konstantin-runtime-pm' into nextBjorn Helgaas2013-02-121-1/+5
|\