linux/drivers/pci
Linus Torvalds f14faaf3a1 tsm fixes for 6.19
- Fix multiple streams per host bridge for SEV-TIO
 
 - Drop the TSM ABI for reporting IDE streams (to be replaced)
 
 - Fix virtual function enumeration
 
 - Fix reserved stream ID initialization
 
 - Fix unused variable compiler warning
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQSbo+XnGs+rwLz9XGXfioYZHlFsZwUCaYO2VQAKCRDfioYZHlFs
 ZykAAQDiXOK2tcGnIecegUIwuOgo1c1TFV09vbxio4vye/RSXgD+IQmEXNcThvWj
 jGNI7KQIrRHlCCz1xGLow/cs3b29gwc=
 =mx2y
 -----END PGP SIGNATURE-----

Merge tag 'tsm-fixes-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/devsec/tsm

Pull TSM (TEE security Manager) fixes from Dan Williams:
 "The largest change is reverting part of an ABI that never shipped in a
  released kernel (Documentation/ABI/testing/sysfs-class-tsm). The fix /
  replacement for that is too large to squeeze in at this late date.

  The rest is a collection of small fixups:

   - Fix multiple streams per host bridge for SEV-TIO

   - Drop the TSM ABI for reporting IDE streams (to be replaced)

   - Fix virtual function enumeration

   - Fix reserved stream ID initialization

   - Fix unused variable compiler warning"

* tag 'tsm-fixes-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/devsec/tsm:
  crypto/ccp: Allow multiple streams on the same root bridge
  crypto/ccp: Use PCI bridge defaults for IDE
  coco/tsm: Remove unused variable tsm_rwsem
  PCI/IDE: Fix reading a wrong reg for unused sel stream initialization
  PCI/IDE: Fix off by one error calculating VF RID range
  Revert "PCI/TSM: Report active IDE streams"
2026-02-04 15:15:54 -08:00
..
controller PCI: meson: Report that link is up while in ASPM L0s and L1 states 2026-01-05 11:20:29 -06:00
endpoint pci-v6.19-changes 2025-12-04 17:29:41 -08:00
hotplug s390: Remove KMSG_COMPONENT macro 2025-11-24 11:45:21 +01:00
msi PCI/MSI: Delete pci_msi_create_irq_domain() 2025-10-16 21:09:52 +02:00
pcie Significant patch series in this pull request: 2025-12-06 14:01:20 -08:00
pwrctrl PCI: pwrctrl: Add power control driver for TC9563 2025-11-24 15:30:52 -06:00
switch PCI: switchtec: Replace manual locks with guard 2025-08-28 10:39:54 -05:00
Kconfig x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumers 2026-01-05 18:05:55 -07:00
Makefile tsm for 6.19 2025-12-06 10:15:41 -08:00
access.c
ats.c iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability 2025-03-28 10:07:23 -03:00
bus.c tsm for 6.19 2025-12-06 10:15:41 -08:00
devres.c PCI: Remove redundant set of request functions 2025-05-20 07:39:15 +00:00
doe.c PCI/TSM: Establish Secure Sessions and Link Encryption 2025-11-03 19:27:41 -08:00
ecam.c Revert "PCI: ecam: Allow cfg->priv to be pre-populated from the root port device" 2025-06-30 12:30:03 -05:00
host-bridge.c PCI: Export pci_get_host_bridge_device() for use by pci-keystone 2025-11-13 12:20:46 -06:00
ide.c PCI/IDE: Fix reading a wrong reg for unused sel stream initialization 2026-01-22 17:47:21 -08:00
iomap.c PCI: Remove hybrid-devres usage warnings from kernel-doc 2025-05-20 07:39:16 +00:00
iov.c PCI: Convert BAR sizes bitmasks to u64 2025-11-14 12:34:22 -06:00
irq.c
mmap.c
npem.c PCI/NPEM: Add _DSM PCIe SSD status LED management 2024-09-06 11:37:24 -05:00
of.c PCI: of: Add of_pci_get_equalization_presets() API 2025-04-19 19:42:33 +05:30
of_property.c PCI: of: Update parent unit address generation in of_pci_prop_intr_map() 2025-09-12 14:17:57 -05:00
p2pdma.c Significant patch series in this merge are as follows: 2025-12-05 13:52:43 -08:00
pci-acpi.c PCI/ACPI: Fix pci_acpi_preserve_config() memory leak 2025-08-27 17:28:07 -05:00
pci-bridge-emul.c PCI: Rename CRS Completion Status to RRS 2024-09-10 19:52:30 -05:00
pci-bridge-emul.h
pci-driver.c PCI/PM: Stop needlessly clearing state_saved on enumeration and thaw 2025-11-24 16:58:20 -06:00
pci-label.c
pci-mid.c PCI/PM: Switch to new Intel CPU model defines 2024-06-11 17:08:14 -05:00
pci-pf-stub.c PCI: Add missing MODULE_DESCRIPTION() macros 2024-07-08 08:35:35 +00:00
pci-stub.c PCI: Add missing MODULE_DESCRIPTION() macros 2024-07-08 08:35:35 +00:00
pci-sysfs.c tsm for 6.19 2025-12-06 10:15:41 -08:00
pci.c Merge branch 'pci/resource' 2025-12-03 14:18:32 -06:00
pci.h tsm for 6.19 2025-12-06 10:15:41 -08:00
probe.c tsm for 6.19 2025-12-06 10:15:41 -08:00
proc.c s390/pci: Introduce pdev->non_mappable_bars and replace VFIO_PCI_MMAP 2025-03-21 14:54:16 -05:00
quirks.c misc: rp1: drop overlay support 2025-12-19 12:42:23 -08:00
rebar.c PCI: Fix Resizable BAR restore order 2026-01-22 10:29:55 -06:00
remove.c PCI/IDE: Initialize an ID for all IDE streams 2025-11-14 15:06:57 -08:00
rom.c
search.c PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse() 2025-11-03 19:27:40 -08:00
setup-bus.c PCI: Fix Resizable BAR restore order 2026-01-22 10:29:55 -06:00
setup-res.c PCI: Move Resizable BAR code to rebar.c 2025-11-14 12:34:21 -06:00
slot.c PCI: hotplug: Inline pci_hp_{create,remove}_module_link() 2025-03-04 17:00:12 -06:00
syscall.c
tph.c PCI/TPH: Expose pcie_tph_get_st_table_loc() 2025-11-09 05:13:02 -05:00
tsm.c PCI/TSM: Add 'dsm' and 'bound' attributes for dependent functions 2025-11-14 15:06:57 -08:00
vc.c
vgaarb.c PCI/VGA: Don't assume the only VGA device on a system is `boot_vga` 2026-01-06 08:15:26 +01:00
vpd.c sysfs: treewide: switch back to attribute_group::bin_attrs 2025-06-17 10:44:15 +02:00
xen-pcifront.c