Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-01-15 09:44:20 to 2026-01-18 13:55:21 UTC [more...]

[RFC PATCH v4 00/38] NTB transport backed by PCI EP embedded DMA
 2026-01-18 13:54 UTC  (16+ messages)
` [RFC PATCH v4 01/38] dmaengine: dw-edma: Export helper to get integrated register window
` [RFC PATCH v4 02/38] dmaengine: dw-edma: Add per-channel interrupt routing control
` [RFC PATCH v4 03/38] dmaengine: dw-edma: Poll completion when local IRQ handling is disabled
` [RFC PATCH v4 04/38] dmaengine: dw-edma: Add notify-only channels support
` [RFC PATCH v4 05/38] dmaengine: dw-edma: Add a helper to query linked-list region
` [RFC PATCH v4 06/38] NTB: epf: Add mwN_offset support and config region versioning
` [RFC PATCH v4 07/38] NTB: epf: Reserve a subset of MSI vectors for non-NTB users
` [RFC PATCH v4 08/38] NTB: epf: Provide db_vector_count/db_vector_mask callbacks
` [RFC PATCH v4 09/38] NTB: core: Add mw_set_trans_ranges() for subrange programming
` [RFC PATCH v4 10/38] NTB: core: Add .get_private_data() to ntb_dev_ops
` [RFC PATCH v4 11/38] NTB: core: Add .get_dma_dev() "
` [RFC PATCH v4 12/38] NTB: core: Add driver_override support for NTB devices
` [RFC PATCH v4 19/38] NTB: ntb_transport: Rename ntb_transport.c to ntb_transport_core.c
` [RFC PATCH v4 20/38] NTB: ntb_transport: Move internal types to ntb_transport_internal.h
` [RFC PATCH v4 21/38] NTB: ntb_transport: Export common helpers for modularization

[RESEND PATCH v4 0/2] PCI: Introduce pci_clear/set_config_dword()
 2026-01-18 13:47 UTC  (2+ messages)

[PATCH v4 0/3] PCI: Refactor PCIe speed validation and conversion functions
 2026-01-18 13:47 UTC  (2+ messages)

[PATCH v6 1/1] PCI: of: Remove max-link-speed generation validation
 2026-01-18 13:45 UTC  (2+ messages)

[PATCH v7 0/2] PCI: Configure Root Port MPS during host probing
 2026-01-18 13:26 UTC  (3+ messages)

[PATCH v4] PCI/PM: Prevent runtime suspend before devices are fully initialized
 2026-01-18 11:59 UTC  (7+ messages)

[pci:next] BUILD SUCCESS e54963e2eaf5ccad416c5e7a6e94d0ba86b5cdd3
 2026-01-18 11:38 UTC 

[PATCH v3 0/6] irqchip/gic-v5: Code first ACPI boot support
 2026-01-18 11:00 UTC  (11+ messages)
` [PATCH v3 1/6] irqdomain: Add parent field to struct irqchip_fwid
` [PATCH v3 2/6] PCI/MSI: Make the pci_msi_map_rid_ctlr_node() interface firmware agnostic
` [PATCH v3 3/6] irqchip/gic-v5: Split IRS probing into OF and generic portions
` [PATCH v3 4/6] irqchip/gic-v5: Add ACPI IRS probing
` [PATCH v3 5/6] irqchip/gic-v5: Add ACPI ITS probing
` [PATCH v3 6/6] irqchip/gic-v5: Add ACPI IWB probing

[PATCH v3 0/10] CXL reset support for Type 2 devices
 2026-01-17 14:28 UTC  (13+ messages)
` [PATCH v3 1/10] cxl: move DVSEC defines to cxl pci header
` [PATCH v3 2/10] PCI: switch CXL port DVSEC defines
` [PATCH v3 3/10] cxl: add type 2 helper and reset DVSEC bits
` [PATCH v3 4/10] PCI: add CXL reset method
` [PATCH v3 5/10] cxl: add reset prepare and region teardown
` [PATCH v3 6/10] PCI: wire CXL reset prepare/cleanup
` [PATCH v3 7/10] cxl: add host cache flush and multi-function reset
` [PATCH v3 8/10] cxl: add DVSEC config save/restore
` [PATCH v3 9/10] PCI: save/restore CXL config around reset
` [PATCH v3 10/10] cxl: add HDM decoder and IDE save/restore

[PATCH 0/3] Add NUMA-node-aware synchronous probing to driver core
 2026-01-17 14:03 UTC  (5+ messages)
` [PATCH 1/3] driver core: Introduce helper function __device_attach_driver_scan()
` [PATCH 2/3] driver core: Add NUMA-node awareness to the synchronous probe path

[PATCH v3 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-01-17 11:34 UTC  (8+ messages)
` [PATCH v3 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v3 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() "

[pci:pwrctrl] BUILD SUCCESS 8822f062e59a4daf070cb58666cec30b63db2d3b
 2026-01-17 10:59 UTC 

[PATCH v9 0/5] rust: pci: add config space read/write support
 2026-01-17  8:27 UTC  (13+ messages)
` [PATCH v9 1/5] rust: devres: style for imports
` [PATCH v9 2/5] rust: io: factor common I/O helpers into Io trait
` [PATCH v9 3/5] rust: io: factor out MMIO read/write macros
` [PATCH v9 4/5] rust: pci: add config space read/write support
` [PATCH v9 5/5] sample: rust: pci: add tests for config space routines

[PATCH RFCv1 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-01-17  4:56 UTC  (4+ messages)
` [PATCH RFCv1 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
` [PATCH RFCv1 2/3] PCI: Allow ATS to be always on for non-CXL NVIDIA GPUs
` [PATCH RFCv1 3/3] iommu/arm-smmu-v3: Allow ATS to be always on

[pci:dt-bindings] BUILD SUCCESS e74887035fba99ead63235740908debeb1326dad
 2026-01-17  1:34 UTC 

[GIT PULL] PCI fixes for v6.19
 2026-01-16 23:42 UTC  (2+ messages)

[PATCH] PCI/ACPI: Confine program_hpx_type2 to the AER bits
 2026-01-16 21:11 UTC  (5+ messages)

[PATCH 00/16] PCI: renesas: Add RZ/G3E PCIe controller support
 2026-01-16 21:00 UTC  (10+ messages)
` [PATCH 01/16] PCI: rzg3s-host: Fix reset handling in probe error path
` [PATCH 05/16] dt-bindings: PCI: renesas,r9a08g045s33-pcie: Document RZ/G3E SoC

RFC about how to obtain PCIE TPH steer-tag on ARM64 platform
 2026-01-16 19:32 UTC  (3+ messages)

[PATCH v5 00/15] PCI/pwrctrl: Major rework to integrate pwrctrl devices with controller drivers
 2026-01-16 19:29 UTC  (18+ messages)
` [PATCH v5 01/15] PCI/pwrctrl: pwrseq: Rename private struct and pointers for consistency
` [PATCH v5 02/15] PCI/pwrctrl: slot: "
` [PATCH v5 04/15] PCI/pwrctrl: tc9563: Clean up whitespace
` [PATCH v5 05/15] PCI/pwrctrl: tc9563: Add local variables to reduce repetition
` [PATCH v5 06/15] PCI/pwrctrl: tc9563: Rename private struct and pointers for consistency
` [PATCH v5 07/15] PCI/pwrctrl: slot: Factor out power on/off code to helpers
` [PATCH v5 08/15] PCI/pwrctrl: pwrseq: "
` [PATCH v5 13/15] PCI: qcom: Drop the assert_perst() callbacks

[PATCH 1/2] pci: fix slot trylock error handling
 2026-01-16 18:41 UTC  (2+ messages)
` [PATCH 2/2] pci: fix slot reset device locking

imx8 PCI regression since "iommu: Get DT/ACPI parsing into the proper probe path"
 2026-01-16 17:35 UTC  (6+ messages)
  ` [REGRESSION] "

[PATCH v4 0/9] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-01-16 17:30 UTC  (15+ messages)
` [PATCH v4 5/9] dt-bindings: connector: Add PCIe M.2 Mechanical Key E connector
` [PATCH v4 6/9] dt-bindings: connector: m2: Add M.2 1620 LGA soldered down connector

[PATCH v14 00/34] Enable CXL PCIe Port Protocol Error handling and logging
 2026-01-16 16:22 UTC  (52+ messages)
` [PATCH v14 10/34] PCI/AER: Update is_internal_error() to be non-static is_aer_internal_error()
` [PATCH v14 14/34] PCI/AER: Report CXL or PCIe bus type in AER trace logging
` [PATCH v14 15/34] PCI/AER: Update struct aer_err_info with kernel-doc formatting
` [PATCH v14 16/34] cxl/mem: Clarify @host for devm_cxl_add_nvdimm()
` [PATCH v14 18/34] cxl/port: Remove "enumerate dports" helpers
` [PATCH v14 19/34] cxl/port: Fix devm resource leaks around with dport management
` [PATCH v14 20/34] cxl/port: Move dport operations to a driver event
` [PATCH v14 21/34] cxl/port: Move dport RAS reporting to a port resource
` [PATCH v14 23/34] cxl: Map CXL Endpoint Port and CXL Switch Port RAS registers
` [PATCH v14 24/34] cxl/port: Move endpoint component register management to cxl_port
` [PATCH v14 25/34] cxl/port: Map Port component registers before switchport init
` [PATCH v14 28/34] PCI/AER: Move AER driver's CXL VH handling to pcie/aer_cxl_vh.c
` [PATCH v14 29/34] cxl/port: Unify endpoint and switch port lookup
` [PATCH v14 30/34] PCI/AER: Dequeue forwarded CXL error
` [PATCH v14 31/34] PCI: Introduce CXL Port protocol error handlers
` [PATCH v14 32/34] cxl: Update Endpoint uncorrectable protocol error handling
` [PATCH v14 34/34] cxl: Enable CXL protocol errors during CXL Port probe

[PATCH v5 0/8] arm64: dts: mediatek: Add Openwrt One AP functionality
 2026-01-16 16:02 UTC  (3+ messages)
` [PATCH v5 2/8] arm64: dts: mediatek: mt7981b: Add PCIe and USB support

[PATCHv2] pci: make reset_subordinate hotplug safe
 2026-01-16 15:42 UTC 

[PATCH v2] vfio/pci: Lock upstream bridge for vfio_pci_core_disable()
 2026-01-16 15:31 UTC 

[PATCH v2] PCI: Lock upstream bridge for pci_try_reset_function()
 2026-01-16 15:03 UTC 

[PATCH v4 0/8] PCI/pwrctrl: Major rework to integrate pwrctrl devices with controller drivers
 2026-01-16 14:51 UTC  (12+ messages)

[PATCH v3 0/4] PCI: qcom: Add support for Glymur PCIe Gen5x4
 2026-01-16 13:25 UTC  (2+ messages)
` (subset) "

[PATCH 1/1] PCI/bwctrl: Disable BW controller on Intel P45 using a quirk
 2026-01-16 13:15 UTC 

[PATCH 0/3] PCI: Locking related improvements
 2026-01-16 12:59 UTC  (5+ messages)
` [PATCH 1/3] PCI: Use lockdep_assert_held(pci_bus_sem) to verify lock is held
` [PATCH 2/3] PCI: Use device_lock_assert() to verify device "
` [PATCH 3/3] PCI: Consolidate pci_bus/slot_lock/unlock/trylock()

[PATCH v6 0/2] PCI: Add support for PCIe WAKE# interrupt
 2026-01-16 11:56 UTC  (5+ messages)
` [PATCH v6 1/2] PM: sleep: wakeirq: Add support for dedicated shared wake IRQ setup
` [PATCH v6 2/2] PCI: Add support for PCIe WAKE# interrupt

[pci:next] BUILD SUCCESS 4e6074a59fa874f66f7a197e3161ea02c3ae4972
 2026-01-16 11:18 UTC 

[PATCH v6 0/5] Enable THP support in drm_pagemap
 2026-01-16 11:10 UTC 

[PATCH v10 0/4] Add support for Andes Qilai SoC PCIe controller
 2026-01-16 11:02 UTC  (5+ messages)
` [PATCH v10 1/4] dt-bindings: PCI: Add Andes QiLai PCIe support
` [PATCH v10 2/4] riscv: dts: qilai: Add PCIe node into the QiLai SoC
` [PATCH v10 3/4] PCI: qilai: Add Andes QiLai SoC PCIe host driver support
` [PATCH v10 4/4] MAINTAINERS: Add maintainers for Andes QiLai PCIe driver

[pci:virtualization] BUILD SUCCESS 4ae8c6bc809028583899713b9b9c74d917113280
 2026-01-16 10:14 UTC 

[PATCH v3 0/4] PCI: dwc: Rework the error handling of dw_pcie_wait_for_link() API
 2026-01-16  8:57 UTC  (6+ messages)

[PATCH v4 0/4] Miscellaneous fixes for pci subsystem
 2026-01-16  8:17 UTC  (5+ messages)
` [PATCH v4 1/4] PCI/sysfs: Prohibit unaligned access to I/O port
` [PATCH v4 2/4] PCI/sysfs: Fix null pointer dereference during hotplug
` [PATCH v4 3/4] PCI: Prevent overflow in proc_bus_pci_write()
` [PATCH v4 4/4] PCI: Prevent overflow in proc_bus_pci_read()

[PATCH v8 0/2] Add AMD MDB Endpoint and non-LL mode Support
 2026-01-16  3:59 UTC  (7+ messages)
` [PATCH v8 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support
` [PATCH v8 2/2] dmaengine: dw-edma: Add non-LL mode

[PATCH v4 0/6] PCI: dwc: Rework the error handling of dw_pcie_wait_for_link() API
 2026-01-16  1:36 UTC  (2+ messages)

[PATCH 0/6] Address race condition with Device::drvdata()
 2026-01-16  0:23 UTC  (2+ messages)

RFC about how to obtain PCIE TPH steer-tag on ARM64 platform
 2026-01-16  0:14 UTC  (6+ messages)

[PATCH] PCI: Mark Nvidia GB10 to avoid bus reset
 2026-01-15 22:11 UTC  (2+ messages)

[PATCH] PCI: Mark Nvidia GB10 to avoid bus reset
 2026-01-15 21:55 UTC  (4+ messages)

[PATCH v8 0/5] PCI: endpoint: BAR subrange mapping support
 2026-01-15 19:44 UTC  (11+ messages)
` [PATCH v8 2/5] PCI: endpoint: Add "
` [PATCH v8 3/5] PCI: dwc: Advertise dynamic inbound "
` [PATCH v8 4/5] PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATU
` [PATCH v8 5/5] Documentation: PCI: endpoint: Clarify pci_epc_set_bar() usage

[PATCH v7 0/9] Error recovery for vfio-pci devices on s390x
 2026-01-15 18:28 UTC  (2+ messages)

[PATCH] pci: make reset_subordinate hotplug safe
 2026-01-15 17:38 UTC  (4+ messages)

[PATCH v8 0/2] Add quirks to proceed PME handshake in DWC PM
 2026-01-15 15:35 UTC  (5+ messages)
` [PATCH v8 2/2] PCI: dwc: Don't return error when wait for link up in dw_pcie_resume_noirq()

[PATCH v6 00/12] VRAM Self Refresh
 2026-01-15 15:25 UTC  (4+ messages)
` [PATCH v6 06/12] drm/xe/vrsr: Enable VRSR on default VGA boot device

[pci:next] BUILD SUCCESS c265090b385adc0dfdecfa276d8c2d13e462b47f
 2026-01-15 14:08 UTC 

[PATCH 10/16] PCI: rzg3s-host: Explicitly set class code for RZ/G3E compatibility
 2026-01-15 13:49 UTC  (2+ messages)

[PATCH v1] PCI: Add support for ACS Enhanced Capability
 2026-01-19 18:11 UTC 

[PATCH 07/16] PCI: rzg3s-host: Make configuration reset lines optional
 2026-01-15  9:44 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