summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1,PCI: Allow bus reset while probingDennis Dalessandro2018-09-111-0/+1
* PCI: Fix faulty logic in pci_reset_bus()Dennis Dalessandro2018-09-111-1/+1
* Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-161-140/+363
|\
| * Merge branch 'pci/virtualization'Bjorn Helgaas2018-08-151-66/+26
| |\
| | * PCI: Export pcie_has_flr()Alex Williamson2018-08-091-1/+2
| | * PCI: Rename pci_try_reset_bus() to pci_reset_bus()Sinan Kaya2018-07-191-8/+8
| | * PCI: Deprecate pci_reset_bus() and pci_reset_slot() functionsSinan Kaya2018-07-191-52/+1
| | * PCI: Unify try slot and bus reset APISinan Kaya2018-07-191-5/+16
| | * PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya2018-07-191-6/+5
| | * PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya2018-07-191-6/+6
| * | Merge branch 'pci/switchtec'Bjorn Helgaas2018-08-151-2/+13
| |\ \
| | * | PCI: Expand documentation for pci_add_dma_alias()Logan Gunthorpe2018-06-301-2/+13
| | |/
| * | Merge branch 'pci/resource'Bjorn Helgaas2018-08-151-2/+35
| |\ \
| | * | PCI: Make early dump functionality genericSinan Kaya2018-06-291-0/+5
| | * | PCI: Cleanup PCI_REBAR_CTRL_BAR_SHIFT handlingChristian König2018-06-291-3/+3
| | * | PCI: Restore resized BAR state on resumeChristian König2018-06-291-0/+28
| | |/
| * | Merge branch 'pci/peer-to-peer'Bjorn Helgaas2018-08-151-56/+253
| |\ \
| | * | PCI: Add device-specific ACS Redirect disable infrastructureLogan Gunthorpe2018-08-091-0/+3
| | * | PCI: Add "pci=disable_acs_redir=" parameter for peer-to-peer supportLogan Gunthorpe2018-08-091-2/+71
| | * | PCI: Allow specifying devices using a base bus and path of devfnsLogan Gunthorpe2018-08-091-21/+97
| | * | PCI: Make specifying PCI devices in kernel parameters reusableLogan Gunthorpe2018-08-091-54/+103
| | |/
| * | Merge branch 'pci/misc'Bjorn Helgaas2018-08-151-0/+1
| |\ \
| | * | PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthroughGustavo A. R. Silva2018-07-121-0/+1
| | |/
| * | Merge branch 'pci/hotplug'Bjorn Helgaas2018-08-151-6/+15
| |\ \
| | * | PCI: Whitelist Thunderbolt ports for runtime D3Lukas Wunner2018-07-311-1/+5
| | * | PCI: Whitelist native hotplug ports for runtime D3Lukas Wunner2018-07-311-5/+10
| | |/
| * | Merge branch 'pci/enumeration'Bjorn Helgaas2018-08-151-7/+20
| |\ \
| | * | PCI: Check for PCIe Link downtrainingAlexandru Gagniuc2018-08-101-7/+20
| | |/
| * | Merge branch 'pci/aspm'Bjorn Helgaas2018-08-151-1/+0
| |\ \
| | * | PCI: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-061-1/+0
| | |/
* | | BackMerge v4.18-rc7 into drm-nextDave Airlie2018-07-301-0/+38
|\| |
| * | PCI: OF: Fix I/O space page leakSergei Shtylyov2018-07-181-0/+38
| |/
* / PCI: Export pcie_get_speed_cap and pcie_get_width_capAlex Deucher2018-07-051-0/+2
|/
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-47/+42
|\
| * Merge branch 'pci/virtualization'Bjorn Helgaas2018-06-061-0/+11
| |\
| | * PCI: Add "pci=noats" boot parameterGil Kupfer2018-05-101-0/+11
| * | Merge branch 'pci/resource'Bjorn Helgaas2018-06-061-4/+2
| |\ \
| | * | PCI: Make pci_get_new_domain_nr() staticJan Kiszka2018-05-151-4/+2
| | |/
| * | Merge branch 'pci/enumeration'Bjorn Helgaas2018-06-061-43/+0
| |\ \
| | * | PCI: Remove unused pcie_get_minimum_link()Bjorn Helgaas2018-05-251-43/+0
| | |/
| * / PCI: Add generic pcie_wait_for_link() interfaceOza Pawandeep2018-05-171-0/+29
| |/
* | PCI / PM: Clean up outdated comments in pci_target_state()Rafael J. Wysocki2018-05-241-4/+2
* | PCI / PM: Check device_may_wakeup() in pci_enable_wake()Rafael J. Wysocki2018-05-101-6/+23
* | PCI / PM: Always check PME wakeup capability for runtime wakeup supportKai Heng Feng2018-05-091-4/+4
* | PCI: Add "PCIe" to pcie_print_link_status() messagesJakub Kicinski2018-04-201-2/+2
|/
* PCI: Remove messages about reassigning resourcesDesnes A. Nunes do Rosario2018-04-111-1/+0
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-061-116/+261
|\
| * Merge branch 'pci/virtualization'Bjorn Helgaas2018-04-041-34/+51
| |\
| | * PCI: Wait for device to become ready after secondary bus resetSinan Kaya2018-03-051-1/+1
| | * PCI: Add a return type for pci_reset_bridge_secondary_bus()Sinan Kaya2018-03-051-1/+3