summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
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-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-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-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-47/+42
2018-06-06Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+11
2018-06-06Merge branch 'pci/resource'Bjorn Helgaas1-4/+2
2018-06-06Merge branch 'pci/enumeration'Bjorn Helgaas1-43/+0
2018-05-25PCI: Remove unused pcie_get_minimum_link()Bjorn Helgaas1-43/+0
2018-05-24PCI / PM: Clean up outdated comments in pci_target_state()Rafael J. Wysocki1-4/+2
2018-05-17PCI: Add generic pcie_wait_for_link() interfaceOza Pawandeep1-0/+29
2018-05-15PCI: Make pci_get_new_domain_nr() staticJan Kiszka1-4/+2
2018-05-10PCI: Add "pci=noats" boot parameterGil Kupfer1-0/+11
2018-05-10PCI / PM: Check device_may_wakeup() in pci_enable_wake()Rafael J. Wysocki1-6/+23
2018-05-09PCI / PM: Always check PME wakeup capability for runtime wakeup supportKai Heng Feng1-4/+4
2018-04-20PCI: Add "PCIe" to pcie_print_link_status() messagesJakub Kicinski1-2/+2
2018-04-11PCI: Remove messages about reassigning resourcesDesnes A. Nunes do Rosario1-1/+0
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-116/+261
2018-04-04Merge branch 'pci/virtualization'Bjorn Helgaas1-34/+51
2018-04-04Merge branch 'pci/portdrv'Bjorn Helgaas1-0/+9
2018-04-04Merge branch 'pci/misc'Bjorn Helgaas1-6/+8
2018-04-04Merge branch 'pci/lpc'Bjorn Helgaas1-76/+19
2018-04-04PCI: Apply the new generic I/O management on PCI IO hostsZhichang Yuan1-75/+17
2018-04-04PCI: Add fwnode handler as input param of pci_register_io_range()Gabriele Paoloni1-1/+2
2018-04-04PCI: Remove __weak tag from pci_register_io_range()Gabriele Paoloni1-1/+1
2018-04-03PCI: Add pcie_print_link_status() to log link speed and whether it's limitedTal Gilboa1-0/+32
2018-04-03PCI: Add pcie_bandwidth_available() to compute bandwidth available to deviceTal Gilboa1-0/+58
2018-04-02Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+1
2018-03-30PCI: Add pcie_bandwidth_capable() to compute max supported link bandwidthTal Gilboa1-0/+22
2018-03-30PCI: Add pcie_get_width_cap() to find max supported link widthTal Gilboa1-0/+18
2018-03-30PCI: Add pcie_get_speed_cap() to find max supported link speedTal Gilboa1-0/+44
2018-03-19PCI: Tidy commentsBjorn Helgaas1-4/+5
2018-03-13PCI: Make pci_wakeup_bus() & pci_bus_set_current_state() publicLukas Wunner1-4/+4
2018-03-12PCI/PM: Move pcie_clear_root_pme_status() to coreBjorn Helgaas1-0/+9
2018-03-05PCI: Wait for device to become ready after secondary bus resetSinan Kaya1-1/+1
2018-03-05PCI: Add a return type for pci_reset_bridge_secondary_bus()Sinan Kaya1-1/+3
2018-03-05PCI: Wait for device to become ready after a power management resetSinan Kaya1-1/+1
2018-03-01PCI: Fix NULL pointer dereference in of_pci_bus_find_domain_nr()Shawn Lin1-2/+3
2018-02-27PCI: Rename pci_flr_wait() to pci_dev_wait() and make it genericSinan Kaya1-17/+31