summaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/field-get'Bjorn Helgaas2023-10-281-4/+4
|\
| * PCI: Use FIELD_GET()Bjorn Helgaas2023-10-241-4/+4
* | PCI: Do error check on own line to split long "if" conditionsIlpo Järvinen2023-10-101-3/+3
|/
* PCI: Free released resource after coalescingRoss Lagerwall2023-09-061-0/+1
* Merge branch 'pci/misc'Bjorn Helgaas2023-08-291-2/+1
|\
| * PCI: Fix typos in docs and commentsBjorn Helgaas2023-08-251-1/+1
| * PCI: Explicitly include correct DT includesRob Herring2023-07-181-1/+0
* | PCI: Add locking to RMW PCI Express Capability Register accessorsIlpo Järvinen2023-08-101-0/+1
|/
* Merge branch 'pci/resource'Bjorn Helgaas2023-06-261-1/+3
|\
| * PCI: Release resource invalidated by coalescingRoss Lagerwall2023-06-091-1/+3
* | PCI: Work around PCIe link training failuresMaciej W. Rozycki2023-06-201-0/+2
* | PCI: Initialize dev->link_active_reporting earlierMaciej W. Rozycki2023-06-141-1/+5
|/
* Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-04-301-0/+1
|\
| * PCI/DOE: Create mailboxes on device enumerationLukas Wunner2023-04-181-0/+1
* | Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-271-1/+1
|\ \
| * | PCI: Make pci_bus_for_each_resource() index optionalAndy Shevchenko2023-04-051-1/+1
| |/
* / PCI: Restrict device disabled status check to DTRob Herring2023-04-201-4/+4
|/
* Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-02-251-0/+1
|\
| * PCI/CXL: Export native CXL error reporting controlIra Weiny2023-01-051-0/+1
* | Merge branch 'pci/resource'Bjorn Helgaas2023-02-221-1/+1
|\ \
| * | PCI: Fix dropping valid root bus resources with .end = zeroGeert Uytterhoeven2023-02-131-1/+1
| |/
* / PCI: Honor firmware's device disabled statusRob Herring2023-02-131-0/+2
|/
* Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-141-3/+7
|\
| * PCI: Assign PCI domain IDs by ida_alloc()Pali Rohár2022-11-081-0/+7
| * Revert "PCI: Clear PCI_STATUS when setting up device"Bjorn Helgaas2022-11-071-3/+0
* | Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-12-121-0/+6
|\ \
| * | PCI: Allow drivers to request exclusive config regionsIra Weiny2022-11-141-0/+6
| |/
* / PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner2022-11-171-2/+0
|/
* PCI: Fix typo in pci_scan_child_bus_extend()Mika Westerberg2022-09-211-1/+1
* PCI: Fix whitespace and indentationMika Westerberg2022-09-211-2/+0
* PCI: Pass available buses even if the bridge is already configuredMika Westerberg2022-09-211-2/+3
* PCI: Fix used_buses calculation in pci_scan_child_bus_extend()Mika Westerberg2022-09-201-2/+2
* Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-08-101-1/+1
|\
| * PCI: Replace magic constant for PCI Sig Vendor IDIra Weiny2022-07-191-1/+1
* | Merge branch 'pci/err'Bjorn Helgaas2022-08-041-0/+3
|\ \
| * | PCI: Clear PCI_STATUS when setting up deviceKai-Heng Feng2022-07-051-0/+3
| |/
* | PCI: Extend isolated function probing to s390Niklas Schnelle2022-07-221-1/+1
* | PCI: Move jailhouse's isolated function handling to pci_scan_slot()Niklas Schnelle2022-07-221-20/+10
* | PCI: Split out next_ari_fn() from next_fn()Niklas Schnelle2022-07-221-13/+18
* | PCI: Clean up pci_scan_slot()Niklas Schnelle2022-07-221-19/+19
|/
* Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-20/+12
|\
| * 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
| * | Merge branch 'pci/host/mt7621'Bjorn Helgaas2022-01-131-2/+2
| |\ \
| | * | PCI: Let pcibios_root_bridge_prepare() access bridge->windowsSergio Paracuellos2022-01-121-2/+2
| | |/
| * / PCI: Use pci_find_vsec_capability() when looking for TBT devicesAndy Shevchenko2021-11-151-13/+5
| |/
* / PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner2021-12-091-1/+3
|/
* Merge branch 'pci/misc'Bjorn Helgaas2021-11-051-3/+4
|\
| * PCI: Prefer 'unsigned int' over bare 'unsigned'Krzysztof Wilczyński2021-10-271-3/+4
* | Merge branch 'pci/resource'Bjorn Helgaas2021-11-051-4/+27
|\ \