summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'pci/peer-to-peer'Bjorn Helgaas2018-08-151-56/+253
| |\ \
| | * | PCI: Add device-specific ACS Redirect disable infrastructureLogan Gunthorpe2018-08-101-0/+3
| | * | PCI: Add "pci=disable_acs_redir=" parameter for peer-to-peer supportLogan Gunthorpe2018-08-101-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/+0Star
| |\ \
| | * | PCI: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-061-1/+0Star
| | |/
* | | 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/+42Star
|\
| * Merge branch 'pci/virtualization'Bjorn Helgaas2018-06-061-0/+11
| |\
| | * PCI: Add "pci=noats" boot parameterGil Kupfer2018-05-111-0/+11
| * | Merge branch 'pci/resource'Bjorn Helgaas2018-06-061-4/+2Star
| |\ \
| | * | PCI: Make pci_get_new_domain_nr() staticJan Kiszka2018-05-151-4/+2Star
| | |/
| * | Merge branch 'pci/enumeration'Bjorn Helgaas2018-06-061-43/+0Star
| |\ \
| | * | PCI: Remove unused pcie_get_minimum_link()Bjorn Helgaas2018-05-261-43/+0Star
| | |/
| * / 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/+2Star
* | 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/+0Star
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-071-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
| | * PCI: Wait for device to become ready after a power management resetSinan Kaya2018-03-051-1/+1
| | * PCI: Rename pci_flr_wait() to pci_dev_wait() and make it genericSinan Kaya2018-02-271-17/+31
| | * PCI: Handle FLR failure and allow other reset typesSinan Kaya2018-02-271-8/+10
| | * PCI: Protect restore with device lock to be consistentSinan Kaya2018-02-271-1/+3
| | * PCI: Remove redundant probes for device reset supportBjorn Helgaas2018-02-221-9/+6Star
| * | Merge branch 'pci/portdrv'Bjorn Helgaas2018-04-041-0/+9
| |\ \
| | * | PCI/PM: Move pcie_clear_root_pme_status() to coreBjorn Helgaas2018-03-121-0/+9
| | |/
| * | Merge branch 'pci/misc'Bjorn Helgaas2018-04-041-6/+8
| |\ \
| | * | PCI: Tidy commentsBjorn Helgaas2018-03-191-4/+5
| | * | PCI: Fix NULL pointer dereference in of_pci_bus_find_domain_nr()Shawn Lin2018-03-011-2/+3
| | |/
| * | Merge branch 'pci/lpc'Bjorn Helgaas2018-04-041-76/+19Star
| |\ \
| | * | PCI: Apply the new generic I/O management on PCI IO hostsZhichang Yuan2018-04-041-75/+17Star
| | * | PCI: Add fwnode handler as input param of pci_register_io_range()Gabriele Paoloni2018-04-041-1/+2
| | * | PCI: Remove __weak tag from pci_register_io_range()Gabriele Paoloni2018-04-041-1/+1
| | |/
| * | PCI: Add pcie_print_link_status() to log link speed and whether it's limitedTal Gilboa2018-04-031-0/+32
| * | PCI: Add pcie_bandwidth_available() to compute bandwidth available to deviceTal Gilboa2018-04-031-0/+58