Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-08-04 14:10:17 to 2026-08-05 17:08:00 UTC [more...]

[PATCH v23 0/5] [PCI] Error recovery for vfio-pci devices on s390x
 2026-08-05 17:07 UTC  (10+ messages)
` [PATCH v23 1/5] PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder value
` [PATCH v23 2/5] PCI: Allow per function PCI slots to fix slot reset on s390
` [PATCH v23 3/5] PCI: Avoid saving config space state if inaccessible
` [PATCH v23 4/5] PCI: Fail FLR when config space is inaccessible
` [PATCH v23 5/5] PCI/MSI: Enable memory decoding before restoring MSI-X messages

[PATCH v2 00/16] rust: io: support register projections and remove relative registers
 2026-08-05 17:05 UTC  (35+ messages)
` [PATCH v2 01/16] rust: io: add static `cast()` method for views
` [PATCH v2 02/16] rust: io: add `IoRepr` trait
` [PATCH v2 03/16] rust: io: support register projections
` [PATCH v2 04/16] rust: io: register: handle one register at a time
` [PATCH v2 05/16] rust: io: register extract offset computation to helper rules
` [PATCH v2 06/16] rust: io: register: allow explicit base type specification
` [PATCH v2 07/16] gpu: nova-core: specify base type for registers
` [PATCH v2 08/16] drm/tyr: "
` [PATCH v2 09/16] samples: rust: pci: "
` [PATCH v2 10/16] rust: io: register: make register have a typed base
` [PATCH v2 11/16] rust: io: register: support fixed offset register without bitfield
` [PATCH v2 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v2 13/16] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH v2 14/16] rust: io: register: remove relative registers
` [PATCH v2 15/16] rust: io: register: remove `Register` trait and cleanup macro
` [PATCH v2 16/16] rust: io: register: unify handling of register with/without bitfields

[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
 2026-08-05 16:55 UTC  (9+ messages)
` [RFC PATCH 10/30] vfio/pci: Export vfio dma-buf specific info for importers

