Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-06-13 22:32:29 to 2026-06-16 15:41:27 UTC [more...]

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

[PATCH v17 0/5] shut down devices asynchronously
 2026-06-16 15:39 UTC  (10+ 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: "

[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  (16+ messages)
` [PATCH 1/4] rust: pci: make Vendor::from_raw() public
` [PATCH 2/4] rust: pci: add managed Device::enable_device()
` [PATCH 3/4] rust: completion: add complete()
` [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  (31+ messages)
` [PATCH v4 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v4 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v4 03/20] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v4 04/20] rust: io: implement `Io` on reference types instead
` [PATCH v4 05/20] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v4 06/20] rust: io: rename `Mmio` to `MmioOwned`
` [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 v17 00/12] vfio/pci: Add PCIe TPH support
 2026-06-16 14:42 UTC  (26+ messages)
` [PATCH v17 01/12] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v17 02/12] PCI/TPH: Fix tph_enabled concurrent update race by bitfield packing
` [PATCH v17 03/12] PCI/TPH: Cache TPH requester capability at probe time
` [PATCH v17 04/12] PCI/TPH: Refactor pcie_enable_tph & add explicit requester variant
` [PATCH v17 05/12] PCI/TPH: Refactor pcie_tph_get_cpu_st & add explicit variant
` [PATCH v17 06/12] PCI/TPH: Expose the enabled TPH requester type
` [PATCH v17 07/12] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability attributes
` [PATCH v17 08/12] PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping
` [PATCH v17 09/12] vfio/pci: Hide TPH capability when TPH is unsupported
` [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/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)

[RFC 0/8] pci: cxl: Add enumeration support for Unordered I/O (UIO) feature
 2026-06-16 13:27 UTC  (3+ messages)
  ` [RFC 1/8] hw/pci: Refactor flitmode from PCIESlot to PCIEPort

[PATCH] PCI/TSM: Resume device to D0 for CMA-SPDM operation
 2026-06-16 12:57 UTC  (4+ 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 v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-16 11:48 UTC  (28+ messages)
` [PATCH v3 2/9] vfio/pci: Add a helper to look up PFNs "
` [PATCH v3 4/9] vfio/pci: Convert BAR mmap() to use a DMABUF
` [PATCH v3 5/9] vfio/pci: Provide a user-facing name for BAR mappings
` [PATCH v3 6/9] vfio/pci: Clean up BAR zap and revocation
` [PATCH v3 7/9] vfio/pci: Support mmap() of a VFIO DMABUF
` [PATCH v3 8/9] vfio/pci: Permanently revoke a DMABUF on request
` [PATCH v3 9/9] vfio/pci: Add mmap() attributes to DMABUF feature

[PATCH v19 0/4] [PCI] Error recovery for vfio-pci devices on s390x
 2026-06-16 11:12 UTC  (12+ messages)
` [PATCH v19 1/4] PCI: Allow per function PCI slots to fix slot reset on s390
` [PATCH v19 2/4] PCI: Avoid saving config space state if inaccessible
` [PATCH v19 3/4] PCI: Fail FLR when config space is inaccessible
` [PATCH v19 4/4] PCI/MSI: Enable memory decoding before restoring MSI-X messages

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

[REGRESSION][BISECTED] HDA controller MMIO unreadable on Intel 5-series PCH (Ibex Peak) since v6.16
 2026-06-16  8:24 UTC  (8+ messages)

[PATCH] PCI: dwc: meson: Fix reset GPIO initial state
 2026-06-16  7:19 UTC  (3+ messages)

[RFC PATCH 0/5] vfio/pci: Support ZONE_DEVICE-backed P2P Registration
 2026-06-16  6:38 UTC  (7+ messages)

[PATCH v5 3/4] PCI: endpoint: Add support for DOE initialization and setup in EPC core
 2026-06-16  6:22 UTC  (3+ messages)

[PATCH 0/2] Enable WCN6855 Bluetooth on lemans-evk via PCIe M.2 Key E connector
 2026-06-16  6:19 UTC  (7+ messages)
` [PATCH 1/2] power: sequencing: pcie-m2: Add PCI ID 0x1103 for WCN6855 Bluetooth
    ` [PATCH] power: sequencing: pcie-m2: Sort PCI device IDs in ascending order

[PATCH] PCI: meson: Fix PERST# timing by asserting reset before LTSSM enable
 2026-06-16  6:06 UTC  (3+ messages)

[PATCH v6 0/3] PCI: rockchip: 5.0 GT/s speed discouraged by Rockchip
 2026-06-16  5:39 UTC  (4+ messages)
` [PATCH v6 3/3] PCI: rockchip: drive at 2.5 GT/s, error other speeds

[PATCH] PCI/TSM: fix use-after-free in find_dsm_dev()
 2026-06-16  3:16 UTC  (3+ messages)

[PATCH v6 0/3] Add root port reset to support link recovery
 2026-06-16  2:56 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: imx6q-pcie: Add optional intr/aer/pme interrupts for i.MX95

[PATCH v9 0/4] iommu: Standardize ATS robustness and state tracking
 2026-06-16  0:03 UTC  (9+ messages)
` [PATCH v9 1/4] PCI/ATS: Ensure pci_ats_supported() is PF-aware for VFs
` [PATCH v9 2/4] PCI/ATS: Validate STU for VFs in pci_prepare_ats()
` [PATCH v9 3/4] iommu/arm-smmu-v3: Standardize ATS enablement failure reporting
` [PATCH v9 4/4] iommu/vt-d: Fail probe on ATS configuration failure

[PATCH v8 0/4] iommu: Standardize ATS robustness and state tracking
 2026-06-15 23:52 UTC  (4+ messages)
` [PATCH v8 3/4] iommu/arm-smmu-v3: Standardize ATS enablement failure reporting

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-15 22:22 UTC  (17+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices
` [PATCH v6 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v6 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update

[BUG] KASAN: slab-use-after-free in pci_endpoint_test_ioctl
 2026-06-15 20:06 UTC  (3+ messages)

[PATCH] alpha/PCI: Fix I/O port accessor argument order in pci_legacy_write()
 2026-06-15 20:05 UTC  (5+ messages)

[RFC PATCH v1] PCI: Remove pcie_flr() and convert all callers to use pcie_reset_flr()
 2026-06-15 19:21 UTC 

[PATCH v19 0/3] [VFIO] Error recovery for vfio-pci devices on s390x
 2026-06-15 18:52 UTC  (7+ messages)
` [PATCH v19 1/3] s390/pci: Store PCI error information for passthrough devices
` [PATCH v19 2/3] vfio-pci/zdev: Add a device feature for error information
` [PATCH v19 3/3] vfio/pci: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEX

[PATCH v7 1/3] PCI: Add public pcie_valid_speed() for shared validation
 2026-06-15 15:17 UTC  (2+ messages)

[PATCH v7 0/3] PCI: Refactor PCIe speed validation and conversion functions
 2026-06-15 15:17 UTC  (4+ messages)
` [PATCH v7 3/3] PCI: dwc: Use common speed conversion function

[PATCH v3 6/7] ALSA: hda: Add support for Hygon family 18h model 5h HD-Audio
 2026-06-15 12:37 UTC  (2+ messages)

(no subject)
 2026-06-15 10:29 UTC  (2+ messages)
` [PATCH 0/2] PCI/CXL: Recover CXL Downstream Ports from PM Init failure

[PATCH v9] PCI: Add device-specific reset for Qualcomm devices
 2026-06-15  7:30 UTC  (2+ messages)

[PATCH v8 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-06-15  6:59 UTC  (5+ messages)
` [PATCH v8 1/4] PCI/TPH: Add requester/completer type helpers
` [PATCH v8 2/4] dma-buf: add optional get_pci_tph() callback
` [PATCH v8 3/4] vfio/pci: implement get_pci_tph and DMA_BUF_TPH feature
` [PATCH v8 4/4] RDMA/mlx5: get tph for p2p access when registering dma-buf mr

[PATCH v16 12/12] vfio/pci: Virtualize PCIe TPH capability registers
 2026-06-15  3:57 UTC  (3+ messages)

[pci:kwilczynski/sysfs-kstrtobool] BUILD SUCCESS c497e360f49414194f031d52cda39206c342be8f
 2026-06-15  2:56 UTC 

[PATCH v16 10/12] vfio/pci: Add TPH_CPU_ST to query CPU's TPH steering tag
 2026-06-15  1:31 UTC  (3+ messages)

[PATCH v16 09/12] vfio/pci: Add TPH_ENABLE feature skeleton and unsafe module parameter
 2026-06-15  1:26 UTC  (3+ messages)

[PATCH v2 1/1] drivers/pci: Decouple DPC from AER service
 2026-06-14 21:54 UTC  (3+ messages)
` [PATCH v3] "
  ` [PATCH v3 RESEND] "

[PATCH v2] PCI: rcar-gen4: Limit Max_Read_Request_Size and Max_Payload_Size to 256 Bytes
 2026-06-14 15:48 UTC  (8+ messages)

[PATCH v7 0/5] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-06-14  7:06 UTC  (3+ messages)
` [PATCH v7 1/5] net/mlx5: free mlx5_st_idx_data on final dealloc

[PULL] PCI: meson: Fix PERST# timing by asserting reset before LTSSM enable
 2026-06-14  5:00 UTC 

[PATCH v7 4/5] vfio/pci: implement get_tph and DMA_BUF_TPH feature
 2026-06-13 22:32 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