aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-34/+53
2019-09-23Merge branch 'pci/resource'Bjorn Helgaas1-1/+13
2019-09-23Merge branch 'pci/misc'Bjorn Helgaas1-32/+39
2019-09-07PCI: Get rid of dev->has_secondary_link flagMika Westerberg1-1/+1
2019-09-05PCI: Force trailing new line to resource_alignment_param in sysfsLogan Gunthorpe1-0/+10
2019-09-05PCI: Move pci_[get|set]_resource_alignment_param() into their callersLogan Gunthorpe1-20/+12
2019-09-05PCI: Clean up resource_alignment parameter to not require static bufferLogan Gunthorpe1-18/+23
2019-09-05PCI: Add pci_info_ratelimited() to ratelimit PCI separatelyKrzysztof Wilczynski1-2/+2
2019-08-08PCI: Restore Resizable BAR size bits correctly for 1MB BARsSumit Saxena1-1/+1
2019-08-08PCI: Convert pci_resource_to_user() to a weak functionDenis Efremov1-0/+12
2019-08-07Revert "PCI: Add missing link delays required by the PCIe spec"Mika Westerberg1-19/+10
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+4
2019-07-12Merge branch 'pci/trivial'Bjorn Helgaas1-1/+1
2019-07-09PCI: Fix typos and whitespace errorsBjorn Helgaas1-1/+1
2019-06-27PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete()Rafael J. Wysocki1-0/+21
2019-06-18PCI: Do not poll for PME if the device is in D3coldMika Westerberg1-0/+7
2019-06-18PCI: Add missing link delays required by the PCIe specMika Westerberg1-10/+19
2019-06-17PCI: PM: Replace pci_dev_keep_suspended() with two functionsRafael J. Wysocki1-27/+28
2019-06-17PCI: PM: Avoid resuming devices in D3hot during system suspendRafael J. Wysocki1-3/+13
2019-06-13PCI: Decode PCIe 32 GT/s link speedGustavo Pimentel1-1/+3
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-179/+165
2019-05-13Merge branch 'pci/trivial'Bjorn Helgaas1-145/+157
2019-05-13Merge branch 'pci/printk'Bjorn Helgaas1-9/+8
2019-05-09PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar1-7/+7
2019-05-09PCI: Replace printk(KERN_INFO) with pr_info(), etcMohan Kumar1-2/+1
2019-04-17PCI: Remove unused pci_request_region_exclusive()Johannes Thumshirn1-25/+0
2019-04-13PCI: Fix comment typosBjorn Helgaas1-158/+170
2019-04-12PCI: Fix issue with "pci=disable_acs_redir" parameter being ignoredLogan Gunthorpe1-2/+17
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-34/+102
2019-03-06Merge branch 'pci/pm'Bjorn Helgaas1-0/+22
2019-03-06Merge branch 'pci/misc'Bjorn Helgaas1-30/+28
2019-03-06Merge branch 'pci/enumeration'Bjorn Helgaas1-2/+1
2019-03-05PCI: Fix "try" semantics of bus and slot resetAlex Williamson1-28/+26
2019-02-11PCI/ASPM: Save LTR Capability for suspend/resumeBjorn Helgaas1-2/+51
2019-02-11PCI: Blacklist power management of Gigabyte X299 DESIGNARE EX PCIe portsMika Westerberg1-0/+22
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman1-1/+2
2019-01-30PCI: Rely on config space header type, not class codeHonghui Zhang1-2/+1
2019-01-22PCI: pci.c: convert to use BUS_ATTR_RWGreg Kroah-Hartman1-4/+3
2019-01-17PCI: Fix __initdata issue with "pci=disable_acs_redir" parameterLogan Gunthorpe1-1/+2
2019-01-14PCI: Mark expected switch fall-throughMathieu Malaterre1-2/+2
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