Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-05-22 15:01:34 to 2026-05-26 04:26:33 UTC [more...]

[PATCHv2] PCI: hotplug: compaq: fix X86 dependency
 2026-05-26  4:26 UTC 

[PATCH v12 0/6] vfio/pci: Add PCIe TPH support
 2026-05-26  4:08 UTC  (7+ messages)
` [PATCH v12 1/6] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v12 2/6] PCI/TPH: Export pcie_tph_get_st_modes() for external use
` [PATCH v12 3/6] PCI/TPH: Add pcie_tph_enabled_mode() helper
` [PATCH v12 4/6] PCI/TPH: Move tph_req_type initialization into pci_tph_init
` [PATCH v12 5/6] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_ST for PCIe TPH steering tag management
` [PATCH v12 6/6] vfio/pci: Add PCIe TPH control register virtualization

[PATCH 0/2] ACPI/PCI/CXL: Enforce _DEP ordering between ACPI0016 and ACPI0017
 2026-05-26  3:12 UTC  (4+ messages)
` [PATCH 1/2] ACPI: PCI: Clear _DEP dependencies after PCI root bridge attach
` [PATCH 2/2] ACPI: scan: Honor _DEP for ACPI0016 PCI/CXL host bridge

[PATCH v5 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-26  2:22 UTC  (37+ messages)
` [PATCH v5 01/24] rust: pci: use 'static lifetime for PCI BAR resource names
` [PATCH v5 02/24] rust: alloc: remove `'static` bound on `ForeignOwnable`
` [PATCH v5 03/24] rust: driver: move 'static bounds to constructor
` [PATCH v5 04/24] rust: driver: decouple driver private data from driver type
` [PATCH v5 05/24] rust: driver core: drop drvdata before devres release
` [PATCH v5 06/24] rust: pci: implement Sync for Device<Bound>
` [PATCH v5 07/24] rust: platform: "
` [PATCH v5 08/24] rust: auxiliary: "
` [PATCH v5 09/24] rust: usb: "
` [PATCH v5 10/24] rust: device: "
` [PATCH v5 11/24] rust: device: make Core and CoreInternal lifetime-parameterized
` [PATCH v5 12/24] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v5 13/24] rust: platform: "
` [PATCH v5 14/24] rust: auxiliary: "
` [PATCH v5 15/24] rust: usb: "
` [PATCH v5 16/24] rust: i2c: "
` [PATCH v5 17/24] rust: driver: update module documentation for GAT-based Data type
` [PATCH v5 18/24] rust: pci: make Bar lifetime-parameterized
` [PATCH v5 19/24] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v5 20/24] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v5 21/24] gpu: nova-core: separate driver type from driver data
` [PATCH v5 22/24] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v5 23/24] rust: auxiliary: generalize Registration over ForLt
` [PATCH v5 24/24] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data

[PATCH v2 0/3] PCI: endpoint: Add PCI DMA endpoint function (part 3/3)
 2026-05-26  2:18 UTC  (11+ messages)
` [PATCH v2 1/3] dmaengine: dw-edma-pcie: Discover endpoint DMA metadata
` [PATCH v2 2/3] PCI: endpoint: Add DMA endpoint function
` [PATCH v2 3/3] Documentation: PCI: Add PCI DMA endpoint function documentation

[PATCH v4 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-26  2:10 UTC  (29+ messages)
` [PATCH v4 10/27] rust: device: make Core and CoreInternal lifetime-parameterized
` [PATCH v4 14/27] rust: usb: make Driver trait lifetime-parameterized
` [PATCH v4 17/27] rust: pci: make Bar lifetime-parameterized
` [PATCH v4 18/27] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v4 19/27] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v4 20/27] gpu: nova-core: separate driver type from driver data
` [PATCH v4 21/27] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v4 22/27] rust: auxiliary: generalize Registration over ForLt
` [PATCH v4 23/27] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH REF v4 24/27] gpu: nova-core: use lifetime for Bar

[PATCH v10 0/2] PCI/ACPI: Support Microsoft's "DmaProperty"
 2026-05-25 22:40 UTC  (3+ messages)
` [PATCH v10 1/2] "
` [PATCH v10 2/2] PCI: Rename pci_dev->untrusted to pci_dev->requires_dma_protection

[PATCH v4 0/5] iommu: Standardize ATS robustness and state tracking
 2026-05-25 21:35 UTC  (14+ messages)
` [PATCH v4 1/5] PCI/ATS: Ensure pci_ats_supported() is PF-aware for VFs
` [PATCH v4 2/5] PCI/ATS: Validate STU for VFs in pci_prepare_ats()
` [PATCH v4 3/5] iommu/arm-smmu-v3: Fix ATS state tracking
` [PATCH v4 4/5] iommu/vt-d: Fail probe on ATS configuration failure
` [PATCH v4 5/5] iommu/amd: "

[PATCH v3 0/3] iommu/arm-smmu-v3: Fix ATS robustness and state tracking
 2026-05-25 18:38 UTC  (12+ messages)
` [PATCH v3 3/3] iommu/arm-smmu-v3: Fix ATS state tracking via ats_prepared gate

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-25 17:10 UTC  (18+ messages)
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks

[PATCH v3 0/3] Enable MSI affinity support for dwc PCI
 2026-05-25 16:48 UTC  (5+ messages)
` [PATCH v3 3/3] PCI: dwc: Enable MSI affinity support

