Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-05-25 12:17:15 to 2026-05-27 10:24:08 UTC [more...]

[PATCH v2 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-05-27 10:23 UTC  (6+ messages)
` [PATCH v2 1/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
` [PATCH v2 2/9] vfio/pci: Add a helper to look up PFNs for DMABUFs
` [PATCH v2 3/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA
` [PATCH v2 4/9] vfio/pci: Convert BAR mmap() to use a DMABUF
` [PATCH v2 5/9] vfio/pci: Provide a user-facing name for BAR mappings

[PATCH v13 0/8] vfio/pci: Add PCIe TPH support
 2026-05-27 10:18 UTC  (10+ messages)
` [PATCH v13 1/8] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v13 2/8] PCI/TPH: Cache TPH requester capability at probe time
` [PATCH v13 3/8] PCI/TPH: Add requester selection policy to pcie_enable_tph()
` [PATCH v13 4/8] PCI/TPH: Add requester policy to pcie_tph_get_cpu_st()
` [PATCH v13 5/8] PCI/TPH: expose the enabled TPH requester type
` [PATCH v13 6/8] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_ST_CONFIG for PCIe TPH ST configuration
` [PATCH v13 7/8] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_CPU_ST to query TPH steering tag
` [PATCH v13 8/8] vfio/pci: Virtualize PCIe TPH capability registers

[PATCH v12 0/6] vfio/pci: Add PCIe TPH support
 2026-05-27  9:54 UTC  (15+ 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 v4 00/12] PCI: endpoint: pci-epf-vntb / NTB: epf: Enable per-doorbell bit handling
 2026-05-27  9:09 UTC  (15+ messages)
` [PATCH v4 09/12] NTB: epf: Make db_valid_mask cover only real doorbell bits
` [PATCH v4 10/12] NTB: epf: Report 0-based doorbell vector via ntb_db_event()
` [PATCH v4 11/12] NTB: epf: Fix doorbell bitmask and IRQ vector handling
` [PATCH v4 12/12] NTB: epf: Implement db_vector_count/mask for doorbells

[PATCH v5 0/4] PCI: tegra: Add Tegra264 support
 2026-05-27  8:28 UTC  (10+ messages)
` [PATCH v5 1/4] dt-bindings: pci: Strictly distinguish C0 from C1-C5
` [PATCH v5 2/4] PCI: Use standard wait times for PCIe link monitoring
` [PATCH v5 3/4] PCI: tegra: Add Tegra264 support
` [PATCH v5 4/4] arm64: tegra: Reorder reg and reg-names to match bindings

[PATCH 0/2] PCI: endpoint: pci-epf-{v}ntb: A couple of fixes
 2026-05-27  8:27 UTC  (8+ messages)
` [PATCH 2/2] PCI: endpoint: pci-epf-ntb: Add check to detect 'db_count' value of 0

[PATCH v5 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-05-27  6:57 UTC  (2+ messages)
  ` [PATCH v5 2/4] dma-buf: add optional get_tph() callback

[PATCH 0/2] ACPI/PCI/CXL: Enforce _DEP ordering between ACPI0016 and ACPI0017
 2026-05-27  1:14 UTC  (7+ messages)
` [PATCH 1/2] ACPI: PCI: Clear _DEP dependencies after PCI root bridge attach
    ` [PATCH] cxl/acpi: Defer probe when ACPI0016 PCI root bridge is not ready
