Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-08-03 03:39:37 to 2026-08-04 15:08:35 UTC [more...]

[PATCH V3 00/14] i3c: Support IBI-based system wakeup
 2026-08-04 15:08 UTC  (26+ messages)
` [PATCH V3 01/14] i3c: master: Fix recursive locking during device registration
` [PATCH V3 02/14] i3c: Fix unlocked dereference of dev->desc in i3c_device_get_supported_xfer_mode()
` [PATCH V3 03/14] i3c: master: Do not treat master device as a duplicate target
` [PATCH V3 04/14] i3c: master: Fix use-after-free of master->this
` [PATCH V3 05/14] i3c: Make dev->desc locking assumptions explicit
` [PATCH V3 06/14] i3c: master: Fix potential UAF in i3c_device_uevent()
` [PATCH V3 07/14] i3c: master: Fix potential UAF in i3c_device_match()
` [PATCH V3 08/14] i3c: master: Support IBI-based wakeup capability
` [PATCH V3 09/14] i3c: master: Report wakeup events for IBIs
` [PATCH V3 10/14] i3c: master: Add helper to query bus wakeup requirements
` [PATCH V3 11/14] i3c: master: Reject IBI requests from non-IBI-capable devices
` [PATCH V3 12/14] i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCI
` [PATCH V3 13/14] i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()
` [PATCH V3 14/14] i3c: mipi-i3c-hci: Advertise IBI wakeup capability

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

[PATCH] PCI: Fix Intel Xeon 6 x2 quirk collateral damage on adjacent x4 endpoints
 2026-08-04 13:55 UTC  (3+ messages)

[PATCH v2 0/2] PCI: Fix dev_set_name() error handling in pci_setup_device()
 2026-08-04 13:31 UTC  (3+ messages)
` [PATCH v2 1/2] PCI: Handle dev_set_name() failure "

[PATCH] acpi: pci_root: Add quirks table for _OSC support
 2026-08-04 13:08 UTC  (4+ messages)

[PATCH] PCI: brcmstb: Reserve only the MSI vectors that are handed out
 2026-08-04 12:50 UTC  (5+ messages)

[PATCH 0/3] x86/irq: Fix lost interrupts on CPU hot-unplug for Hyper-V PCI/MSI
 2026-08-04 12:16 UTC  (4+ messages)
` [PATCH 1/3] PCI: hv: Set irq_retrigger callback for the Hyper-V PCI MSI irqchip

[PATCH 0/3] PCI/IOV: Restore initial VF BAR sizing after VF ReBAR
 2026-08-04 11:39 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] PCI/IOV: Remember initial VF BAR sizes
  ` [PATCH v2 2/3] PCI/IOV: Restore initial VF ReBAR sizes on SR-IOV disable/failure
  ` [PATCH v2 3/3] PCI/IOV: Restore initial VF ReBAR sizes on PF driver remove

[PATCH v6 0/1] Rust PCI capability infrastructure and SR-IOV support
 2026-08-04  9:11 UTC  (4+ messages)
