aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-30PCI: Fix incorrect value returned from pcie_get_speed_cap()Mikulas Patocka1-13/+11
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-15/+97
2018-10-20Merge branch 'pci/misc'Bjorn Helgaas1-3/+2
2018-10-20Merge branch 'pci/hotplug'Bjorn Helgaas1-11/+83
2018-10-02PCI / ACPI: Whitelist D3 for more PCIe hotplug portsMika Westerberg1-0/+9
2018-10-02PCI: Do not skip power-managed bridges in pci_enable_wake()Mika Westerberg1-3/+6
2018-10-02PCI: Make link active reporting detection genericKeith Busch1-6/+27
2018-09-28PCI: Add support for Immediate ReadinessFelipe Balbi1-1/+12
2018-09-27PCI: Reprogram bridge prefetch registers on resumeDaniel Drake1-8/+19
2018-09-21PCI/ERR: Use slot reset if availableKeith Busch1-0/+37
2018-09-20PCI/DPC: Save and restore config stateKeith Busch1-0/+2
2018-09-18PCI: hotplug: Constify hotplug_slot_opsLukas Wunner1-2/+2
2018-09-17PCI: Fix pci.c kernel-doc parameter warningRandy Dunlap1-1/+1
2018-09-17PCI: Allocate dma_alias_mask with bitmap_zalloc()Andy Shevchenko1-2/+1
2018-09-11IB/hfi1,PCI: Allow bus reset while probingDennis Dalessandro1-0/+1
2018-09-11PCI: Fix faulty logic in pci_reset_bus()Dennis Dalessandro1-1/+1
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-140/+363
2018-08-15Merge branch 'pci/virtualization'Bjorn Helgaas1-66/+26
2018-08-15Merge branch 'pci/switchtec'Bjorn Helgaas1-2/+13
2018-08-15Merge branch 'pci/resource'Bjorn Helgaas1-2/+35
2018-08-15Merge branch 'pci/peer-to-peer'Bjorn Helgaas1-56/+253
2018-08-15Merge branch 'pci/misc'Bjorn Helgaas1-0/+1
2018-08-15Merge branch 'pci/hotplug'Bjorn Helgaas1-6/+15
2018-08-15Merge branch 'pci/enumeration'Bjorn Helgaas1-7/+20
2018-08-15Merge branch 'pci/aspm'Bjorn Helgaas1-1/+0
2018-08-10PCI: Check for PCIe Link downtrainingAlexandru Gagniuc1-7/+20
2018-08-09PCI: Add device-specific ACS Redirect disable infrastructureLogan Gunthorpe1-0/+3
2018-08-09PCI: Add "pci=disable_acs_redir=" parameter for peer-to-peer supportLogan Gunthorpe1-2/+71
2018-08-09PCI: Allow specifying devices using a base bus and path of devfnsLogan Gunthorpe1-21/+97
2018-08-09PCI: Make specifying PCI devices in kernel parameters reusableLogan Gunthorpe1-54/+103
2018-08-09PCI: Export pcie_has_flr()Alex Williamson1-1/+2
2018-08-06PCI: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas1-1/+0
2018-07-31PCI: Whitelist Thunderbolt ports for runtime D3Lukas Wunner1-1/+5
2018-07-31PCI: Whitelist native hotplug ports for runtime D3Lukas Wunner1-5/+10
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie1-0/+38
2018-07-19PCI: Rename pci_try_reset_bus() to pci_reset_bus()Sinan Kaya1-8/+8
2018-07-19PCI: Deprecate pci_reset_bus() and pci_reset_slot() functionsSinan Kaya1-52/+1
2018-07-19PCI: Unify try slot and bus reset APISinan Kaya1-5/+16
2018-07-19PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya1-6/+5
2018-07-19PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya1-6/+6
2018-07-18PCI: OF: Fix I/O space page leakSergei Shtylyov1-0/+38
2018-07-12PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthroughGustavo A. R. Silva1-0/+1
2018-07-05PCI: Export pcie_get_speed_cap and pcie_get_width_capAlex Deucher1-0/+2
2018-06-30PCI: Expand documentation for pci_add_dma_alias()Logan Gunthorpe1-2/+13
2018-06-29PCI: Make early dump functionality genericSinan Kaya1-0/+5
2018-06-29PCI: Cleanup PCI_REBAR_CTRL_BAR_SHIFT handlingChristian König1-3/+3
2018-06-29PCI: Restore resized BAR state on resumeChristian König1-0/+28
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-47/+42
2018-06-06Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+11
2018-06-06Merge branch 'pci/resource'Bjorn Helgaas1-4/+2