aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-13Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+2
2021-11-11Merge tag 'pci-v5.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-9/+8
2021-11-11Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas1-9/+8
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+32
2021-11-08PCI: Export pci_dev_lock()Niklas Schnelle1-1/+2
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-14/+51
2021-11-05Merge branch 'pci/misc'Bjorn Helgaas1-4/+5
2021-11-05Merge branch 'pci/hotplug'Bjorn Helgaas1-0/+2
2021-11-05Merge branch 'pci/driver'Bjorn Helgaas1-8/+9
2021-11-05Merge branch 'pci/enumeration'Bjorn Helgaas1-2/+10
2021-11-04PCI: Do not enable AtomicOps on VFsSelvin Xavier1-0/+8
2021-11-04Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+2
2021-10-29PCI: Add pci_find_dvsec_capability to find designated VSECBen Widawsky1-0/+32
2021-10-27PCI: Prefer 'unsigned int' over bare 'unsigned'Krzysztof Wilczyński1-2/+3
2021-10-26PCI: Remove redundant 'rc' initializationColin Ian King1-1/+1
2021-10-21PCI: PM: Fix ordering of operations in pci_back_from_sleep()Rafael J. Wysocki1-1/+6
2021-10-19PCI: Re-enable Downstream Port LTR after reset or hotplugMingchuang Qiao1-0/+25
2021-10-18PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-8/+9
2021-10-16PCI/ERR: Reduce compile time for CONFIG_PCIEAER=nLukas Wunner1-0/+2
2021-10-12PCI: Use unsigned to match sscanf("%x") in pci_dev_str_match_path()Krzysztof Wilczyński1-1/+1
2021-10-05PCI: PM: Do not call platform_pci_power_manageable() unnecessarilyRafael J. Wysocki1-11/+5
2021-10-05PCI: PM: Make pci_choose_state() call pci_target_state()Rafael J. Wysocki1-38/+16
2021-10-05PCI: PM: Rearrange pci_target_state()Rafael J. Wysocki1-14/+9
2021-10-05PCI: PM: Drop struct pci_platform_pm_opsRafael J. Wysocki1-11/+0
2021-10-05PCI: Allow architecture-specific pci_remap_iospace()Sergio Paracuellos1-0/+2
2021-09-29PCI: ACPI: PM: Do not use pci_platform_pm_ops for ACPIRafael J. Wysocki1-13/+9
2021-09-27PCI: PM: Do not use pci_platform_pm_ops for Intel MID PMRafael J. Wysocki1-1/+22
2021-09-21PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran1-2/+2
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-94/+237
2021-09-02Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2021-09-02Merge branch 'pci/virtualization'Bjorn Helgaas1-2/+2
2021-09-02Merge branch 'pci/resource'Bjorn Helgaas1-12/+16
2021-08-20PCI/ACS: Enforce pci=noats with Transaction BlockingAlex Williamson1-2/+2
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede1-22/+22
2021-08-18PCI: Add support for ACPI _RST reset methodShanker Donthineni1-0/+1
2021-08-18PCI: Allow userspace to query and set device reset mechanismAmey Narkhede1-0/+122
2021-08-17PCI: Remove reset_fn field from pci_devAmey Narkhede1-3/+3
2021-08-17PCI: Add array to track reset method orderingAmey Narkhede1-40/+54
2021-08-17PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede1-26/+30
2021-08-17PCI: Cache PCIe Device Capabilities registerAmey Narkhede1-4/+2
2021-08-12PCI: Fix pci_dev_str_match_path() alloc while atomic bugDan Carpenter1-1/+1
2021-08-04PCI: PM: Enable PME if it can be signaled from D3coldRafael J. Wysocki1-1/+8
2021-08-04PCI: PM: Avoid forcing PCI_D0 for wakeup reasons inconsistentlyRafael J. Wysocki1-6/+10
2021-07-16PCI: Refactor pci_ioremap_bar() and pci_ioremap_wc_bar()Krzysztof Wilczyński1-12/+16
2021-07-16PCI: Use pci_update_current_state() in pci_enable_device_flags()Rafael J. Wysocki1-5/+1
2021-07-08Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-22/+32
2021-07-06Merge branch 'pci/sysfs'Bjorn Helgaas1-14/+20
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-2/+4
2021-06-24PCI: Export pci_dev_trylock() and pci_dev_unlock()Luis Chamberlain1-2/+4
2021-06-22Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"Rafael J. Wysocki1-3/+13