[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-08-05 16:40 UTC  (22+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Split pool-related cleanup out of pci_p2pdma_release()
` [PATCH v5 2/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
` [PATCH v5 3/9] vfio/pci: Add a helper to look up PFNs for DMABUFs
` [PATCH v5 7/9] vfio/pci: Clean up BAR zap and revocation

[PATCH] PCI: switchtec: Fix use-after-free in switchtec_pci_remove due to race condition
 2026-08-05 16:05 UTC  (4+ messages)

[PATCH v9 0/5] PCI: tegra: Add Tegra264 support
 2026-08-05 15:55 UTC  (14+ messages)
` [PATCH v9 1/5] dt-bindings: pci: tegra264: Strictly distinguish C0 from C1-C5
` [PATCH v9 2/5] dt-bindings: pci: tegra264: Switch to PCIe root port bindings
` [PATCH v9 3/5] PCI: tegra: Add Tegra264 support
` [PATCH v9 4/5] arm64: tegra: Reorder reg and reg-names to match bindings
` [PATCH v9 5/5] arm64: tegra: Add PCIe root ports on Tegra264

[PATCH v2 0/6] Bluetooth: qca: enable QCC2072 on RB3 Gen 2 Industrial
 2026-08-05 14:52 UTC  (23+ messages)
` [PATCH v2 1/6] dt-bindings: bluetooth: qca: add QCC2072
` [PATCH v2 6/6] arm64: dts: qcom: rb3gen2: add Industrial BT UART overlay

[PATCH 0/2] iommu/amd: Fix default domain selection for PASID-capable devices
 2026-08-05 14:37 UTC  (12+ messages)
` [PATCH 2/2] iommu/amd: Force identity mode for selected GPUs only

[PATCH] PCI: quirks: Add warm reset quirk for IBM Spyre accelerator
 2026-08-05 12:51 UTC 

[PATCH v5 0/9] PCI passthru on Hyper-V
 2026-08-05 12:48 UTC  (3+ messages)
` [PATCH v5 7/9] x86/hyperv: Implement Hyper-V virtual IOMMU

[PATCH] ACPI: PCI: Avoid misleading _OSC messages for non-PCIe host bridges without _OSC
 2026-08-05 11:28 UTC  (5+ messages)

[PATCH] PCI: cadence-plat: Fix host/endpoint dependencies
 2026-08-05 11:07 UTC  (2+ messages)

linux-next: Tree for Jul 30 (pci/controller/cadence/)
 2026-08-05 10:54 UTC  (3+ messages)

[PATCH v6] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-08-05  9:26 UTC  (2+ messages)

[PATCH 00/13] PCI/P2PDMA: Fix ACS egress control handling
 2026-08-05  9:06 UTC  (30+ messages)
` [PATCH 01/13] PCI/P2PDMA: Safely terminate ACS redirect lists
` [PATCH 02/13] PCI/P2PDMA: Report ACS ports when the paths share no upstream bridge
` [PATCH 03/13] PCI/P2PDMA: Document the Address Type assumption
` [PATCH 04/13] PCI: Account for Direct Translated P2P in ACS isolation checks
` [PATCH 05/13] PCI: Add ACS egress control vector accessor
` [PATCH 06/13] PCI: Account for ACS egress control in isolation checks
` [PATCH 07/13] PCI/P2PDMA: Derive peer-to-peer routing from ACS control bits
` [PATCH 08/13] PCI/P2PDMA: Honor ACS egress control vectors
` [PATCH 09/13] PCI/P2PDMA: Document ACS egress control handling
` [PATCH 10/13] PCI/P2PDMA: Extract pure ACS routing decision helpers
` [PATCH 11/13] PCI/P2PDMA: Add KUnit tests for ACS routing decisions
` [PATCH 12/13] PCI/P2PDMA: Add KUnit coverage for the ACS P2P routing walk
` [PATCH 13/13] PCI: Add KUnit coverage for ACS isolation checks

[PATCH] rust: pci: Mark Device refcount methods inline
 2026-08-05  7:52 UTC  (3+ messages)

[PATCH] PCI: mediatek: Find INTx controller by property
 2026-08-05  6:16 UTC  (2+ messages)

[PATCH 0/3] x86/irq: Fix lost interrupts on CPU hot-unplug for Hyper-V PCI/MSI
 2026-08-05  4:43 UTC  (3+ messages)

[PATCH v3] PCI: vmd: Handle BUS_RESTRICT_CFG value 3 for Arrow Lake-HX
 2026-08-05  3:27 UTC  (3+ messages)

[PATCH v10 00/12] PCI/CXL: Add CXL reset support for Type 2 devices
 2026-08-05  2:28 UTC  (27+ messages)
` [PATCH v10 01/12] cxl: Move HDM decoder programming helpers
` [PATCH v10 02/12] cxl: Pass decoder settings to HDM commit helpers
` [PATCH v10 03/12] cxl: Share HDM decoder decode logic
` [PATCH v10 04/12] cxl: Cache decoder settings on PCI devices
` [PATCH v10 05/12] cxl: Cache endpoint decoder settings during PCI enumeration
` [PATCH v10 06/12] cxl: Add CXL Device Reset helper
` [PATCH v10 07/12] cxl: Validate HDM ranges before CXL reset
` [PATCH v10 08/12] cxl: Reject CXL Reset on multifunction devices
` [PATCH v10 09/12] cxl: Restore CXL HDM state after PCI reset
` [PATCH v10 10/12] PCI/CXL: Expose CXL Reset as a PCI reset method
` [PATCH v10 11/12] Documentation/ABI: Document CXL Reset "
` [PATCH v10 12/12] PCI/CXL: Restore HDM state after CXL bus reset

[PATCH v6 0/6] PCI: endpoint: Expose endpoint DMA resources (part 2/3)
 2026-08-05  2:15 UTC  (15+ messages)
` [PATCH v6 1/6] PCI: endpoint: Define endpoint DMA BAR metadata format
` [PATCH v6 2/6] PCI: endpoint: Add DMA auxiliary resource metadata
` [PATCH v6 3/6] PCI: endpoint: Add API to delegate EPC DMA channels to the host
` [PATCH v6 4/6] dmaengine: dw-edma: Add delegated channel request helpers
` [PATCH v6 6/6] PCI: dwc: Expose endpoint DMA resources

[PATCH v2] PCI: dwc: Add suspend_poweroff flag for platforms with RC power loss
 2026-08-05  2:07 UTC  (3+ messages)

[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
 2026-08-05  0:55 UTC  (6+ messages)

[PATCH] acpi: pci_root: Add quirks table for _OSC support
 2026-08-05  0:42 UTC  (4+ messages)

[PATCH v2 0/3] CPM6 Channel Separation Support
 2026-08-04 22:43 UTC  (15+ messages)
` [PATCH v2 1/3] dmaengine: dw-edma: Make Xilinx Macros Dev Name Agnostic
` [PATCH v2 2/3] dmaengine: dw-edma: Enable Chan Separation via VSEC

[PATCH V3 00/14] i3c: Support IBI-based system wakeup
 2026-08-04 22:10 UTC  (41+ messages)
` [PATCH V3 01/14] i3c: master: Fix recursive locking during device registration
` [PATCH V3 02/14] i3c: Fix unlocked dereference of dev->desc in i3c_device_get_supported_xfer_mode()
` [PATCH V3 03/14] i3c: master: Do not treat master device as a duplicate target
` [PATCH V3 04/14] i3c: master: Fix use-after-free of master->this
` [PATCH V3 05/14] i3c: Make dev->desc locking assumptions explicit
` [PATCH V3 06/14] i3c: master: Fix potential UAF in i3c_device_uevent()
` [PATCH V3 07/14] i3c: master: Fix potential UAF in i3c_device_match()
` [PATCH V3 08/14] i3c: master: Support IBI-based wakeup capability
` [PATCH V3 09/14] i3c: master: Report wakeup events for IBIs
` [PATCH V3 10/14] i3c: master: Add helper to query bus wakeup requirements
` [PATCH V3 11/14] i3c: master: Reject IBI requests from non-IBI-capable devices
` [PATCH V3 12/14] i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCI
` [PATCH V3 13/14] i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()
` [PATCH V3 14/14] i3c: mipi-i3c-hci: Advertise IBI wakeup capability

[PATCH v2] rust: irq: make Registration compatible with lifetime-bound drivers
 2026-08-04 21:39 UTC  (2+ messages)

[PATCH v2] PCI: Fix Intel Xeon 6 x2 quirk collateral damage on adjacent x4 endpoints
 2026-08-04 21:05 UTC  (2+ messages)

[PATCH] PCI: mediatek-gen3: Fix 64-bit type truncation in mtk_pcie_set_trans_table()
 2026-08-04 20:18 UTC  (3+ messages)

[PATCH] PCI: quirks: Prevent D3 for Acer Swift SF515-51T Root Port to fix audio
 2026-08-04 19:40 UTC  (3+ messages)

[RFC PATCH v2 0/5] vfio/pci: Support ZONE_DEVICE-backed DMABUF Exports
 2026-08-04 18:50 UTC  (6+ messages)
` [RFC PATCH v2 1/5] vfio: Add UAPI flag for ZONE_DEVICE-backed DMABUF exports
` [RFC PATCH v2 2/5] vfio/pci: Implement ZONE_DEVICE registration for DMABUFs
` [RFC PATCH v2 3/5] vfio/pci: Implement page-backed .map_dma_buf handler
` [RFC PATCH v2 4/5] vfio/pci: Add .mmap handler for page-backed DMABUFs
` [RFC PATCH v2 5/5] vfio/pci: Add revocation fence for ZONE_DEVICE DMABUFs

[PATCH] PCI: Disable NoSnoop and Relaxed ordering for Intel wireless BE200
 2026-08-04 17:39 UTC  (3+ messages)

[PATCH] PCI: Fix Intel Xeon 6 x2 quirk collateral damage on adjacent x4 endpoints
 2026-08-04 17:10 UTC  (2+ messages)

[PATCH v7 0/1] Rust PCI capability infrastructure and SR-IOV support
 2026-08-04 16:33 UTC  (3+ messages)
` [PATCH v7 1/1] rust: pci: add extended capability "

[PATCH v19 00/14] Enable CXL PCIe Port Protocol Error handling and logging
 2026-08-04 16:20 UTC  (7+ messages)
` [PATCH v19 01/14] cxl/ras: Fix cxl_rch_get_aer_info() out-of-bounds AER register read
` [PATCH v19 06/14] PCI/AER: Introduce AER-CXL protocol error kfifo

[PATCH] PCI: dwc: Add sysfs for local loopback interface
 2026-08-04 16:11 UTC  (3+ messages)


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