summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-22PCI: Fix pci_dev_str_match_path() alloc while atomic bugDan Carpenter1-1/+1
2021-09-22PCI: Use pci_update_current_state() in pci_enable_device_flags()Rafael J. Wysocki1-5/+1
2021-09-22PCI: PM: Enable PME if it can be signaled from D3coldRafael J. Wysocki1-1/+8
2021-09-22PCI: PM: Avoid forcing PCI_D0 for wakeup reasons inconsistentlyRafael J. Wysocki1-6/+10
2021-06-30Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"Rafael J. Wysocki1-3/+13
2021-05-22PCI: PM: Do not read power state in pci_enable_device_flags()Rafael J. Wysocki1-13/+3
2021-03-17PCI: Fix pci_register_io_range() memory leakGeert Uytterhoeven1-0/+4
2021-03-07PCI: Add a REBAR size quirk for Sapphire RX 5600 XT PulseNirmoy Das1-1/+8
2020-12-30PCI: Fix overflow in command-line resource alignment requestsColin Ian King1-1/+1
2020-12-30PCI: Bounds-check command-line resource alignment requestsBjorn Helgaas1-6/+8
2020-01-27PCI: Fix "try" semantics of bus and slot resetAlex Williamson1-28/+26
2019-11-20PCI/ERR: Use slot reset if availableKeith Busch1-0/+37
2019-10-29PCI: PM: Fix pci_power_up()Rafael J. Wysocki1-13/+11
2019-10-11PCI: Restore Resizable BAR size bits correctly for 1MB BARsSumit Saxena1-1/+1
2019-07-26PCI: Do not poll for PME if the device is in D3coldMika Westerberg1-0/+7
2019-05-25PCI: Fix issue with "pci=disable_acs_redir" parameter being ignoredLogan Gunthorpe1-2/+17
2019-04-20PCI: Blacklist power management of Gigabyte X299 DESIGNARE EX PCIe portsMika Westerberg1-0/+22
2019-02-23PCI: Fix __initdata issue with "pci=disable_acs_redir" parameterLogan Gunthorpe1-1/+2
2018-12-05PCI: Fix incorrect value returned from pcie_get_speed_cap()Mikulas Patocka1-13/+11
2018-09-27PCI: Reprogram bridge prefetch registers on resumeDaniel Drake1-8/+19
2018-09-12IB/hfi1,PCI: Allow bus reset while probingDennis Dalessandro1-0/+1
2018-09-12PCI: 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/gi...Linus 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-10PCI: Add device-specific ACS Redirect disable infrastructureLogan Gunthorpe1-0/+3
2018-08-10PCI: Add "pci=disable_acs_redir=" parameter for peer-to-peer supportLogan Gunthorpe1-2/+71
2018-08-10PCI: Allow specifying devices using a base bus and path of devfnsLogan Gunthorpe1-21/+97
2018-08-10PCI: 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-20PCI: Rename pci_try_reset_bus() to pci_reset_bus()Sinan Kaya1-8/+8
2018-07-20PCI: Deprecate pci_reset_bus() and pci_reset_slot() functionsSinan Kaya1-52/+1
2018-07-20PCI: Unify try slot and bus reset APISinan Kaya1-5/+16
2018-07-20PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya1-6/+5
2018-07-20PCI: 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-13PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthroughGustavo A. R. Silva1-0/+1
2018-07-06PCI: 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