PEX88000 (1000:c010/c012) management endpoint incompatible with switchtec driver — die temp inaccessible
 2026-05-25 16:16 UTC  (2+ messages)

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-05-25 16:50 UTC  (25+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v6 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v6 03/12] PCI: liveupdate: Track incoming "
` [PATCH v6 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v6 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
` [PATCH v6 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v6 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v6 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v6 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v6 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v6 12/12] Documentation: PCI: Add documentation for Live Update

[PATCH v8 1/6] PCI: Validate ACS enable flags against device-specific ACS capabilities
 2026-05-25 15:59 UTC  (9+ messages)
` [PATCH v8 2/6] Documentation/kernel-parameters: Add multi-device config_acs example
` [PATCH v8 3/6] PCI: Consolidate delimiter handling into pci_dev_str_match()
` [PATCH v8 4/6] PCI: Refactor disable_acs_redir and config_acs param handling
` [PATCH v8 5/6] PCI: Enable the enhanced ACS controls introduced by PCI_ACS_ECAP
` [PATCH v8 6/6] PCI: Add the enhanced ACS controls check to pci_acs_flags_enabled()

[PATCH] rust: kernel: use strict provenance APIs
 2026-05-25 13:48 UTC  (2+ messages)

[PATCH v8 0/6] PCI: Add support for ACS Enhanced Capability
 2026-05-23 14:01 UTC 

[PATCH] ppc/pnv: Fix null pointer deref in pci hotplug
 2026-05-25 12:42 UTC  (2+ messages)

[PATCH 0/4] PCI: qcom: Add support for Eliza
 2026-05-25 12:22 UTC  (11+ messages)
` [PATCH 3/4] PCI: qcom: Add Support "
` [PATCH 4/4] phy: qcom: qmp-pcie: Add QMP PCIe PHY support "

[PATCH V2 0/2] PCI: imx6: Improve PERST# fallback logic
 2026-05-25  8:26 UTC  (5+ messages)
` [PATCH V2 1/2] PCI: host-generic: Simplify return value handling in pci_host_common_parse_port(s)
` [PATCH V2 2/2] PCI: imx6: Add imx_pcie_perst_found() to inspect the parsed result

[PATCH v2 0/3] PCI: endpoint: Expose endpoint DMA resources (part 2/3)
 2026-05-25  7:21 UTC  (6+ messages)
` [PATCH v2 1/3] PCI: endpoint: Define endpoint DMA BAR metadata format
` [PATCH v2 2/3] PCI: endpoint: Add DMA auxiliary resource metadata
` [PATCH v2 3/3] PCI: dwc: Expose endpoint DMA resources

[PATCH v4 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-05-25  6:58 UTC  (7+ messages)
` [PATCH v4 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices

[PATCH v2] PCI/VPD: Disable VPD for Realtek RTL8111xP on Lenovo platforms
 2026-05-25  2:53 UTC 

Connecting multiple TB3 eGPUs via USB4 hub?
 2026-05-24 14:56 UTC 

[PATCH 0/3] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
 2026-05-24 10:36 UTC  (8+ messages)
` [PATCH 1/3] power: sequencing: pcie-m2: Add QCA2066 (QCNFA765) BT serdev ID
` [PATCH 2/3] Bluetooth: hci_qca: Support QCA2066 on M.2 connector via pwrseq

[pci:next] BUILD SUCCESS 3a97877d13e1a29c50ab15ed0a0aba87b75061dd
 2026-05-24  4:11 UTC 

[PATCH v1] dmaengine: dw-edma: Remove dw_edma_add_irq_mask()
 2026-05-24  3:15 UTC  (4+ messages)

[pci:pm] BUILD SUCCESS 748a927e081bffc9a9be17b4d96088515e1c5f01
 2026-05-24  1:34 UTC 

[PATCH v8 1/3] PCI: mediatek: Use actual physical address instead of virt_to_phys()
 2026-05-23 14:43 UTC  (3+ messages)

[PATCH v2 0/4] PCI: Introduce pci_suspend_retains_context() API
 2026-05-23 13:55 UTC  (4+ messages)

[PATCH v2 2/4] PCI: Indicate context lost if L1ss exit is broken during resume from system suspend
 2026-05-23  9:14 UTC  (3+ messages)

[PATCH v4 0/3] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-05-23  1:03 UTC  (6+ messages)
` [PATCH v4 1/3] vfio: add dma-buf get_tph callback and DMA_BUF_TPH feature

[PATCH v5 4/5] PCI: dwc: Use common D3cold eligibility helper in suspend path
 2026-05-22 22:48 UTC  (2+ messages)

[PATCH] PCI: Drop unnecessary retries when restoring BARs
 2026-05-22 22:31 UTC  (2+ messages)

[PATCH v2 0/2] Wait for device readiness after D3hot -> D0uninitialized transition
 2026-05-22 22:30 UTC  (2+ messages)

[PATCH] PCI: Prevent workqueue code nesting in pci_call_probe()
 2026-05-22 20:44 UTC  (2+ messages)

[PATCH v5 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
 2026-05-22 18:07 UTC  (3+ messages)

[PATCH v5 10/11] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
 2026-05-22 18:01 UTC  (2+ messages)

[PATCH v5 05/11] PCI: liveupdate: Keep bus numbers constant during Live Update
 2026-05-22 17:59 UTC  (2+ messages)

[PATCH v14 0/2] PCI/IOV: Fix SR-IOV locking races and AB-BA deadlock
 2026-05-22 16:05 UTC  (3+ messages)

[PATCH v4] PCI: vmd: Add feature to scan BIOS enumerated devices
 2026-05-22 15:42 UTC  (2+ messages)

[PATCH v3] PCI: vmd: Add feature to scan BIOS enumerated devices
 2026-05-22 15:01 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