summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-15/+97
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2018-10-201-3/+2
| |\
| | * PCI: Fix pci.c kernel-doc parameter warningRandy Dunlap2018-09-171-1/+1
| | * PCI: Allocate dma_alias_mask with bitmap_zalloc()Andy Shevchenko2018-09-171-2/+1
| * | Merge branch 'pci/hotplug'Bjorn Helgaas2018-10-201-11/+83
| |\ \
| | * | PCI / ACPI: Whitelist D3 for more PCIe hotplug portsMika Westerberg2018-10-021-0/+9
| | * | PCI: Do not skip power-managed bridges in pci_enable_wake()Mika Westerberg2018-10-021-3/+6
| | * | PCI: Make link active reporting detection genericKeith Busch2018-10-021-6/+27
| | * | PCI/ERR: Use slot reset if availableKeith Busch2018-09-211-0/+37
| | * | PCI/DPC: Save and restore config stateKeith Busch2018-09-201-0/+2
| | * | PCI: hotplug: Constify hotplug_slot_opsLukas Wunner2018-09-181-2/+2
| | |/
| * / PCI: Add support for Immediate ReadinessFelipe Balbi2018-09-281-1/+12
| |/
* / PCI: Reprogram bridge prefetch registers on resumeDaniel Drake2018-09-271-8/+19
|/
* 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
| |\ \