Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-06-16 10:46:35 to 2026-06-16 17:53:19 UTC [more...]

[PATCH v17 0/5] shut down devices asynchronously
 2026-06-16 17:26 UTC  (13+ messages)
` [PATCH 1/5] driver core: separate function to shutdown one device
` [PATCH 2/5] driver core: do not always lock parent in shutdown
` [PATCH 3/5] driver core: async device shutdown infrastructure
` [PATCH 4/5] PCI: Enable async shutdown support
` [PATCH 5/5] scsi: "

[RFC 0/8] pci: cxl: Add enumeration support for Unordered I/O (UIO) feature
 2026-06-16 17:40 UTC  (9+ messages)
  ` [RFC 1/8] hw/pci: Refactor flitmode from PCIESlot to PCIEPort
  ` [RFC 3/8] hw/pci: Add SVC capability and UIO properties to PCIe ports
  ` [RFC 4/8] hw/cxl: Add Streamlined Virtual Channel (SVC) property to CXL ports
  ` [RFC 5/8] hw/cxl: Wire UIO capability into HDM decoder registers

[PATCH] PCI/TSM: Resume device to D0 for CMA-SPDM operation
 2026-06-16 17:34 UTC  (3+ messages)

[PATCH v17 00/12] vfio/pci: Add PCIe TPH support
 2026-06-16 17:27 UTC  (16+ messages)
` [PATCH v17 04/12] PCI/TPH: Refactor pcie_enable_tph & add explicit requester variant
` [PATCH v17 06/12] PCI/TPH: Expose the enabled TPH requester type
` [PATCH v17 08/12] PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping
` [PATCH v17 10/12] vfio/pci: Add TPH_ENABLE feature skeleton and unsafe module parameter
` [PATCH v17 11/12] vfio/pci: Add TPH_ST_CONFIG for PCIe TPH ST configuration
` [PATCH v17 12/12] vfio/pci: Virtualize PCIe TPH capability registers

[PATCH] PCI: imx6: fix building against host-common
 2026-06-16 16:56 UTC  (3+ messages)

[PATCH 1/2] PCI/sysfs: Fix out-of-bounds read in pci_write_legacy_io()
 2026-06-16 16:47 UTC  (5+ messages)
` [PATCH 2/2] PCI/sysfs: Fix read byte order in pci_read_legacy_io()

[PATCH] PCI: qcom: Skip PERST# GPIOs provided by downstream PCIe devices
 2026-06-16 16:20 UTC  (2+ messages)

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-16 15:45 UTC  (12+ messages)
` [PATCH v3 2/9] vfio/pci: Add a helper to look up PFNs "
` [PATCH v3 7/9] vfio/pci: Support mmap() of a VFIO DMABUF
` [PATCH v3 9/9] vfio/pci: Add mmap() attributes to DMABUF feature

[PATCH v4] PCI: hotplug: Add 'uevent' sysfs attribute to trigger slot events
 2026-06-16 15:40 UTC  (2+ messages)

[PATCH v7 0/3] PCI: rockchip: 5.0 GT/s speed discouraged by Rockchip
 2026-06-16 15:37 UTC  (7+ messages)
` [PATCH v7 1/3] PCI: rockchip-ep: do not attempt 5.0 GT/s retraining
` [PATCH v7 2/3] PCI: rockchip-host: "
` [PATCH v7 3/3] PCI: rockchip: drive at 2.5 GT/s, error other speeds

[PATCH 0/4] rust: samples: add an EDU PCI driver sample (MMIO + IRQ + DMA)
 2026-06-16 15:08 UTC  (6+ messages)
` [PATCH 2/4] rust: pci: add managed Device::enable_device()
` [PATCH 4/4] rust: samples: add EDU PCI driver sample

[PATCH v4 00/20] rust: I/O type generalization and projection
 2026-06-16 14:50 UTC  (14+ messages)
` [PATCH v4 07/20] rust: io: implement `Mmio` as view type
` [PATCH v4 08/20] rust: pci: io: make `ConfigSpace` a view
` [PATCH v4 09/20] rust: io: use view types instead of addresses for `Io`

[PATCH] PCI/PTM: fix refcount leak in pci_enable_ptm()
 2026-06-16 14:25 UTC  (2+ messages)

[PATCH] PCI: xilinx-xdma-pl: fix refcount leak in xilinx_pl_dma_pcie_init_irq_domain()
 2026-06-16 14:21 UTC  (2+ messages)

[PATCH v2 0/4] PCI: qcom: Add link retention support
 2026-06-16 12:08 UTC  (3+ messages)
` [PATCH v2 3/4] "

[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
 2026-06-16 11:55 UTC  (8+ messages)
` [PATCH v17 01/10] rust: alloc: add `KBox::into_non_null`
` [PATCH v17 02/10] rust: types: Add Ownable/Owned types
` [PATCH v17 03/10] rust: implement `ForeignOwnable` for `Owned`

[PATCH v19 0/4] [PCI] Error recovery for vfio-pci devices on s390x
 2026-06-16 11:12 UTC  (5+ messages)
` [PATCH v19 4/4] PCI/MSI: Enable memory decoding before restoring MSI-X messages

[PATCH v17 01/12] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
 2026-06-16 11:00 UTC  (2+ messages)

[PATCH v17 09/12] vfio/pci: Hide TPH capability when TPH is unsupported
 2026-06-16 10:56 UTC  (2+ messages)

[PATCH v17 02/12] PCI/TPH: Fix tph_enabled concurrent update race by bitfield packing
 2026-06-16 10:55 UTC  (2+ messages)

[PATCH v17 03/12] PCI/TPH: Cache TPH requester capability at probe time
 2026-06-16 10:55 UTC  (2+ messages)

[PATCH v17 05/12] PCI/TPH: Refactor pcie_tph_get_cpu_st & add explicit variant
 2026-06-16 10:53 UTC  (2+ messages)

[PATCH v17 07/12] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability attributes
 2026-06-16 10:52 UTC  (2+ messages)

[PATCH v16 00/12] vfio/pci: Add PCIe TPH support
 2026-06-16 10:51 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox