Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-01-07 20:34:40 to 2026-01-10 06:57:06 UTC [more...]

[PATCH v3 00/14] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-01-10  6:56 UTC  (15+ messages)
` [PATCH v3 01/14] serdev: Convert to_serdev_*() helpers to macros and use container_of_const()
` [PATCH v3 02/14] serdev: Add an API to find the serdev controller associated with the devicetree node
` [PATCH v3 03/14] software node: Implement device_get_match_data fwnode callback
` [PATCH v3 04/14] software node: Add software_node_match_device() API
` [PATCH v3 05/14] software node: Add software_node_device_uevent() API
` [PATCH v3 06/14] software node: Add software_node_device_modalias() API
` [PATCH v3 07/14] serdev: Do not return -ENODEV from of_serdev_register_devices() if external connector is used
` [PATCH v3 08/14] serdev: Add support for swnode based driver matching and uevent/modalias
` [PATCH v3 09/14] dt-bindings: serial: Document the graph port
` [PATCH v3 10/14] dt-bindings: connector: Add PCIe M.2 Mechanical Key E connector
` [PATCH v3 11/14] dt-bindings: connector: m2: Add M.2 1620 LGA soldered down connector
` [PATCH v3 12/14] Bluetooth: hci_qca: Add M.2 Bluetooth device support using pwrseq
` [PATCH v3 13/14] power: sequencing: pcie-m2: Add support for PCIe M.2 Key E connectors
` [PATCH v3 14/14] power: sequencing: pcie-m2: Create serdev device for WCN7850 bluetooth

[PATCH] PCI/portdrv: Allow probing even without child services
 2026-01-10  6:10 UTC  (2+ messages)