` [PATCH v6 1/1] rust: pci: add extended capability "

[PATCH v2] PCI: dwc: Add suspend_poweroff flag for platforms with RC power loss
 2026-08-04  6:32 UTC  (4+ messages)

[pci:controller/dwc] BUILD SUCCESS 9de09b807a1942d179ac5dbcb4982b5301dcc8fd
 2026-08-04  5:52 UTC 

[PATCH v3] PCI: Skip Target Speed quirk on clamped ports with no link
 2026-08-04  5:32 UTC  (4+ messages)

[pci:endpoint] BUILD SUCCESS 0a6f72eda328c773324555491e1ad7f0b0153155
 2026-08-04  4:51 UTC 

[pci:controller/brcmstb] BUILD SUCCESS 92bf60fbb80f94c1b0fc24c7ff67d7aee936a58c
 2026-08-04  4:51 UTC 

[PATCH v6 0/6] PCI: endpoint: Expose endpoint DMA resources (part 2/3)
 2026-08-04  3:54 UTC  (13+ messages)
` [PATCH v6 1/6] PCI: endpoint: Define endpoint DMA BAR metadata format
` [PATCH v6 2/6] PCI: endpoint: Add DMA auxiliary resource metadata
` [PATCH v6 3/6] PCI: endpoint: Add API to delegate EPC DMA channels to the host
` [PATCH v6 4/6] dmaengine: dw-edma: Add delegated channel request helpers
` [PATCH v6 5/6] PCI: dwc: Implement endpoint DMA channel delegation
` [PATCH v6 6/6] PCI: dwc: Expose endpoint DMA resources

[PATCH] PCI: switchtec: Fix use-after-free in switchtec_pci_remove due to race condition
 2026-08-04  3:44 UTC  (2+ messages)

[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
 2026-08-04  1:48 UTC  (8+ messages)
` [PATCH 01/15] netlink: specs: Introduce multi-message blobs for SPDM

[PATCH 00/11] PCI/NTB: endpoint: packed vNTB memory windows
 2026-08-04  1:41 UTC  (26+ messages)
` [PATCH 01/11] NTB: Add atomic MW translation group operations
` [PATCH 02/11] NTB: epf: Parse a versioned packed MW layout
` [PATCH 03/11] PCI: endpoint: pci-epf-vntb: Add packed MW layout handling
` [PATCH 04/11] PCI: endpoint: pci-epf-vntb: Implement MW group translation callbacks
` [PATCH 05/11] PCI: endpoint: pci-epf-vntb: Allocate packed outbound MW space
` [PATCH 06/11] PCI: endpoint: pci-epf-vntb: Add outbound MW group commands
` [PATCH 07/11] NTB: epf: Implement MW group translation callbacks
` [PATCH 08/11] NTB: perf: Reject grouped memory windows
` [PATCH 09/11] NTB/msi: Require a singleton memory window
` [PATCH 10/11] NTB: ntb_transport: Use atomic MW translation groups
` [PATCH 11/11] PCI: endpoint: pci-epf-vntb: Expose packed MWs through configfs

[PATCH v2 0/2] PCI/AER: Fix ghes_estatus_pool memory leaks in error handling
 2026-08-03 22:20 UTC  (5+ messages)
` [PATCH v2 1/2] PCI/AER: Fix memory leak in aer_recover_queue() on kfifo buffer overflow
` [PATCH v2 2/2] PCI/AER: Fix memory leak in aer_recover_work_func() when pci_dev is missing

[PATCH v3 0/2] (no cover subject)
 2026-08-03 22:04 UTC  (5+ messages)
` [PATCH v3 1/2] PCI/AER: Fix memory leak in aer_recover_queue() on kfifo buffer overflow
` [PATCH v3 2/2] PCI/AER: Fix memory leak in aer_recover_work_func() when pci_dev is missing

[PATCH v2 00/11] rust: driver: use pointers instead of indices for ID info
 2026-08-03 20:55 UTC  (2+ messages)
` (subset) "

[PATCH] PCI/AER: Fix memory leak in aer_recover_work_func() when pci_dev is missing
 2026-08-03 18:53 UTC  (2+ messages)

