Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-07-02 12:55:06 to 2026-07-03 17:16:13 UTC [more...]

[PATCH v3 0/6] riscv: spacemit: Add PCIe RC controller support for K3
 2026-07-03 17:15 UTC  (14+ messages)
` [PATCH v3 1/6] PCI: spacemit-k1: Add device data support
` [PATCH v3 2/6] PCI: spacemit-k1: Add multiple PHY handles support
` [PATCH v3 3/6] PCI: spacemit-k1: Add device id update helper
` [PATCH v3 4/6] dt-bindings: PCI: snps,dw-pcie: Add msi-parent for MSI handle check
` [PATCH v3 5/6] dt-bindings: PCI: spacemit: Introduce Spacemit K3 PCIe host controller
` [PATCH v3 6/6] PCI: spacemit-k1: Add Spacemit K3 PCIe host controller support

[PATCH v2 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-07-03 17:10 UTC  (10+ messages)
` [PATCH v2 1/4] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [PATCH v2 2/4] Drivers: hv: Add logical device ID registry for vPCI devices
` [PATCH v2 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v2 4/4] iommu/hyperv: Add page-selective IOTLB flush support

[PATCH v5 00/20] rust: I/O type generalization and projection
 2026-07-03 15:13 UTC  (36+ messages)
` [PATCH v5 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v5 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v5 07/20] rust: io: implement `Mmio` as view type
` [PATCH v5 09/20] rust: io: use view types instead of addresses for `Io`
` [PATCH v5 10/20] pwm: th1520: remove unnecessary `deref`
` [PATCH v5 11/20] rust: io: remove `MmioOwned`
` [PATCH v5 12/20] rust: io: move `Io` methods to extension trait
` [PATCH v5 13/20] rust: io: add projection macro and methods
` [PATCH v5 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v5 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v5 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v5 17/20] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v5 18/20] rust: dma: drop `dma_read!` and `dma_write!` API

[PATCH 0/3] arm64: dts: qcom: eliza-evk: Enable PCIe0 and PCIe1 with M.2 and TC9563 switch
 2026-07-03 15:09 UTC  (6+ messages)
` [PATCH 1/3] arm64: dts: qcom: eliza-evk: Add PCIe0 with M.2 E key connector
` [PATCH 2/3] arm64: dts: qcom: eliza-evk: Add PCIe1 with TC9563 PCIe switch
` [PATCH 3/3] power: sequencing: pwrseq-pcie-m2: Add QCC2072 BT PCI device ID

[PATCH v9 0/4] iommu: Standardize ATS robustness and state tracking
 2026-07-03 13:46 UTC  (2+ messages)

[PATCH 0/2] dt-bindings: pci: qcom,hawi-pcie: Add Maili PCIe compatibles
 2026-07-03 12:08 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: pci: qcom,hawi-pcie: Add Maili PCIe compatible
` [PATCH 2/2] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Add Maili PCIe PHY compatibles

[PATCH v2 0/4] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
 2026-07-03  8:41 UTC  (14+ messages)
` [PATCH v2 1/4] dt-bindings: connector: pcie-m2-e: Add vendor LGA connector compatible
` [PATCH v2 2/4] power: sequencing: pcie-m2: Add QCA2066 (QCNFA765) BT serdev ID
  ` (subset) "
` [PATCH v2 3/4] Bluetooth: hci_qca: Support QCA2066 on M.2 connector via pwrseq

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

[PATCH v5 00/18] iommu/arm-smmu-v3: Quarantine device upon ATC invalidation timeout
 2026-07-03  4:40 UTC  (37+ messages)
` [PATCH v5 01/18] PCI: Don't suspend IOMMU when probing reset capability
` [PATCH v5 02/18] PCI/CXL: Probe the underlying bus reset in cxl_reset_bus_function()
` [PATCH v5 03/18] PCI: Propagate FLR return values to callers
` [PATCH v5 04/18] iommu: Convert gdev->blocked from bool to enum gdev_blocked
` [PATCH v5 05/18] iommu: Pass in reset result to pci_dev_reset_iommu_done()
` [PATCH v5 06/18] iommu/arm-smmu-v3: Don't rb_erase() a never-inserted stream node
` [PATCH v5 07/18] iommu/arm-smmu-v3: Mark ATC invalidate timeouts via lockless bitmap
` [PATCH v5 08/18] iommu/arm-smmu-v3: Skip remaining GERROR causes on SFM
` [PATCH v5 09/18] iommu/arm-smmu-v3: Introduce per-cmdq cmdq_err_handler callback
` [PATCH v5 10/18] iommu/arm-smmu-v3: Recheck CMDQ_ERR in tegra241_vintf0_handle_error()
` [PATCH v5 11/18] iommu/arm-smmu-v3: Co-clear pending CMDQ_ERR when CMD_SYNC times out
` [PATCH v5 12/18] iommu/arm-smmu-v3: Introduce arm_smmu_cmdq_batch_issue() wrapper
` [PATCH v5 13/18] iommu/arm-smmu-v3: Add streams_lock for atomic-context SID->master lookup
` [PATCH v5 14/18] iommu/arm-smmu-v3: Add has_ats to struct arm_smmu_cmdq_batch
` [PATCH v5 15/18] iommu/arm-smmu-v3: Add INV_TYPE_ATS_BROKEN to skip quarantined ATS masters
` [PATCH v5 16/18] iommu/arm-smmu-v3: Factor out CMDQ batch force-sync conditions
` [PATCH v5 17/18] iommu/arm-smmu-v3: Thread arm_smmu_master_domain on a per-master list
` [PATCH v5 18/18] iommu/arm-smmu-v3: Block ATS for a master upon an ATC invalidation timeout

[PATCH v2 0/5] riscv: spacemit: Add PCIe RC controller support for K3
 2026-07-03  1:51 UTC  (5+ messages)
` [PATCH v2 4/5] dt-bindings: PCI: spacemit: Introduce Spacemit K3 PCIe host controller

[PATCH v19 00/18] vfio/pci: Add PCIe TPH support
 2026-07-03  1:42 UTC  (35+ messages)
` [PATCH v19 03/18] PCI/TPH: Cache TPH requester capability at probe time
` [PATCH v19 05/18] PCI/TPH: Refactor pcie_tph_get_cpu_st & add explicit variant
` [PATCH v19 07/18] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability attributes
` [PATCH v19 08/18] PCI/TPH: Add pci_tph_dsm_supported() helper to detect device TPH ST _DSM
` [PATCH v19 09/18] vfio/pci: Hide TPH capability when TPH is unsupported
` [PATCH v19 11/18] vfio/pci: Virtualize PCIe TPH capability registers
` [PATCH v19 12/18] vfio/pci: Add dmabuf TPH metadata storage and fd query helper
` [PATCH v19 13/18] vfio/pci: Introduce VFIO_DEVICE_FEATURE_TPH family uapi for PCI TPH control
` [PATCH v19 14/18] vfio/pci: Implement VFIO_DEVICE_FEATURE_TPH and valid TPH config write support
` [PATCH v19 15/18] vfio/pci: Implement TPH_RESOLVE feature for DMABUF and CPU source resolving
` [PATCH v19 16/18] vfio/pci: Implement TPH_ST feature for batch ST table programming
` [PATCH v19 17/18] vfio/pci: Reset hardware TPH state on device enable/disable
` [PATCH v19 18/18] vfio/pci: Expose tph_policy via debugfs

[PATCH v3 0/5] PCI: rcar-gen4: irqchip/gic-v3: Handle GIC ITS
 2026-07-02 22:18 UTC  (3+ messages)
` [PATCH v3 4/5] irqchip/gic-v3: Add Renesas R-Car Gen4 erratum workaround

[PATCH] rust: pci: rework device enabling API
 2026-07-02 21:47 UTC  (2+ messages)

[PATCH v3 00/10] dmaengine: dw-edma: flatten desc structions and simple code
 2026-07-02 21:40 UTC  (21+ messages)
` [PATCH v3 01/10] dmaengine: dw-edma: Move control field update of DMA link to the last step
` [PATCH v3 02/10] dmaengine: dw-edma: Add xfer_sz field to struct dw_edma_chunk
` [PATCH v3 03/10] dmaengine: dw-edma: Move ll_region from struct dw_edma_chunk to struct dw_edma_chan
` [PATCH v3 04/10] dmaengine: dw-edma: Pass down dw_edma_chan to reduce one level of indirection
` [PATCH v3 05/10] dmaengine: dw-edma: Add helper dw_(edma|hdma)_v0_core_ch_enable()
` [PATCH v3 06/10] dmaengine: dw-edma: Add callbacks to fill link list entries
` [PATCH v3 07/10] dmaengine: dw-edma: Add non_ll_start() callback
` [PATCH v3 08/10] dmaengine: dw-edma: Use common dw_edma_core_start() for both eDMA and HDMA
` [PATCH v3 09/10] dmaengine: dw-edma: Use burst array instead of linked list
` [PATCH v3 10/10] dmaengine: dw-edma: Remove struct dw_edma_chunk

[PATCH v4 00/10] vfio/pci: Add mmap() for DMABUFs
 2026-07-02 20:34 UTC  (7+ messages)
` [PATCH v4 01/10] PCI/P2PDMA: Split pool-related cleanup out of pci_p2pdma_release()
` [PATCH v4 02/10] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE

[PATCH v2 00/11] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-07-02 16:21 UTC  (26+ messages)
` [PATCH v2 01/11] arm: Use sysfs_emit() for cpumask show callbacks
` [PATCH v2 02/11] powerpc: "
` [PATCH v2 03/11] x86/events: "
` [PATCH v2 04/11] cpu: Use sysfs_emit() for cpumask show callback
` [PATCH v2 05/11] devfreq: Use sysfs_emit() for cpumask show callbacks
` [PATCH v2 06/11] fpga: dfl-fme-perf: Use sysfs_emit() for cpumask show
` [PATCH v2 07/11] hwtracing: hisi_ptt: "
` [PATCH v2 08/11] RDMA/hfi1: Use sysfs_emit() for cpumask show helper
` [PATCH v2 09/11] PCI/sysfs: Use sysfs_emit() for cpumask show callbacks
` [PATCH v2 10/11] perf: "
` [PATCH v2 11/11] lib/bitmap-str: get rid of cpumap_print_to_pagebuf()

[PATCH v2 0/4] rust: samples: add an EDU PCI driver sample (MMIO + IRQ + DMA)
 2026-07-02 15:40 UTC  (10+ messages)
` [PATCH v2 3/4] rust: completion: add complete()
` [PATCH v2 4/4] rust: samples: add EDU PCI driver sample

[PATCH v11] PCI: mediatek: Add support for EcoNet EN7528 SoC
 2026-07-02 15:30 UTC  (2+ messages)

[PATCH v7 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-07-02 15:26 UTC  (2+ messages)

[PATCH v2] PCI: Mask Replay Timer Timeout for Realtek RTS525A
 2026-07-02 14:42 UTC  (5+ messages)

[PATCH RFC RESEND 0/7] i3c: Support IBI-based system wakeup
 2026-07-02 14:10 UTC  (3+ messages)
` [PATCH RFC RESEND 1/7] i3c: master: Support IBI-based wakeup capability

[PATCH] rust: device_id: rename IdTable::as_ptr to as_raw_id_table()
 2026-07-02 13:59 UTC  (3+ messages)

[PATCH v17 00/12] vfio/pci: Add PCIe TPH support
 2026-07-02 12:57 UTC  (9+ messages)
` [PATCH v17 08/12] PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping


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