[RFC v1 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-01-10  5:39 UTC  (15+ messages)
` [RFC v1 1/5] PCI: hv: Create and export hv_build_logical_dev_id()
` [RFC v1 3/5] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [RFC v1 4/5] hyperv: allow hypercall output pages to be allocated for child partitions
` [RFC v1 5/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest

[PATCH v3] PCI: loongson: Override PCIe bridge supported speeds for older Loongson 3C6000 series steppings
 2026-01-10  3:56 UTC  (2+ messages)

[pci:next] BUILD SUCCESS 15a80caa4399d92b4c3ad6582b4c37aa312dc5de
 2026-01-10  1:03 UTC 

[PATCH v2 1/2] PCI: Add ASPEED vendor ID to pci_ids.h
 2026-01-09 20:54 UTC  (4+ messages)

[PATCH v2 0/3] PCI Controller event and LTSSM tracepoint support
 2026-01-09 20:18 UTC  (12+ messages)
` [PATCH v2 1/3] PCI: trace: Add PCI controller LTSSM transition tracepoint
` [PATCH v2 2/3] Documentation: tracing: Add PCI controller event documentation
` [PATCH v2 3/3] PCI: dw-rockchip: Add pcie_ltssm_state_transition trace support

[PATCH RFT 0/5] dmaengine: dw-edma: support dynamtic add link entry during dma engine running
 2026-01-09 20:13 UTC  (6+ messages)
` [PATCH RFT 1/5] dmaengine: dw-edma: Add dw_edma_core_ll_cur_idx() to get completed link entry pos
` [PATCH RFT 2/5] dmaengine: dw-edma: Move dw_hdma_set_callback_result() up
` [PATCH RFT 3/5] dmaengine: dw-edma: Make DMA link list work as a circular buffer
` [PATCH RFT 4/5] dmaengine: dw-edma: Dynamitc append new request during dmaengine running
` [PATCH RFT 5/5] dmaengine: dw-edma: Add trace support

[pci:p2pdma] BUILD SUCCESS cb500023a75246f60b79af9f7321d6e75330c5b5
 2026-01-09 18:04 UTC 

[PATCH] fixup! genirq: Add interrupt redirection infrastructure
 2026-01-09 17:52 UTC 

[pci:trace] BUILD SUCCESS 8236fc613d44e59f6736d6c3e9efffaf26ab7f00
 2026-01-09 17:33 UTC 

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

[GIT PULL] ACPI support fix for v6.19-rc5
 2026-01-09 16:40 UTC  (2+ messages)

[PATCH RESEND 1/1] SPARC/PCI: Correct 64-bit non-pref -> pref BAR resources
 2026-01-09 16:39 UTC  (3+ messages)

[PATCH] PCI: Disable bus reset for ASM1164 SATA controller
 2026-01-09 16:28 UTC  (2+ messages)

imx8 PCI regression since "iommu: Get DT/ACPI parsing into the proper probe path"
 2026-01-09 16:22 UTC 

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

[PATCH] PCI: Add ACS quirk for Qualcomm Hamoa & Glymur
 2026-01-09 15:58 UTC  (2+ messages)

[PATCH 0/5] PCI: qcom: Add link retention support
 2026-01-09 15:53 UTC  (13+ messages)
` [PATCH 1/5] phy: qcom: qmp-pcie: Skip PHY reset if already up
` [PATCH 2/5] PCI: dwc: Add support for retaining link during host init
` [PATCH 3/5] PCI: qcom: Keep PERST# GPIO state as-is during probe
` [PATCH 4/5] PCI: qcom: Add link retention support
` [PATCH 5/5] PCI: qcom: enable Link retain logic for Hamoa

[PATCH v2 00/11] dmaengine: dw-edma: flatten desc structions and simple code
 2026-01-09 15:28 UTC  (12+ messages)
` [PATCH v2 01/11] dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and ABORT_INT_MASK
` [PATCH v2 02/11] dmaengine: dw-edma: Move control field update of DMA link to the last step
` [PATCH v2 03/11] dmaengine: dw-edma: Add xfer_sz field to struct dw_edma_chunk
` [PATCH v2 04/11] dmaengine: dw-edma: Remove ll_max = -1 in dw_edma_channel_setup()
` [PATCH v2 05/11] dmaengine: dw-edma: Move ll_region from struct dw_edma_chunk to struct dw_edma_chan
` [PATCH v2 06/11] dmaengine: dw-edma: Pass down dw_edma_chan to reduce one level of indirection
` [PATCH v2 07/11] dmaengine: dw-edma: Add helper dw_(edma|hdma)_v0_core_ch_enable()
` [PATCH v2 08/11] dmaengine: dw-edma: Add callbacks to fill link list entries
` [PATCH v2 09/11] dmaengine: dw-edma: Use common dw_edma_core_start() for both eDMA and HDMA
` [PATCH v2 10/11] dmaengine: dw-edma: Use burst array instead of linked list
` [PATCH v2 11/11] dmaengine: dw-edma: Remove struct dw_edma_chunk

[PATCH v6 08/11] PCI: dwc: Invoke post_init in dw_pcie_resume_noirq()
 2026-01-09 15:27 UTC  (4+ messages)

[PATCH v3 0/3] Miscellaneous fixes for pci subsystem
 2026-01-09 15:25 UTC  (12+ messages)
` [PATCH v3 1/3] PCI/sysfs: Fix null pointer dereference during hotplug
` [PATCH v3 2/3] PCI: Prevent overflow in proc_bus_pci_write()
` [PATCH v3 3/3] PCI/sysfs: Prohibit unaligned access to I/O port on non-x86

[PATCH 00/13] Enable compound page for p2pdma memory
 2026-01-09 15:03 UTC  (15+ messages)
` [PATCH 01/13] PCI/P2PDMA: Release the per-cpu ref of pgmap when vm_insert_page() fails
` [PATCH 02/13] PCI/P2PDMA: Fix the warning condition in p2pmem_alloc_mmap()
` [PATCH 07/13] PCI/P2PDMA: create compound page for aligned p2pdma memory
` [PATCH 10/13] PCI/P2PDMA: support compound page in p2pmem_alloc_mmap()

[PATCH v4 0/3] Add PCIe3 and PCIe5 support for HAMOA-IOT-EVK board
 2026-01-09 13:13 UTC  (5+ messages)
` [PATCH v4 1/3] arm64: dts: qcom: hamoa: Move PHY, PERST, and Wake GPIOs to PCIe port nodes and add port Nodes for all PCIe ports
` [PATCH v4 2/3] arm64: dts: qcom: Add PCIe3 and PCIe5 support for HAMOA-IOT-SOM platform
` [PATCH v4 3/3] arm64: dts: qcom: Add PCIe3 and PCIe5 regulators for HAMAO-IOT-EVK board

[PATCH v8 0/2] Add AMD MDB Endpoint and non-LL mode Support
 2026-01-09 12:03 UTC  (3+ 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 v2] PCI: dwc: Use multiple ATU regions for large bridge windows
 2026-01-09 11:34 UTC 

[PATCH v9 2/2] PCI: eic7700: Add Eswin PCIe host controller driver
 2026-01-09 11:23 UTC  (4+ messages)
`  "

[PATCH v9 2/2] PCI: eic7700: Add Eswin PCIe host controller driver
 2026-01-09 11:22 UTC  (2+ messages)
`  "

[PATCH v4] PCI/portdev: Disable AER for Titan Ridge 4C 2018
 2026-01-09 11:06 UTC  (10+ messages)

[PATCH] PCI: Fix AB-BA deadlock between aer_isr() and device_shutdown()
 2026-01-09  9:56 UTC 

[PATCH v5 0/5] PCI: Add initial support for handling PCIe M.2 connectors in devicetree
 2026-01-09  9:02 UTC  (6+ messages)
` [PATCH v5 5/5] power: sequencing: Add the Power Sequencing driver for the PCIe M.2 connectors

[PATCH v7 0/2] PCI: Configure Root Port MPS during host probing
 2026-01-09  8:38 UTC  (2+ messages)

[PATCH v5 0/3] PCI: endpoint: BAR subrange mapping support
 2026-01-09  8:30 UTC  (7+ messages)
` [PATCH v5 1/3] PCI: endpoint: Add "
` [PATCH v5 2/3] PCI: dwc: Allow glue drivers to return mutable EPC features
` [PATCH v5 3/3] PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATU

[PATCH 2/5] PCI: dwc: Add new APIs to remove standard and extended Capability
 2026-01-09  7:59 UTC  (3+ messages)

[PATCH v6] PCI/portdev: Disable AER for Titan Ridge 4C 2018
 2026-01-09  7:42 UTC 

[PATCH v5] PCI/portdev: Disable AER for Titan Ridge 4C 2018
 2026-01-09  6:18 UTC 

[PATCH V2 RESEND] PCI/TPH: Skip Root Port completer check for RC_END devices
 2026-01-09  5:29 UTC 

[PATCH] PCI/sg2042: Avoid L0s and L1 on Sophgo 2042 PCIe Root Ports
 2026-01-09  4:07 UTC 

[PATCH] PCI/sophgo: Avoid L0s and L1 on Sophgo 2044 PCIe Root Ports
 2026-01-09  4:07 UTC 

[PATCH pciutils v2 1/2] dump: Refactor file parsing from file path logic
 2026-01-09  0:11 UTC  (2+ messages)
` [PATCH pciutils v2 2/2] dump: Support `lspci -F -` for stdin

[PATCH v2] PCI: Do not attempt to set ExtTag for VFs
 2026-01-08 23:54 UTC  (2+ messages)

[PATCH] PCI/ASPM: Allow PCI PM L1 substates without ASPM
 2026-01-08 23:42 UTC 

[pci:for-linus] BUILD SUCCESS bdb32359eab94013e80cf7e3d40a3fd4972da93a
 2026-01-08 22:52 UTC 

[RFC PATCH v3 00/35] NTB transport backed by endpoint DW eDMA
 2026-01-08 17:55 UTC  (7+ messages)
` [RFC PATCH v3 26/35] NTB: ntb_transport: Introduce DW eDMA backed transport mode

[PATCH] PCI/ACPI: Do not fiddle with ExtTag and RO in program_hpx_type2
 2026-01-08 17:53 UTC  (3+ messages)

[PATCH 1/2] PCI: dwc: Add LTSSM tracing support to debugfs
 2026-01-08 17:05 UTC  (6+ messages)

[PATCH v4 0/2] PCI: endpoint: BAR subrange mapping support
 2026-01-08 16:39 UTC  (7+ messages)
` [PATCH v4 1/2] PCI: endpoint: Add "
` [PATCH v4 2/2] PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATU

[PATCH v2 0/7] irqchip/gic-v5: Code first ACPI boot support
 2026-01-08 16:22 UTC  (10+ messages)
` [PATCH v2 5/7] irqchip/gic-v5: Add ACPI IRS probing
` [PATCH v2 6/7] irqchip/gic-v5: Add ACPI ITS probing
` [PATCH v2 7/7] irqchip/gic-v5: Add ACPI IWB probing

[pci:dt-bindings] BUILD SUCCESS 407cc7ff3e99f6bca9b4ca2561d3f9e7192652fe
 2026-01-08 15:40 UTC 

[PATCH v2 00/11] TSM: Implement ->lock()/->accept() callbacks for ARM CCA TDISP setup
 2026-01-08 15:32 UTC  (3+ messages)
` [PATCH v2 03/11] coco: guest: arm64: Add support for guest initiated TDI bind/unbind

[PATCH] ACPI: pci_root: Clear the acpi dependencies after PCI root bridge initialization on RISC-V
 2026-01-08 14:04 UTC  (2+ messages)

[PATCH 02/13] PCI/P2PDMA: Fix the warning condition in p2pmem_alloc_mmap()
 2026-01-08 10:17 UTC  (3+ messages)

[PATCH v3] PCI/portdev: Disable AER for Titan Ridge 4C 2018
 2026-01-08  9:11 UTC  (2+ messages)

[PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
 2026-01-08  8:43 UTC  (5+ messages)

[PATCH 2/3] driver core: Add NUMA-node awareness to the synchronous probe path
 2026-01-08  8:28 UTC  (2+ messages)

[PATCH 1/1] PCI: endpoint: Fix swapped parameters in primary/secondary unlink callbacks
 2026-01-08  7:58 UTC  (2+ messages)

[PATCH v2 0/4] PCI: tegra: A couple of cleanups
 2026-01-08  7:08 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: PCI: Convert nvidia,tegra-pcie to DT schema

[PATCH v2] PCI: dw-rockchip: Add runtime PM support to Rockchip PCIe
 2026-01-08  7:04 UTC  (3+ messages)

[PATCH v4 0/7] PCI: endpoint/NTB: Harden vNTB resource management
 2026-01-08  6:57 UTC  (2+ messages)

[PATCH 0/5] PCI/MSI: Generalize no_64bit_msi into msi_addr_mask
 2026-01-08  6:41 UTC  (4+ messages)
` [PATCH 3/5] drm/radeon: Raise msi_addr_mask to 40 bits for pre-Bonaire

[PATCH v3 0/2] PCI: endpoint: BAR subrange mapping support
 2026-01-08  4:39 UTC  (4+ messages)
` [PATCH v3 1/2] PCI: endpoint: Add "
` [PATCH v3 2/2] PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATU

[PATCH v2 0/2] PCI: endpoint: BAR subrange mapping support
 2026-01-08  1:42 UTC  (4+ messages)
` [PATCH v2 2/2] PCI: dwc: ep: Support BAR subrange inbound mapping via address-match iATU

[PATCH v6 0/2] Revise some PCI _DSM method implement
 2026-01-07 21:47 UTC  (2+ messages)


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