` [PATCH 2/2] ACPI: scan: Honor _DEP for ACPI0016 PCI/CXL host bridge

[PATCH] PCI: hotplug: ibm: remove PCI_BIOS dependency
 2026-05-27  0:48 UTC  (2+ messages)

[PATCH v2 07/23] dmaengine: sdxi: Allocate administrative context
 2026-05-27  0:07 UTC  (3+ messages)

[PATCH v2 06/23] dmaengine: sdxi: Allocate DMA pools
 2026-05-27  0:05 UTC  (3+ messages)

[PATCH v2 01/23] PCI: Add SNIA SDXI accelerator sub-class
 2026-05-26 23:44 UTC  (3+ messages)

[PATCH v2 03/23] dmaengine: sdxi: Add PCI initialization
 2026-05-26 23:28 UTC  (3+ messages)

[PATCH v4] PCI: vmd: Add feature to scan BIOS enumerated devices
 2026-05-26 19:43 UTC  (3+ messages)

[RFC PATCH 0/2] PCI/CXL: Add RDPAS support for CXL.io
 2026-05-26 19:36 UTC  (5+ messages)
` [RFC PATCH 1/2] PCI/CXL: Add RDPAS parsing support
` [RFC PATCH 2/2] PCI/CXL: Enable usage of RDPAS to shortcut error device discovery

[PATCH v5 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-26 18:49 UTC  (40+ 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 6.6 000/508] 6.6.141-rc1 review
 2026-05-26 18:33 UTC  (3+ messages)

[PATCH v2 0/6] Improvements to PCI hibernate path
 2026-05-26 15:28 UTC  (13+ messages)
` [PATCH v2 1/6] PCI: Stop setting cached power state to "unknown" on unbind
` [PATCH v2 2/6] PCI/PM: Disable device wakeups when halting or powering off system
` [PATCH v2 3/6] PCI/PM: Split out code from pci_pm_suspend_noirq() into helper
` [PATCH v2 4/6] PCI/PM: Run bridge power up actions as part of restore phase
` [PATCH v2 5/6] PCI/PM: Use pci_power_manageable() in pci_pm_poweroff_noirq()
` [PATCH v2 6/6] PCI: Put PCIe bridges with downstream devices into D3 at hibernate

[PATCH] PCI: qcom: avoid duplicate PERST# GPIO acquisition in legacy path
 2026-05-26 14:54 UTC  (4+ messages)

[PATCH v7 8/8] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
 2026-05-26 14:38 UTC  (3+ messages)

[PATCH v2] PCI: Prevent workqueue code nesting in local_pci_probe()
 2026-05-26 13:56 UTC  (2+ messages)

MAINTAINERS entry for MOBIVEIL PCIE IP
 2026-05-26 11:20 UTC 

[PATCH 0/9] soc/tegra: pmc: Clean up legacy code
 2026-05-26 10:17 UTC  (2+ messages)

[PATCH v15 0/3] of: parsing of multi #{iommu,msi}-cells in maps
 2026-05-26  9:45 UTC  (3+ messages)

[PATCH] rust: kernel: use strict provenance APIs
 2026-05-26  9:09 UTC  (3+ messages)

[PATCH v4 0/4] PCI: tegra: Add Tegra264 support
 2026-05-26  8:42 UTC  (6+ messages)
` [PATCH v4 3/4] "

[PATCH v2 0/3] PCI: endpoint: Add PCI DMA endpoint function (part 3/3)
 2026-05-26  8:28 UTC  (12+ messages)
` [PATCH v2 3/3] Documentation: PCI: Add PCI DMA endpoint function documentation

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-26  6:53 UTC  (12+ 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 v11 0/5] vfio/pci: Add PCIe TPH support
 2026-05-26  6:29 UTC  (6+ messages)
` [PATCH v11 5/5] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_ST for TPH ST entry management

[PATCH v4 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-26  5:48 UTC  (17+ messages)
` [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 v1] dmaengine: dw-edma: Remove dw_edma_add_irq_mask()
 2026-05-26  5:30 UTC  (4+ messages)

[PATCHv2] PCI: hotplug: compaq: fix X86 dependency
 2026-05-26  4:43 UTC  (3+ messages)

[PATCHv2] PCI: mvebu: Use fixed-width interrupt masks
 2026-05-26  4:40 UTC 

[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 3/3] iommu/arm-smmu-v3: Fix ATS state tracking via ats_prepared gate
 2026-05-25 18:38 UTC  (11+ messages)

[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 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
 2026-05-25 16:50 UTC  (5+ messages)

[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 v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-05-25 15:35 UTC  (3+ messages)
` [PATCH v6 04/12] PCI: liveupdate: Document driver binding responsibilities

[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  (9+ messages)
` [PATCH 3/4] PCI: qcom: Add Support "


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