[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-08-03 18:22 UTC  (5+ messages)
` [PATCH v5 3/9] vfio/pci: Add a helper to look up PFNs "

[PATCH v2 0/2] PCI: dwc: ep: Fix unmap potentially unmapping the wrong iATU
 2026-08-03 17:11 UTC  (6+ messages)
` [PATCH v2 2/2] "

[PATCH v3 6/8] wifi: ath12k: Use pci_{enable/disable}_link_state() APIs to enable/disable ASPM states
 2026-08-03 17:08 UTC  (4+ messages)

[PATCH 0/2] misc: pci_endpoint_test: Doorbell fix and improvement
 2026-08-03 16:29 UTC  (2+ messages)

[PATCH V2 0/8] i3c: Support IBI-based system wakeup
 2026-08-03 15:57 UTC  (17+ messages)
` [PATCH V2 1/8] i3c: master: Fix recursive locking during device registration
` [PATCH V2 3/8] i3c: master: Report wakeup events for IBIs
` [PATCH V2 4/8] i3c: master: Add helper to query bus wakeup requirements
` [PATCH V2 6/8] i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCI
` [PATCH V2 7/8] i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()

[PATCH] MAINTAINERS: Update HiSilicon PCI Trace and Tune maintainer
 2026-08-03 15:43 UTC  (2+ messages)

[PATCHv2] PCI: xilinx: use fwnode_irq_get() for INTx IRQ lookup
 2026-08-03 15:28 UTC  (6+ messages)

[PATCH v3 0/2] pci: AMD: Add Versal2 CPM6 PCIe host controller support
 2026-08-03 14:58 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: amd-mdb: Add CPM6 support
` [PATCH v3 2/2] PCI: amd-mdb: Add CPM6 host controller support

[PATCH v2 0/3] CPM6 Channel Separation Support
 2026-08-03 12:31 UTC  (13+ messages)
` [PATCH v2 1/3] dmaengine: dw-edma: Make Xilinx Macros Dev Name Agnostic
` [PATCH v2 2/3] dmaengine: dw-edma: Enable Chan Separation via VSEC

[PATCH] ACPI: PCI: Avoid misleading _OSC messages for non-PCIe host bridges without _OSC
 2026-08-03 11:47 UTC  (4+ messages)

[PATCH v2 0/2] pci: AMD: Add Versal2 CPM6 PCIe host controller support
 2026-08-03 11:28 UTC  (6+ messages)
` [PATCH v2 2/2] pci: AMD: Add CPM6 host controller support to AMD MDB PCIe driver

[PATCH v2 0/5] dmaengine: Add batched scatter-gather DMA support
 2026-08-03 10:31 UTC  (6+ messages)
` [PATCH v2 1/5] dmaengine: Add DMA_SG support for multi-buffer scatter-gather transfers
` [PATCH v2 2/5] dmaengine: dw-edma: Add DMA_SG support
` [PATCH v2 3/5] PCI: epf-mhi: Use a define for the DMA transfer timeout
` [PATCH v2 4/5] PCI: epf-mhi: Add batched DMA read support
` [PATCH v2 5/5] bus: mhi: ep: Use batched read for ring caching

PCI: dwc: ultrarisc: why 32-bit-only config accessors for own config space?
 2026-08-03 10:10 UTC 

[PATCH] PCI: dwc: Add sysfs for local loopback interface
 2026-08-03  9:47 UTC  (2+ messages)

[PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-08-03  9:10 UTC  (12+ messages)
` [PATCH v9 01/10] rust: module: move module types into `module.rs`
` [PATCH v9 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v9 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v9 10/10] rust: module: update MAINTAINERS to cover module.rs

[PATCH v3] power: sequencing: rename pwrseq_power_on/off() to pwrseq_enable/disable()
 2026-08-03  9:00 UTC  (2+ messages)

[PATCH v3 0/4] New vendor support and optimizations for DWC PCIe PMU
 2026-08-03  8:35 UTC  (3+ messages)

[PATCH] Documentation: PCI: Document how to write PCI Host Controller drivers
 2026-08-03  7:27 UTC  (2+ messages)

[PATCH v7 0/3] arm64: dts: qcom: eliza-evk: Enable PCIe0 and PCIe1 with M.2 and TC9563 switch
 2026-08-03  3:55 UTC  (3+ messages)

[PATCH v5] PCI: imx6: Update MPLLB bandwidth to improve i.MX95 Gen3 PCIe stability
 2026-08-03  3:52 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