aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-05Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2020-01-31Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-8/+40
2020-01-29Merge branch 'pci/host-vmd'Gravatar Bjorn Helgaas 1-1/+18
2020-01-29Merge branch 'pci/virtualization'Gravatar Bjorn Helgaas 1-6/+18
2020-01-24PCI: Introduce pci_real_dma_dev()Gravatar Jon Derrick 1-1/+18
2020-01-13PCI/PM: Print config space of devices before suspendGravatar Chen Yu 1-1/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-12-23PCI: Export pci_ats_disabled() as a GPL symbol to modulesGravatar Will Deacon 1-0/+1
2019-12-18PCI: Add nr_devfns parameter to pci_add_dma_alias()Gravatar James Sewart 1-5/+17
2019-12-18PCI: Fix pci_add_dma_alias() bitmask sizeGravatar James Sewart 1-1/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-122/+250
2019-11-28Merge branch 'pci/resource'Gravatar Bjorn Helgaas 1-10/+23
2019-11-28Merge branch 'pci/pm'Gravatar Bjorn Helgaas 1-112/+224
2019-11-28Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-0/+1
2019-11-28Merge branch 'pci/aer'Gravatar Bjorn Helgaas 1-0/+2
2019-11-25Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Gravatar Takashi Iwai 1-13/+11
2019-11-21PCI: Remove unused includes and superfluous struct declarationGravatar Krzysztof Wilczynski 1-0/+1
2019-11-20PCI/PM: Move pci_dev_wait() definition earlierGravatar Vidya Sagar 1-41/+41
2019-11-20PCI/PM: Add missing link delays required by the PCIe specGravatar Mika Westerberg 1-6/+122
2019-11-20PCI/PM: Add pcie_wait_for_link_delay()Gravatar Mika Westerberg 1-3/+18
2019-11-20PCI/PM: Return error when changing power state from D3coldGravatar Bjorn Helgaas 1-0/+6
2019-11-20PCI/PM: Decode D3cold power state correctlyGravatar Bjorn Helgaas 1-7/+10
2019-11-20PCI/PM: Fold __pci_complete_power_transition() into its callerGravatar Rafael J. Wysocki 1-23/+7
2019-11-20PCI/PM: Avoid exporting __pci_complete_power_transition()Gravatar Rafael J. Wysocki 1-3/+3
2019-11-20PCI/PM: Fold __pci_start_power_transition() into its callerGravatar Rafael J. Wysocki 1-30/+18
2019-11-20PCI/PM: Use pci_power_up() in pci_set_power_state()Gravatar Rafael J. Wysocki 1-12/+13
2019-11-20PCI/PM: Move power state update away from pci_power_up()Gravatar Rafael J. Wysocki 1-1/+0
2019-11-20PCI/PM: Simplify pci_set_power_state()Gravatar Bjorn Helgaas 1-2/+2
2019-11-20PCI/PM: Expand PM reset messages to mention D3hot (not just D3)Gravatar Bjorn Helgaas 1-1/+1
2019-11-20PCI/PM: Apply D2 delay as milliseconds, not microsecondsGravatar Bjorn Helgaas 1-1/+1
2019-10-23PCI: Add "pci=hpmmiosize" and "pci=hpmmioprefsize" parametersGravatar Nicholas Johnson 1-4/+16
2019-10-21PCI: Add a helper to check Power Resource Requirements _PR3 existenceGravatar Kai-Heng Feng 1-0/+18
2019-10-18PCI/AER: Save AER Capability for suspend/resumeGravatar Patel, Mayurkumar 1-0/+2
2019-10-15PCI: PM: Fix pci_power_up()Gravatar Rafael J. Wysocki 1-13/+11
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsGravatar Denis Efremov 1-6/+7
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-34/+53
2019-09-23Merge branch 'pci/resource'Gravatar Bjorn Helgaas 1-1/+13
2019-09-23Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-32/+39
2019-09-07PCI: Get rid of dev->has_secondary_link flagGravatar Mika Westerberg 1-1/+1
2019-09-05PCI: Force trailing new line to resource_alignment_param in sysfsGravatar Logan Gunthorpe 1-0/+10
2019-09-05PCI: Move pci_[get|set]_resource_alignment_param() into their callersGravatar Logan Gunthorpe 1-20/+12
2019-09-05PCI: Clean up resource_alignment parameter to not require static bufferGravatar Logan Gunthorpe 1-18/+23
2019-09-05PCI: Add pci_info_ratelimited() to ratelimit PCI separatelyGravatar Krzysztof Wilczynski 1-2/+2
2019-08-08PCI: Restore Resizable BAR size bits correctly for 1MB BARsGravatar Sumit Saxena 1-1/+1
2019-08-08PCI: Convert pci_resource_to_user() to a weak functionGravatar Denis Efremov 1-0/+12
2019-08-07Revert "PCI: Add missing link delays required by the PCIe spec"Gravatar Mika Westerberg 1-19/+10
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+4
2019-07-12Merge branch 'pci/trivial'Gravatar Bjorn Helgaas 1-1/+1
2019-07-09PCI: Fix typos and whitespace errorsGravatar Bjorn Helgaas 1-1/+1
2019-06-27PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete()Gravatar Rafael J. Wysocki 1-0/+21