Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-07-17 22:28:19 to 2026-07-20 15:09:32 UTC [more...]

[PATCH v18 00/13] Enable CXL PCIe Port Protocol Error handling and logging
 2026-07-20 15:09 UTC  (31+ messages)
` [PATCH v18 01/13] cxl/ras: Fix cxl_rch_get_aer_severity() wrong severity register
` [PATCH v18 02/13] acpi/apei/ghes: Use raw_spinlock_t for CXL CPER work locks
` [PATCH v18 03/13] cxl: Tighten CPER kfifo registration API and symbol visibility
` [PATCH v18 04/13] cxl: Rename find_cxl_port() to find_cxl_port_by_dport()
` [PATCH v18 05/13] PCI/AER: Introduce AER-CXL protocol error kfifo
` [PATCH v18 06/13] PCI: Establish common CXL Port protocol error flow
` [PATCH v18 07/13] PCI/CXL: Add RCH support to CXL handlers
` [PATCH v18 08/13] cxl/pci: Thread port and dport through RAS handling helpers
` [PATCH v18 09/13] cxl: Update CXL Endpoint AER handler
` [PATCH v18 10/13] cxl: Add port and dport identifiers to CXL AER trace events
` [PATCH v18 11/13] PCI: Cache PCI DSN into pci_dev->dsn during probe
` [PATCH v18 12/13] PCI/CXL: Mask/Unmask CXL protocol errors
` [PATCH v18 13/13] Documentation: cxl: Document CXL protocol error handling

[PATCH v3 00/16] PCI: dwc: Cache PCIe capability offset and simplify drivers
 2026-07-20 15:06 UTC  (17+ messages)
` [PATCH v3 01/16] PCI: dwc: Add pcie_cap field and helper in designware header
` [PATCH v3 02/16] PCI: dwc: Use cached PCIe capability offset in core
` [PATCH v3 03/16] PCI: dwc: imx6: Use cached PCIe capability offset
` [PATCH v3 04/16] PCI: dwc: layerscape-ep: "
` [PATCH v3 05/16] PCI: dwc: meson: "
` [PATCH v3 06/16] PCI: dwc: rockchip: "
` [PATCH v3 07/16] PCI: dwc: eswin: "
` [PATCH v3 08/16] PCI: dwc: fu740: "
` [PATCH v3 09/16] PCI: dwc: intel-gw: "
` [PATCH v3 10/16] PCI: dwc: qcom-ep: "
` [PATCH v3 11/16] PCI: dwc: qcom: "
` [PATCH v3 12/16] PCI: dwc: sophgo: "
` [PATCH v3 13/16] PCI: dwc: spacemit-k1: "
` [PATCH v3 14/16] PCI: dwc: spear13xx: "
` [PATCH v3 15/16] PCI: dwc: tegra194: "
` [PATCH v3 16/16] PCI: dwc: ultrarisc: "

[PATCH v4 0/5] nfs: modernize direct I/O path
 2026-07-20 15:06 UTC  (6+ messages)
` [PATCH v4 1/5] nfs: make nfs_page pin-aware
` [PATCH v4 2/5] nfs: track number of pinned pages in nfs_page
` [PATCH v4 3/5] nfs: introduce nfs_release_request_list helper
` [PATCH v4 4/5] nfs: migrate direct I/O to iov_iter_extract_pages
` [PATCH v4 5/5] nfs: introduce nfs_direct_extract_pages helper

[PATCH v3 0/5] nfs: Modernize Direct I/O path
 2026-07-20 15:03 UTC  (17+ messages)
` [PATCH v3 1/5] nfs: make nfs_page pin-aware
` [PATCH v3 2/5] nfs: Track number of pinned pages in nfs_page
` [PATCH v3 3/5] nfs: Introduce nfs_release_request_list helper
` [PATCH v3 4/5] nfs: migrate direct I/O to iov_iter_extract_pages
` [PATCH v3 5/5] nfs: introduce nfs_direct_extract_pages helper

[PATCH v2 0/7] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-20 14:49 UTC  (16+ messages)
` [PATCH v2 1/7] blk-mq-dma: restore BLK_STS_TARGET for unsupported P2P transfers
` [PATCH v2 2/7] md: ensure REQ_NOMERGE is set on P2PDMA bios
` [PATCH v2 3/7] md/raid1: serialize non-write-behind writes on CollisionCheck rdevs
` [PATCH v2 4/7] md/raid1: don't use write-behind for P2PDMA bios
` [PATCH v2 5/7] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH v2 6/7] md/raid1,raid10: skip futile retries on P2PDMA mapping failures
` [PATCH v2 7/7] nvme-rdma: return BLK_STS_TARGET for unsupported P2P transfers

[PATCH] PCI: Don't report fully optional resources as assignment failures
 2026-07-20 13:21 UTC  (2+ messages)

[PATCH] PCI: aspeed: Switch to irq_domain_create_linear()
 2026-07-20 13:17 UTC  (2+ messages)

[PATCH] PCI: host-generic: Fix NULL pointer dereference on 32-bit CAM systems
 2026-07-20 13:04 UTC  (2+ messages)

[PATCH RESEND] dt-bindings: PCI: mediatek-gen3: Allow memory-region for restricted DMA buffer
 2026-07-20 12:53 UTC  (4+ messages)

[RESEND PATCH v2] PCI: imx6: Add runtime PM support for i.MX95
 2026-07-20 12:47 UTC  (2+ messages)

[PATCH 0/6] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-20 12:43 UTC  (14+ messages)
` [PATCH 1/6] blk-mq-dma: restore BLK_STS_TARGET for unsupported P2P transfers
` [PATCH 2/6] md: ensure REQ_NOMERGE is set on P2PDMA bios
` [PATCH 3/6] md/raid1: don't use write-behind for "
` [PATCH 4/6] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH 5/6] md/raid1,raid10: skip futile retries on P2PDMA mapping failures
` [PATCH 6/6] nvme-rdma: return BLK_STS_TARGET for unsupported P2P transfers

