summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-13/+13
|\
| * Merge branch 'pci/errors'Bjorn Helgaas2022-01-131-5/+5
| |\
| | * PCI/ERR: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu2021-11-181-5/+5
| * | PCI: Use DWORD accesses for LTR, L1 SS to avoid erratumRajat Jain2022-01-111-8/+8
| |/
* / PCI/MSI: Decouple MSI[-X] disable from pcim_release()Thomas Gleixner2021-12-161-5/+0
|/
* Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-131-1/+2
|\
| * PCI: Export pci_dev_lock()Niklas Schnelle2021-11-081-1/+2
* | Merge tag 'pci-v5.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-111-9/+8
|\ \
| * | Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas2021-11-111-9/+8
* | | Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-11-081-0/+32
|\ \ \ | |_|/ |/| |
| * | PCI: Add pci_find_dvsec_capability to find designated VSECBen Widawsky2021-10-291-0/+32
* | | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-14/+51
|\ \ \ | | |/ | |/|
| * | Merge branch 'pci/misc'Bjorn Helgaas2021-11-051-4/+5
| |\ \
| | * | PCI: Prefer 'unsigned int' over bare 'unsigned'Krzysztof Wilczyński2021-10-271-2/+3
| | * | PCI: Remove redundant 'rc' initializationColin Ian King2021-10-261-1/+1
| | * | PCI: Use unsigned to match sscanf("%x") in pci_dev_str_match_path()Krzysztof Wilczyński2021-10-121-1/+1
| | |/
| * | Merge branch 'pci/hotplug'Bjorn Helgaas2021-11-051-0/+2
| |\ \
| | * | PCI/ERR: Reduce compile time for CONFIG_PCIEAER=nLukas Wunner2021-10-161-0/+2
| | |/
| * | Merge branch 'pci/driver'Bjorn Helgaas2021-11-051-8/+9
| |\ \
| | * | PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-181-8/+9
| | |/
| * | Merge branch 'pci/enumeration'Bjorn Helgaas2021-11-051-2/+10
| |\ \
| | * | PCI: Do not enable AtomicOps on VFsSelvin Xavier2021-11-041-0/+8
| | * | PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran2021-09-211-2/+2
| | |/
| * / PCI: Re-enable Downstream Port LTR after reset or hotplugMingchuang Qiao2021-10-191-0/+25
| |/
* | Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-041-0/+2
|\ \
| * | PCI: Allow architecture-specific pci_remap_iospace()Sergio Paracuellos2021-10-051-0/+2
| |/
* | PCI: PM: Fix ordering of operations in pci_back_from_sleep()Rafael J. Wysocki2021-10-211-1/+6
* | PCI: PM: Do not call platform_pci_power_manageable() unnecessarilyRafael J. Wysocki2021-10-051-11/+5
* | PCI: PM: Make pci_choose_state() call pci_target_state()Rafael J. Wysocki2021-10-051-38/+16
* | PCI: PM: Rearrange pci_target_state()Rafael J. Wysocki2021-10-051-14/+9
* | PCI: PM: Drop struct pci_platform_pm_opsRafael J. Wysocki2021-10-051-11/+0
* | PCI: ACPI: PM: Do not use pci_platform_pm_ops for ACPIRafael J. Wysocki2021-09-291-13/+9
* | PCI: PM: Do not use pci_platform_pm_ops for Intel MID PMRafael J. Wysocki2021-09-271-1/+22
|/
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-94/+237
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2021-09-021-1/+1
| |\
| | * PCI: Fix pci_dev_str_match_path() alloc while atomic bugDan Carpenter2021-08-121-1/+1
| * | Merge branch 'pci/virtualization'Bjorn Helgaas2021-09-021-2/+2
| |\ \
| | * | PCI/ACS: Enforce pci=noats with Transaction BlockingAlex Williamson2021-08-201-2/+2
| | |/
| * | Merge branch 'pci/resource'Bjorn Helgaas2021-09-021-12/+16
| |\ \
| | * | PCI: Refactor pci_ioremap_bar() and pci_ioremap_wc_bar()Krzysztof Wilczyński2021-07-161-12/+16
| | |/
| * | PCI: Change the type of probe argument in reset functionsAmey Narkhede2021-08-181-22/+22
| * | PCI: Add support for ACPI _RST reset methodShanker Donthineni2021-08-181-0/+1
| * | PCI: Allow userspace to query and set device reset mechanismAmey Narkhede2021-08-181-0/+122
| * | PCI: Remove reset_fn field from pci_devAmey Narkhede2021-08-171-3/+3
| * | PCI: Add array to track reset method orderingAmey Narkhede2021-08-171-40/+54
| * | PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede2021-08-171-26/+30
| * | PCI: Cache PCIe Device Capabilities registerAmey Narkhede2021-08-171-4/+2
| |/
* | PCI: PM: Enable PME if it can be signaled from D3coldRafael J. Wysocki2021-08-041-1/+8
* | PCI: PM: Avoid forcing PCI_D0 for wakeup reasons inconsistentlyRafael J. Wysocki2021-08-041-6/+10
* | PCI: Use pci_update_current_state() in pci_enable_device_flags()Rafael J. Wysocki2021-07-161-5/+1
|/