aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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