Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-06-09 18:41:07 to 2026-06-11 17:54:38 UTC [more...]

[PATCH v4 00/20] rust: I/O type generalization and projection
 2026-06-11 17:54 UTC  (28+ 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 v4 10/20] rust: io: remove `MmioOwned`
` [PATCH v4 11/20] rust: io: move `Io` methods to extension trait
` [PATCH v4 12/20] rust: prelude: add `zerocopy{,_derive}::IntoBytes`
` [PATCH v4 13/20] rust: io: add projection macro and methods
` [PATCH v4 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v4 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v4 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v4 17/20] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v4 18/20] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v4 19/20] rust: io: add copying methods
` [PATCH v4 20/20] rust: io: implement `IoSysMap`

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-11 17:44 UTC  (13+ messages)
` [PATCH v3 1/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
` [PATCH v3 2/9] vfio/pci: Add a helper to look up PFNs for DMABUFs
` [PATCH v3 3/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA
` [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 v7 1/3] PCI: Add public pcie_valid_speed() for shared validation
 2026-06-11 17:43 UTC  (3+ messages)

[PATCH v7 0/3] PCI: cadence: Add LTSSM debugfs
 2026-06-11 17:35 UTC  (7+ messages)
` [PATCH v7 1/3] PCI: cadence: Add HPA architecture flag
` [PATCH v7 2/3] PCI: cadence: Add HPA IP debugfs for LTSSM status
` [PATCH v7 3/3] PCI: cadence: Add LGA "

[PATCH v7 2/3] PCI: Move pci_bus_speed2lnkctl2() to public header
 2026-06-11 17:23 UTC  (2+ messages)

[PATCH v7 0/3] PCI: Refactor PCIe speed validation and conversion functions
 2026-06-11 17:07 UTC  (2+ messages)

[PATCH v7 0/5] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-06-11 16:11 UTC  (6+ messages)
` [PATCH v7 1/5] net/mlx5: free mlx5_st_idx_data on final dealloc
` [PATCH v7 2/5] PCI/TPH: Add requester/completer type helpers
` [PATCH v7 3/5] dma-buf: add optional get_tph() callback
` [PATCH v7 4/5] vfio/pci: implement get_tph and DMA_BUF_TPH feature
` [PATCH v7 5/5] RDMA/mlx5: get tph for p2p access when registering dma-buf mr

[PATCHv2] PCI: mvebu: Use fixed-width interrupt masks
 2026-06-11 16:17 UTC  (3+ messages)

[PATCH v3 0/3] PCI: qcom: Add support for Eliza
 2026-06-11 15:35 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: phy: sc8280xp-qmp-pcie: Document Eliza PCIe phy
` [PATCH v3 3/3] phy: qcom: qmp-pcie: Add QMP PCIe PHY support for Eliza
` (subset) [PATCH v3 0/3] PCI: qcom: Add "

[PATCH v4] PCI/proc: Fix race between pci_proc_init() and pci_bus_add_device()
 2026-06-11 15:05 UTC 

[pci:controller/rcar-host] BUILD SUCCESS 6ba90ce2069ae923b0ec787aebdf2d786e5d2a58
 2026-06-11 15:00 UTC 

[PATCH v3] PCI/proc: Fix race between pci_proc_init() and pci_bus_add_device()
 2026-06-11 15:01 UTC  (3+ messages)

[pci:dt-binding] BUILD SUCCESS d233626c009a515fb3ed823fcd78cee432701d1e
 2026-06-11 14:49 UTC 

[RFC PATCH 0/5] vfio/pci: Support ZONE_DEVICE-backed P2P Registration
 2026-06-11 14:43 UTC  (15+ messages)
` [RFC PATCH 1/5] vfio: Add UAPI for ZONE_DEVICE-backed P2P registration
` [RFC PATCH 2/5] vfio/pci: Implement "
` [RFC PATCH 3/5] vfio/pci: Block mmap & dmabuf export for ZONE_DEVICE-registered BARs
` [RFC PATCH 4/5] vfio/pci: Block ZONE_DEVICE registration for BARs with active DMABUFs
` [RFC PATCH 5/5] PCI/P2PDMA: Introduce a helper to release P2P resources

[pci:controller/dwc-imx6] BUILD SUCCESS 85c1fcfa740d4c737f5575fc7251883e54227a51
 2026-06-11 14:31 UTC 

[pci:virtualization] BUILD SUCCESS 6a4f64c3a3ada43e71ef1e06da89beb36bdaeefa
 2026-06-11 14:19 UTC 

[PATCH 8/9] PCI: vmd: Protect root bus removal with rescan lock
 2026-06-11 14:00 UTC  (6+ messages)

[PATCH v7 1/5] net/mlx5: free mlx5_st_idx_data on final dealloc
 2026-06-11 12:44 UTC  (3+ messages)
  ` [PATCH v7 3/5] dma-buf: add optional get_tph() callback
  ` [PATCH v7 5/5] RDMA/mlx5: get tph for p2p access when registering dma-buf mr

[PATCH 0/7] arm64: dts: qcom: enable WiFi/BT on SM8350 HDK
 2026-06-11 12:09 UTC  (5+ messages)
` [PATCH 5/7] arm64: dts: qcom: sm8350: expand UART18 to 4 pins config
` [PATCH 7/7] arm64: dts: qcom: sm8350-hdk: describe WiFi/BT chip

[PATCH 0/2] PCI: Guard against NULL bus->self on SR-IOV virtual buses
 2026-06-11  9:57 UTC  (5+ messages)
` [PATCH 1/2] PCI: Bail out of pci_read_bridge_bases() for "
` [PATCH 2/2] PCI: setup-res: Guard against bus->self == NULL in _pci_assign_resource()

[PATCH] PCI: pnv_php: Use common error handling code in pnv_php_alloc_slot()
 2026-06-11  9:33 UTC  (2+ messages)

[PATCH v9 0/3] Add EcoNet EN7528 (and EN751221) PCIe support
 2026-06-11  8:47 UTC  (4+ messages)
  ` [PATCH v10] PCI: mediatek: Add support for EcoNet EN7528 SoC

[PATCH v2 0/2] Add PCIe binding for IPQ9650 and IPQ5210
 2026-06-11  8:28 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: qcom,pcie-ipq9574: Add IPQ9650 compatible
` [PATCH v2 2/2] dt-bindings: PCI: qcom,pcie-ipq9574: Document the ipq5210 pcie controller

[PATCH V2 0/2] PCI: imx6: Improve PERST# fallback logic
 2026-06-11  7:40 UTC  (3+ messages)
` [PATCH V2 1/2] PCI: host-generic: Simplify return value handling in pci_host_common_parse_port(s)

[PATCH v7 1/3] PCI: Add d3cold as general reset method
 2026-06-11  7:38 UTC  (4+ messages)

[PATCH v8 2/3] PCI: Add device-specific reset for Qualcomm devices
 2026-06-11  7:29 UTC  (4+ messages)

[PATCH 0/9] PCI: controller: Add missing rescan lock around root bus removal
 2026-06-11  7:04 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/7] arm64: dts: qcom: enable WiFi/BT on SM8350 HDK
 2026-06-11  6:13 UTC  (9+ messages)
` [PATCH v2 1/7] PCI: qcom: fix parsing of PERST# in the legacy case
` [PATCH v2 4/7] dt-bindings: bluetooth: qcom,wcn6855-bt: document WCN6851
` [PATCH v2 6/7] arm64: dts: qcom: sm8350: modernize PCIe entries

[PATCH 1/2] dt-bindings: connector: pcie-m2-e: Add 3.3Vaux supply support
 2026-06-11  6:10 UTC  (11+ messages)

[PATCH v2] PCI: rcar-gen4: Limit Max_Read_Request_Size and Max_Payload_Size to 256 Bytes
 2026-06-11  5:59 UTC  (5+ messages)

Connecting multiple TB3 eGPUs via USB4 hub?
 2026-06-11  5:28 UTC  (6+ messages)
` Connecting multiple TB3 eGPUs via USB4 hub?'

[PATCH v3 00/19] rust: I/O type generalization and projection
 2026-06-11  5:09 UTC  (3+ messages)
` [PATCH v3 19/19] rust: io: implement `Io` for `Either`

[PATCH] Revert "PCI/MSI: Unmap MSI-X region on error"
 2026-06-11  2:59 UTC 

[PATCH v2 0/2] PCI: imx6: Fix i.MX95 PCIe PHY initialization sequence
 2026-06-11  2:51 UTC  (4+ messages)
` [PATCH v2 1/2] PCI: imx6: Configure REF_USE_PAD before PHY reset for i.MX95

[PATCH v18 3/3] PCI: Fail FLR when config space is inaccessible
 2026-06-10 23:44 UTC  (6+ messages)

[PATCH] pci: loongson: Avoid L0s on LS7A1000 PCIe x8 [0014:7a29] Root Ports rev2
 2026-06-10 23:40 UTC  (4+ messages)

[PATCH v5 0/4] PCI: Add DOE support for endpoint
 2026-06-10 23:21 UTC  (9+ messages)
` [PATCH v5 1/4] PCI/DOE: Move common definitions to the header file
` [PATCH v5 2/4] PCI: endpoint: Add DOE mailbox support for endpoint functions
` [PATCH v5 3/4] PCI: endpoint: Add support for DOE initialization and setup in EPC core
` [PATCH v5 4/4] Documentation: PCI: Add documentation for DOE endpoint support

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-06-10 21:06 UTC  (4+ messages)
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS

[PATCH] PCI/MSI: add iounmap in msix_capability_init()
 2026-06-10 19:44 UTC  (4+ messages)

[PATCH v8 3/3] PCI: Disable broken bus reset on Qualcomm devices
 2026-06-10 19:40 UTC  (2+ messages)

[PATCH v7 1/3] PCI: Add d3cold as general reset method
 2026-06-10 18:42 UTC  (2+ messages)

[PATCH v2] PCI: eswin: Fix resource leak on dw_pcie_host_init() failure
 2026-06-10 17:21 UTC  (2+ messages)

[PATCH v6 6/9] dt-bindings: connector: m2: Add M.2 1620 LGA soldered down connector
 2026-06-10 16:44 UTC  (11+ messages)

[PATCH 0/3] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
 2026-06-10 16:42 UTC  (7+ messages)
` [PATCH 3/3] arm64: dts: qcom: monaco-arduino-monza: Add QCA2066 M.2 WiFi/BT support

[PATCH v2] PCI: rcar-host: Remove unused LIST_HEAD(res)
 2026-06-10 16:37 UTC  (2+ messages)

[PATCH v2 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-10 16:00 UTC  (7+ messages)
` [PATCH v2 1/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE

[PATCH V3 0/8] PCI: imx6: Integrate pwrctrl API and update device trees
 2026-06-10 15:29 UTC  (6+ messages)
` (subset) "

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-10 14:37 UTC  (9+ messages)
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices

[pci:p2pdma] BUILD SUCCESS 0ba76b19fd4c7256787eab0283c759b18eb76876
 2026-06-10 12:24 UTC 

[pci:controller/link_train_delay] BUILD SUCCESS 0ae259d0434bc31fc71696355538fd21027d6ebe
 2026-06-10  9:01 UTC 

[PATCH v4 0/8] VMD add second root bus support
 2026-06-10  9:51 UTC 

[pci:next] BUILD SUCCESS 336361a318494588b310ddbdd1419eb756ff5a32
 2026-06-10  7:12 UTC 

[pci:controller/dwc] BUILD SUCCESS a5ee214bb36f43b4d8bb2615b30d3b5c0ea80826
 2026-06-10  7:01 UTC 

[pci:controller/dwc-meson] BUILD SUCCESS 4b0dc84b293984f75598881809fb2d3daf54a2a8
 2026-06-10  6:51 UTC 

[pci:controller/mediatek] BUILD SUCCESS f865a57896bd92d7662eb2818d8f48872e2cbbc7
 2026-06-10  6:42 UTC 

[pci:controller/tlp_macros] BUILD SUCCESS 52015335e5db7e9b0d62d1ee1178de1b601ac7ba
 2026-06-10  6:26 UTC 

[pci:controller/dwc-imx6] BUILD SUCCESS 9dda3f83ba677b9cc2613cecd9120123000ae50f
 2026-06-10  6:24 UTC 

[pci:virtualization] BUILD SUCCESS 9f22b92259bb5ac43e2b9007103787d4418fec56
 2026-06-10  6:14 UTC 

[PATCH] PCI: Mask Replay Timer Timeout for Realtek RTS525A
 2026-06-10  2:47 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v6 4/5] vfio/pci: implement get_tph and DMA_BUF_TPH feature
 2026-06-09 23:48 UTC  (3+ messages)

[PATCH v6 2/5] PCI/TPH: expose enabled requester type and capability helpers
 2026-06-09 23:38 UTC  (2+ messages)

[PATCH v4] PCI: vmd: Add feature to scan BIOS enumerated devices
 2026-06-09 23:23 UTC  (3+ messages)

[pci:for-kernelci] BUILD SUCCESS 6073579e0801aa35ea4f1e41e2180780719b3b23
 2026-06-09 22:18 UTC 

[PATCH v2] PCI/P2PDMA: Add Intel QAT, DSA, IAA devices to whitelist
 2026-06-09 22:07 UTC  (2+ messages)

[PATCH v18 0/4] [VFIO] Error recovery for vfio-pci devices on s390x
 2026-06-09 21:38 UTC  (11+ messages)
` [PATCH v18 3/4] vfio/pci: Add a reset_done callback for vfio-pci driver

[PATCH v3 00/23] dmaengine: Smart Data Accelerator Interface (SDXI) basic support
 2026-06-09 19:55 UTC  (3+ messages)
` [PATCH v3 09/23] dmaengine: sdxi: Start functions on probe, stop on remove

[PATCH v6 5/5] RDMA/mlx5: get tph for p2p access when registering dma-buf mr
 2026-06-09 19:38 UTC 

[PATCH v6 3/5] dma-buf: add optional get_tph() callback
 2026-06-09 19:38 UTC 


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