Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-07-08 09:05:41 to 2026-07-09 06:35:52 UTC [more...]

[PATCH v3 0/4] PCI: qcom: Add link retention support
 2026-07-09  6:35 UTC  (4+ messages)
` [PATCH v3 1/4] phy: qcom: qmp-pcie: Skip PHY reset if already up
` [PATCH v3 2/4] PCI: qcom: Keep PERST# GPIO state as-is during probe
` [PATCH v3 3/4] PCI: qcom: Add link retention support

[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
 2026-07-09  6:32 UTC  (27+ messages)
` [PATCH 01/15] netlink: specs: Introduce multi-message blobs for SPDM
` [PATCH 02/15] tools: ynl: Teach pyynl to handle blobs
` [PATCH 04/15] device core: Introduce "device evidence" over netlink
` [PATCH 06/15] PCI/TSM: Add device evidence support
` [PATCH 13/15] PCI, device core: Add private memory access for DEVICE_TRUST_TCB
` [PATCH 14/15] PCI/TSM: Create MMIO descriptors via TDISP Report
` [PATCH 15/15] PCI/TSM: Add relative MMIO offset support?

[PATCH v2 0/2] arm64: dts: qcom: eliza-evk: Enable PCIe0 and PCIe1 with M.2 and TC9563 switch
 2026-07-09  5:55 UTC  (5+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: eliza-evk: Add PCIe1 with TC9563 PCIe switch

[PATCH 0/37] PCI/MSI: Enforce explicit IRQ vector management by removing devres auto-free
 2026-07-09  5:43 UTC  (3+ messages)
` (subset) "

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

[PATCH v9 00/11] PCI/CXL: Add CXL reset support for Type 2 devices
 2026-07-09  3:30 UTC  (24+ messages)
` [PATCH v9 01/11] cxl: Split decoder programming into a reusable helper
` [PATCH v9 02/11] cxl: Cache decoder settings on PCI devices
` [PATCH v9 03/11] cxl: Share HDM decoder decode logic
` [PATCH v9 04/11] cxl: Cache endpoint decoder settings during PCI enumeration
` [PATCH v9 05/11] cxl: Add CXL Device Reset helper
` [PATCH v9 06/11] cxl: Validate HDM ranges before CXL reset
` [PATCH v9 07/11] PCI/CXL: Discover the CXL reset scope
` [PATCH v9 08/11] cxl: Restore CXL HDM state after PCI reset
` [PATCH v9 09/11] PCI/CXL: Expose CXL Reset as a PCI reset method
` [PATCH v9 10/11] Documentation/ABI: Document CXL Reset "
` [PATCH v9 11/11] PCI/CXL: Restore HDM state after CXL bus reset

[PATCH v8 00/10] PCI/CXL: Add CXL reset support for Type 2 devices
 2026-07-09  0:48 UTC  (7+ messages)
` [PATCH v8 01/10] cxl: Split decoder programming into a reusable helper

[PATCH v19 00/18] vfio/pci: Add PCIe TPH support
 2026-07-08 23:33 UTC  (25+ messages)
` [PATCH v19 04/18] PCI/TPH: Refactor pcie_enable_tph & add explicit requester variant
` [PATCH v19 06/18] PCI/TPH: Expose the enabled TPH requester type
` [PATCH v19 07/18] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability attributes
` [PATCH v19 09/18] vfio/pci: Hide TPH capability when TPH is unsupported
` [PATCH v19 10/18] vfio/pci: Introduce tph policy parameter for staged TPH feature enablement
` [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 v3 00/10] dmaengine: dw-edma: flatten desc structions and simple code
 2026-07-08 20:55 UTC  (4+ messages)

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

[RFC][PATCH] thunderbolt: Quiesce AMD NHI during suspend
 2026-07-08 18:37 UTC  (2+ messages)

[PATCH v6 00/20] rust: I/O type generalization and projection
 2026-07-08 17:58 UTC  (28+ messages)
` [PATCH v6 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v6 04/20] rust: io: implement `Io` on reference types instead
` [PATCH v6 05/20] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v6 06/20] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v6 07/20] rust: io: implement `Mmio` as view type
` [PATCH v6 08/20] rust: pci: io: make `ConfigSpace` a view
` [PATCH v6 09/20] rust: io: use view types instead of addresses for `Io`
` [PATCH v6 10/20] pwm: th1520: remove unnecessary `deref`
` [PATCH v6 11/20] rust: io: remove `MmioOwned`
` [PATCH v6 12/20] rust: io: move `Io` methods to extension trait
` [PATCH v6 13/20] rust: io: add projection macro and methods

[PATCH v4 0/3] riscv: Add PCIe support for UltraRISC DP1000 SoC
 2026-07-08 16:52 UTC  (3+ messages)
` [PATCH v4 1/3] riscv: add UltraRISC SoC family Kconfig support

[PATCH v5 5/5] PCI: qcom: Add D3cold support
 2026-07-08 16:05 UTC  (4+ messages)

[PATCH 00/23] PCI: Resource code fixes (supercedes earlier series) & cleanups
 2026-07-08 15:39 UTC  (7+ messages)
` [PATCH 13/23] PCI: Add pbus_mem_size_optional() to handle optional sizes

[PATCH 0/1] PCI: Add mandatory delay for D3cold resume
 2026-07-08 15:38 UTC  (3+ messages)
` [PATCH] PCI: Apply mandatory recovery delay on return from D3cold

[PATCH v2] PCI: imx6: Add runtime PM support for i.MX95
 2026-07-08 15:28 UTC  (5+ messages)
` [PATCH v2] PCI: imx6: Fix i.MX6Q/DL boot hang by separating PHY power and reference clock control
` [PATCH v2] PCI: imx6: Update MPLLB bandwidth to improve i.MX95 Gen3 PCIe stability

[PATCH v3 0/8] PCI/ASPM: Add pci_force_enable_link_state() API and convert Atheros drivers
 2026-07-08 14:51 UTC  (17+ messages)
` [PATCH v3 1/8] PCI/ASPM: Always disable ASPM when driver requests it
` [PATCH v3 2/8] PCI/ASPM: Add pci_force_enable_link_state() API
` [PATCH v3 3/8] PCI/ASPM: Transition the device to D0 (if required) when enabling ASPM link states
` [PATCH v3 4/8] PCI/ASPM: Improve the kernel-doc for pci_{enable,disable}_link_state*() APIs
` [PATCH v3 5/8] PCI/ASPM: Return enabled ASPM states from pcie_aspm_enabled() API
` [PATCH v3 6/8] wifi: ath12k: Use pci_{enable/disable}_link_state() APIs to enable/disable ASPM states
` [PATCH v3 7/8] wifi: ath11k: "
` [PATCH v3 8/8] wifi: ath10k: "

[PATCH v7 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-07-08 14:44 UTC  (21+ messages)
` [PATCH v7 01/10] ACPI: APEI: GHES: share macros via a private header
` [PATCH v7 02/10] ACPI: APEI: GHES: move CPER read helpers
` [PATCH v7 03/10] ACPI: APEI: GHES: move GHESv2 ack and alloc helpers
` [PATCH v7 04/10] ACPI: APEI: GHES: move estatus cache helpers
` [PATCH v7 05/10] ACPI: APEI: GHES: move vendor record helpers
` [PATCH v7 06/10] ACPI: APEI: GHES: move CXL CPER helpers
` [PATCH v7 07/10] ACPI: APEI: introduce GHES helper
` [PATCH v7 08/10] ACPI: APEI: share GHES CPER helpers
` [PATCH v7 09/10] dt-bindings: firmware: add arm,ras-cper
` [PATCH v7 10/10] RAS: add firmware-first CPER provider

[PATCH v3 1/8] PCI/IOV: Return unsigned int from pci_sriov_get_totalvfs()
 2026-07-08 14:41 UTC  (6+ messages)
` [PATCH v3 2/8] rust: pci: add sriov_get_totalvfs() helper

[PATCH v1] PCI: acpiphp_ibm: Do not use uninitialized device_class
 2026-07-08 14:33 UTC  (2+ messages)

[PATCH v2 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-07-08 13:28 UTC  (18+ messages)
` [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 v2] alpha/PCI: Fix I/O port accessor argument order in pci_legacy_write()
 2026-07-08 10:56 UTC  (2+ messages)

[PATCH v9 0/9] lan966x pci device: Add support for SFPs, PCI part
 2026-07-08 10:48 UTC  (19+ messages)
` [PATCH v9 1/9] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v9 2/9] drivers: core: Use fw_devlink_set_device()
` [PATCH v9 3/9] pinctrl: cs42l43: "
` [PATCH v9 4/9] cxl/test: Use device_set_node()
` [PATCH v9 5/9] cxl/test: Use fw_devlink_set_device()
` [PATCH v9 6/9] PCI: of: "
` [PATCH v9 7/9] PCI: of: Clear fwnode->dev during root bridge node removal
` [PATCH v9 8/9] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v9 9/9] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node

[PATCH v1] PCI: imx6: Fix i.MX6Q/DL boot hang by separating PHY power and reference clock control
 2026-07-08 10:43 UTC  (7+ messages)

[PATCH RFC] RAS: hwerr_tracking: move recoverable hardware error tracking out of vmcoreinfo
 2026-07-08 10:13 UTC  (5+ messages)

[PATCH] PCI: aspeed: Switch to irq_domain_create_linear()
 2026-07-08 10:09 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: PCI: mediatek: Add support for optional perstout reset
 2026-07-08  9:15 UTC  (4+ messages)
` [PATCH 2/2] PCI: mediatek: handle optional reset for perstout for AN7583


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