[PATCH v2 00/12] misc: Improvements around *_device_id defintions
 2026-07-20 12:21 UTC  (3+ messages)
` [PATCH v2 12/12] misc: Unify code style for various *_device_id arrays

[PATCH v3 v3] PCI: dwc: Add pci id for LECARC pcie pmu
 2026-07-20 12:31 UTC  (4+ messages)

[PATCH] PCI/pwrctrl: tc9563: take i2c adapter module reference
 2026-07-20 12:05 UTC  (5+ messages)

[PATCH v3 0/4] PCI: qcom: Add link retention support
 2026-07-20 11:43 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/6] ACPI: Introduce and use acpi_dev_is_video_device() helper
 2026-07-20 10:33 UTC  (6+ messages)
` [PATCH v2 5/6] PCI/VGA: Convert to "
` [PATCH v2 6/6] platform/x86: thinkpad_acpi: "

[PATCH v2 0/4] ACPI: Add and use acpi_dev_get_pci_dev()
 2026-07-20 10:21 UTC  (3+ messages)
` [PATCH v2 1/4] ACPI: PCI: Use a mutex guard to simplify acpi_get_pci_dev()

Non systematic PCIe error on resume on i.MX8QP on Linux 7.2
 2026-07-20  9:38 UTC  (3+ messages)

[PATCH v5 00/11] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
 2026-07-20  8:57 UTC  (14+ messages)
` [PATCH v5 01/11] Bluetooth: hci_qca: Add M.2 Bluetooth device support using pwrseq
` [PATCH v5 02/11] Bluetooth: hci_qca: Rename 'power_ctrl_enabled' to 'bt_en_available'
` [PATCH v5 03/11] power: sequencing: Add pwrseq_is_controllable() API
` [PATCH v5 04/11] power: sequencing: pcie-m2: Report power controllability
` [PATCH v5 05/11] power: sequencing: qcom-wcn: "
` [PATCH v5 06/11] Bluetooth: hci_qca: Set 'bt_en_available' based on pwrseq "
` [PATCH v5 07/11] Bluetooth: hci_qca: Embed bt_power in struct qca_serdev
` [PATCH v5 08/11] Bluetooth: hci_qca: Support QCA2066 on M.2 connector via pwrseq
` [PATCH v5 09/11] dt-bindings: connector: pcie-m2-e: Add vendor LGA connector compatible
` [PATCH v5 10/11] power: sequencing: pcie-m2: Add QCA2066 (QCNFA765) BT serdev ID
` [PATCH v5 11/11] arm64: dts: qcom: monaco-arduino-monza: Add QCA2066 M.2 WiFi/BT support

[PATCH v2] PCI: imx6: Add runtime PM support for i.MX95
 2026-07-20  8:32 UTC  (7+ messages)
` [PATCH v2] PCI: imx6: Fix i.MX6Q/DL boot hang by separating PHY power and reference clock control

[PATCH v12] PCI: Add device-specific reset for Qualcomm devices
 2026-07-20  6:24 UTC  (2+ messages)

[PATCH 0/5] PCI: dwc: rcar-gen4: Add support for R-Car X5H PCIe4
 2026-07-20  1:16 UTC  (9+ messages)
` [PATCH 2/5] PCI: dwc: rcar-gen4: Return error code from .additional_common_init
` [PATCH 4/5] PCI: dwc: rcar-gen4: Handle PERST via reset subsystem

[PATCH v2 0/5] PCI: dwc: rcar-gen4: Add support for R-Car X5H PCIe4
 2026-07-20  2:18 UTC  (11+ messages)
` [PATCH v2 1/5] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car X5H PCIe4 compatible
` [PATCH v2 2/5] PCI: dwc: rcar-gen4: Rework rcar_gen4_pcie_drvdata .additional_common_init into .init
` [PATCH v2 3/5] PCI: dwc: rcar-gen4: Split .start_link into ltssm_control and speed_control
` [PATCH v2 4/5] PCI: dwc: rcar-gen4: Handle PERST via reset subsystem
` [PATCH v2 5/5] PCI: dwc: rcar-gen4: Add support for R-Car X5H PCIe4

[PATCH] dt-bindings: PCI: rcar-gen4-pci-host: Document optional msi-parent
 2026-07-20  2:01 UTC  (2+ messages)

[PATCH] PCI/P2PDMA: Fix use-after-free in pci_p2pdma_add_resource() error path
 2026-07-20  1:35 UTC  (4+ messages)
` [PATCH v2] "

[pci:portdrv] BUILD SUCCESS de7048f2e2c20697cb9e567ed93ea123e6464b96
 2026-07-19 23:25 UTC 

[PATCH 0/2] Add Apple T2 NHI device links
 2026-07-19 18:14 UTC  (5+ messages)
` [PATCH 1/2] treewide: Add a flag to detect the Apple T2 chip
` [PATCH 2/2] thunderbolt: Add device links for Apple T2 NHI

[PATCH v2] rust: irq: make Registration compatible with lifetime-bound drivers
 2026-07-19 15:45 UTC  (2+ messages)

[PATCH] PCI: imx6: enable ASPM L1 only iff CLKREQ# is supported
 2026-07-19  0:57 UTC  (2+ messages)

[pci:controller/plda-starfive] BUILD SUCCESS 22877a061f81c5d58041e384b3131684bec636b9
 2026-07-18 18:12 UTC 

[PATCH v2] PCI: Move pci_dev->is_busmaster into priv_flags
 2026-07-18 17:02 UTC  (3+ messages)

[PATCH] PCI: starfive: Fix unchecked pm_runtime_get_sync() in probe
 2026-07-18 15:49 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] PCI: starfive: Fix Runtime PM handling and teardown ordering
 2026-07-18 13:55 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] PCI: plda: Fix use-after-free of event IRQs during teardown
 2026-07-18 12:07 UTC  (2+ messages)

[pci:switchtec] BUILD SUCCESS 00a479ba1d01249d43ca5e453380d1ed60946f8a
 2026-07-18  6:43 UTC 

[pci:pwrctrl] BUILD SUCCESS 600e37950c7cfa2c5842f3ea1231c0e808fded6c
 2026-07-18  6:29 UTC 

[PATCH V4 0/9] PCI passthru on Hyper-V
 2026-07-18  2:40 UTC  (19+ messages)
` [PATCH V4 1/9] mshv: Provide a way to get partition ID if running in a VMM process
` [PATCH V4 2/9] mshv: Add declarations and definitions for VFIO-MSHV bridge device
` [PATCH V4 3/9] mshv: Introduce basic mshv bridge device for VFIO to build upon
` [PATCH V4 4/9] mshv: Add ioctl support for MSHV-VFIO bridge device
` [PATCH V4 5/9] mshv: Import data structs around device passthru from hyperv headers
` [PATCH V4 6/9] PCI: hv: Export hv_build_devid_type_pci() and change return type
` [PATCH V4 7/9] x86/hyperv: Implement Hyper-V virtual IOMMU
` [PATCH V4 8/9] mshv: Populate mmio mappings for PCI passthru
` [PATCH V4 9/9] mshv: Disable movable regions upfront if device passthru

[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-07-17 23:38 UTC  (11+ messages)
` [PATCH v7 03/12] PCI: liveupdate: Track incoming preserved PCI devices
` [PATCH v7 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v7 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v7 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v7 12/12] Documentation: PCI: Add documentation for Live Update

[RFC] cxl: Device protocol AER injection
 2026-07-17 22:57 UTC 

[PATCH v1 0/6] dmaengine: miscellaneous fixes for ioat, switchtec_dma and plx_dma
 2026-07-17 22:36 UTC  (13+ messages)
` [PATCH v1 1/6] dmaengine: switchtec-dma: fix double-free in switchtec_dma_free_desc()
` [PATCH v1 2/6] dmaengine: switchtec-dma: fix resource leak in alloc_chan_resources
` [PATCH v1 3/6] dmaengine: switchtec-dma: fix channel leak on registration failure
` [PATCH v1 4/6] dmaengine: ioat: disable relaxed ordering before registering the device
` [PATCH v1 5/6] dmaengine: ioat: use sysfs_emit() in per-channel sysfs show()
` [PATCH v1 6/6] dmaengine: plx_dma: fix NULL pointer deref in plx_dma_isr()


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