summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'pci/resource'Bjorn Helgaas2022-10-053-122/+192
| |\ \
| | * | PCI: Sanitise firmware BAR assignments behind a PCI-PCI bridgeMaciej W. Rozycki2022-09-211-0/+11
| | * | PCI: Fix typo in pci_scan_child_bus_extend()Mika Westerberg2022-09-211-1/+1
| | * | PCI: Fix whitespace and indentationMika Westerberg2022-09-212-3/+1
| | * | PCI: Distribute available resources for root buses, tooMika Westerberg2022-09-211-1/+61
| | * | PCI: Move pci_assign_unassigned_root_bus_resources()Mika Westerberg2022-09-211-113/+113
| | * | 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 branch 'pci/rebar'Bjorn Helgaas2022-10-051-0/+108
| |\ \
| | * | PCI: Expose PCIe Resizable BAR support via sysfsAlex Williamson2022-10-051-0/+108
| | |/
| * | Merge branch 'pci/pm'Bjorn Helgaas2022-10-054-183/+205
| |\ \
| | * | PCI/PM: Reduce D3hot delay with usleep_range()Sajid Dalvi2022-09-291-7/+9
| | * | PCI/PM: Simplify pci_pm_suspend_noirq()Rajvi Jingar2022-09-121-12/+7
| | * | PCI/PM: Always disable PTM for all devices during suspendBjorn Helgaas2022-09-122-26/+13
| | * | PCI/PTM: Consolidate PTM interface declarationsBjorn Helgaas2022-09-121-6/+2
| | * | PCI/PTM: Reorder functions in logical orderBjorn Helgaas2022-09-121-62/+62
| | * | PCI/PTM: Preserve RsvdP bits in PTM Control registerBjorn Helgaas2022-09-121-11/+14
| | * | PCI/PTM: Move pci_ptm_info() body into its only callerBjorn Helgaas2022-09-121-21/+17
| | * | PCI/PTM: Add pci_suspend_ptm() and pci_resume_ptm()Bjorn Helgaas2022-09-123-18/+63
| | * | PCI/PTM: Separate configuration and enableBjorn Helgaas2022-09-121-55/+49
| | * | PCI/PTM: Add pci_upstream_ptm() helperBjorn Helgaas2022-09-121-14/+25
| | * | PCI/PTM: Cache PTM Capability offsetBjorn Helgaas2022-09-121-24/+17
| | |/
| * | Merge branch 'pci/msi'Bjorn Helgaas2022-10-051-1/+1
| |\ \
| | * | PCI/MSI: Correct 'can_mask' test in msi_add_msi_desc()Josef Johansson2022-08-261-1/+1
| | |/
| * | Merge branch 'pci/dpc'Bjorn Helgaas2022-10-052-5/+46
| |\ \
| | * | PCI/DPC: Quirk PIO log size for certain Intel Root PortsMika Westerberg2022-09-272-5/+46
| | |/
| * | PCI/ASPM: Correct LTR_L1.2_THRESHOLD computationBjorn Helgaas2022-10-051-17/+32
| * | PCI/ASPM: Ignore L1 PM Substates if device lacks capabilityBjorn Helgaas2022-10-051-0/+3
| * | PCI/ASPM: Factor out L1 PM Substates configurationBjorn Helgaas2022-10-051-48/+55
| * | PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeVidya Sagar2022-10-043-0/+48
| * | PCI/ASPM: Refactor L1 PM Substates Control Register programmingVidya Sagar2022-10-041-34/+40
| |/
* / arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCAWilliam Zhang2022-08-151-1/+1
|/
* Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds2022-08-134-1/+1464
|\
| * NTB: EPF: Tidy up some bounds checksDan Carpenter2022-08-091-2/+9
| * NTB: EPF: Fix error code in epf_ntb_bind()Dan Carpenter2022-08-091-1/+2
| * PCI: endpoint: pci-epf-vntb: reduce several globals to staticsTom Rix2022-08-091-3/+3
| * PCI: endpoint: pci-epf-vntb: fix error handle in epf_ntb_mw_bar_init()Yang Yingliang2022-08-091-5/+15
| * PCI: endpoint: Fix Kconfig dependencyRen Zhijie2022-08-091-0/+1
| * NTB: EPF: set pointer addr to null using NULL rather than 0Colin Ian King2022-08-091-1/+1
| * PCI: endpoint: Support NTB transfer between RC and EPFrank Li2022-08-093-0/+1436
| * PCI: designware-ep: Allow pci_epc_set_bar() update inbound map addressFrank Li2022-08-091-1/+9
* | Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-08-104-1/+541
|\ \
| * | PCI/DOE: Add DOE mailbox support functionsJonathan Cameron2022-07-193-0/+540
| * | PCI: Replace magic constant for PCI Sig Vendor IDIra Weiny2022-07-191-1/+1
| |/
* | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-062-62/+36
|\ \
| * | PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()Logan Gunthorpe2022-07-261-66/+0
| * | PCI/P2PDMA: Introduce helpers for dma_map_sg implementationsLogan Gunthorpe2022-07-261-7/+37
| * | PCI/P2PDMA: Attempt to set map_type if it has not been setLogan Gunthorpe2022-07-261-1/+6
| * | lib/scatterlist: add flag for indicating P2PDMA segments in an SGLLogan Gunthorpe2022-07-261-0/+5
| |/
* | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-0457-1735/+2721
|\ \