Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-08-11 01:21:22 to 2026-08-12 18:47:43 UTC [more...]

[PATCH v2 0/5] Rework PCI IRQ vector code
 2026-08-12 18:47 UTC  (21+ messages)
` [PATCH v2 1/5] rust: pci: convert IrqVectorRegistration to a lifetime-managed owning type
` [PATCH v2 2/5] rust: pci: resolve IRQ in vector() and embed IrqRequest in IrqVector
` [PATCH v2 3/5] rust: pci: remove request_irq() and request_threaded_irq() from Device
` [PATCH v2 4/5] PCI: Add pci_irq_type() to query the allocated interrupt type
` [PATCH v2 5/5] rust: pci: expose "

[PATCH v2] pci: quirks: Disable native PCIe hotplug on MSI Claw A8 root bridge
 2026-08-12 18:20 UTC  (12+ messages)

[PATCH v3 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-08-12 18:08 UTC  (10+ messages)
` [PATCH v3 1/5] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [PATCH v3 2/5] Drivers: hv: Add logical device ID registry for vPCI devices
` [PATCH v3 3/5] iommu/x86: Share the architectural MSI reserved range
` [PATCH v3 4/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v3 5/5] iommu/hyperv: Add page-selective IOTLB flush support

[PATCH v2 0/4] PCI: of: warn on bogus device_type property
 2026-08-12 17:29 UTC  (9+ messages)
` [PATCH v2 1/4] PCI: of: drop the reg_num argument to of_pci_set_address()
` [PATCH v2 2/4] PCI: of: don't zero flags in of_pci_get_addr_flags()
` [PATCH v2 3/4] PCI: of: make a flags argument optional
` [PATCH v2 4/4] PCI: of: introduce of_pci_verify_node()

[PATCH v10 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-08-12 16:33 UTC  (12+ messages)
` [PATCH v10 01/10] rust: module: move module types into `module.rs`
` [PATCH v10 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v10 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v10 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v10 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v10 06/10] rust: miscdevice: "
` [PATCH v10 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v10 08/10] rust_binder: "
` [PATCH v10 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v10 10/10] rust: module: update MAINTAINERS to cover module.rs

[PATCH v2 00/16] rust: io: support register projections and remove relative registers
 2026-08-12 14:48 UTC  (9+ messages)
` [PATCH v2 02/16] rust: io: add `IoRepr` trait
` [PATCH v2 11/16] rust: io: register: support fixed offset register without bitfield
` [PATCH v2 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers

[PATCH v6 0/6] PCI: endpoint: Expose endpoint DMA resources (part 2/3)
 2026-08-12 14:39 UTC  (9+ messages)
` [PATCH v6 4/6] dmaengine: dw-edma: Add delegated channel request helpers

[PATCH 0/9] PCI: qcom: Add PCIe support for Shikra SoC
 2026-08-12 13:03 UTC  (7+ messages)
` [PATCH 2/9] dt-bindings: PCI: qcom: Document the Shikra PCIe Controller

[PATCH v5 0/2] PCI: mediatek-gen3: Add 2-lanes mode support + clock
 2026-08-12  7:59 UTC  (6+ messages)

[PATCH] PCI: Fix use-after-free race in pci_find_bus()
 2026-08-12  7:45 UTC  (5+ messages)

[REGRESSION] mainline/master: Apalis iMX6 no longer boots
 2026-08-12  6:54 UTC  (8+ messages)

[RFC PATCH 0/5] PCI/vfio-pci: Guard resets against active SR-IOV VFs
 2026-08-12  5:02 UTC  (11+ messages)
` [RFC PATCH 1/5] PCI: Refuse function reset of an SR-IOV PF with enabled VFs
` [RFC PATCH 2/5] PCI: Add pci_reset_bus_cond() for a caller-gated slot or bus reset
` [RFC PATCH 3/5] vfio/pci: Refuse to reset an SR-IOV PF with enabled VFs
` [RFC PATCH 4/5] PCI: Export pci_reset_supported()
` [RFC PATCH 5/5] vfio/pci: Use pci_reset_supported() in place of reset_works

[PATCH 0/3] PCI: imx6: select the PCIe REF_CLK source on i.MX8MQ
 2026-08-12  2:49 UTC  (3+ messages)
` [PATCH 2/3] PCI: imx6: Use the external clock as REF_CLK when needed for i.MX8MQ

[PATCH v6 0/3] PCI/ASPM: Mask ASPM states based on Devicetree properties
 2026-08-12  2:37 UTC  (2+ messages)

[PATCH v12] PCI: Add support for PCIe WAKE# interrupt
 2026-08-11 23:58 UTC  (2+ messages)

[PATCH v2] PCI: Allow D3 for native Hotplug capable Root Ports on non-x86 platforms
 2026-08-11 23:22 UTC  (2+ messages)

[PATCH] Documentation: PCI: Document how to write PCI Host Controller drivers
 2026-08-11 23:19 UTC  (2+ messages)

[REGRESSION] mainline/master: PCI link creation fails on Apalis iMX6
 2026-08-11 21:49 UTC  (2+ messages)

Pericom PI7C9X2G608 (12d8:2608) missing from ACS quirk — breaks Renesas uPD720202 USB3 cards when IOMMU is on
 2026-08-11 21:31 UTC  (5+ messages)

[PATCH 4/5] PCI: add pci_irq_type() to query the allocated interrupt type
 2026-08-11 21:11 UTC  (2+ messages)

[PATCH v3 0/3] PCI: rzg3s: Fix issues in cleanup paths
 2026-08-11 20:16 UTC  (7+ messages)
` [PATCH v3 1/3] PCI: rzg3s: Disable refclk on probe failure
` [PATCH v3 2/3] PCI: rzg3s: Propagate platform_get_irq_byname() errors
` [PATCH v3 3/3] PCI: rzg3s: Fix IRQ domain initialization error handling

[PATCH v2 0/5] dmaengine: Add batched scatter-gather DMA support
 2026-08-11 18:17 UTC  (3+ messages)
` [PATCH v2 1/5] dmaengine: Add DMA_SG support for multi-buffer scatter-gather transfers

[PATCH RFC 0/2] Support Hyper-V vPCI controller reset method
 2026-08-11 17:58 UTC  (9+ messages)
` [PATCH RFC 1/2] PCI: Add "
` [PATCH RFC 2/2] PCI: hv: Add vPCI device reset support

[PATCH] PCI: Save/restore Device 3 control and clear stale 14-bit Tag enables
 2026-08-11 16:46 UTC  (6+ messages)
` [PATCH V2 0/4] PCI: Re-evaluate DEV3 14-Bit Tag Requester Enable on link mode changes
` [PATCH V2 1/4] PCI: Add DEV3 14-Bit Tag Requester register definitions
` [PATCH V2 2/4] PCI: Move __pcie_update_link_speed() out of line
` [PATCH V2 3/4] PCI: Save and restore the Device 3 Control register
` [PATCH V2 4/4] PCI: Clear stale 14-Bit Tag Requester Enable when a link leaves Flit Mode

[PATCH 0/5] Rework PCI IRQ vector code
 2026-08-11 16:44 UTC  (4+ messages)
` [PATCH 2/5] rust: pci: convert IrqVectorRegistration to a lifetime-managed owning type

[PATCH] dt-bindings: PCI: Correct white-space style
 2026-08-11 16:18 UTC  (3+ messages)

[PATCH] PCI: qcom: Add register dump support for PCIe Link Down events
 2026-08-11 16:12 UTC 

[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-08-11 15:58 UTC  (15+ messages)
` [PATCH v5 2/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
` [PATCH v5 7/9] vfio/pci: Clean up BAR zap and revocation

[PATCH] PCI: Save/restore Device 3 control and clear stale 14-bit Tag enables
 2026-08-11 13:10 UTC  (2+ messages)

[PATCH v11] PCI: Add device-specific reset for Qualcomm devices
 2026-08-11 11:43 UTC  (2+ messages)

[PATCH v4] PCI: Disable ASPM L0s for Realtek RTS525A
 2026-08-11  9:39 UTC  (2+ messages)

[PATCH v3 00/17] PCI/P2PDMA: Fix ACS egress control handling
 2026-08-11  9:30 UTC  (14+ messages)
` [PATCH v3 01/17] PCI/P2PDMA: Do not tear down the allocate attribute on registration failure
` [PATCH v3 02/17] PCI/P2PDMA: Wait for RCU readers before freeing state
` [PATCH v3 03/17] PCI/P2PDMA: Restrict the p2pmem search to pool backed providers
` [PATCH v3 04/17] PCI/P2PDMA: Safely terminate ACS redirect lists
` [PATCH v3 05/17] PCI/P2PDMA: Document the pdev->p2pdma lifetime and RCU rules
` [PATCH v3 06/17] PCI/P2PDMA: Gate the host bridge whitelist warning on verbose
` [PATCH v3 07/17] PCI/P2PDMA: Document the Address Type assumption
` [PATCH v3 08/17] PCI: Account for Direct Translated P2P in ACS isolation checks
` [PATCH v3 09/17] PCI: Add ACS egress control vector accessor
` [PATCH v3 10/17] PCI: Account for ACS egress control in isolation checks
` [PATCH v3 12/17] PCI/P2PDMA: Honor ACS egress control vectors
` [PATCH v3 13/17] PCI/P2PDMA: Document ACS egress control handling
` [PATCH v3 14/17] PCI/P2PDMA: Extract pure ACS routing decision helpers

[PATCH] PCI: Disable NoSnoop and Relaxed ordering for Intel wireless BE200
 2026-08-11  8:56 UTC  (2+ messages)

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

[PATCH] PCI: rockchip-ep: disable link training work on remove
 2026-08-11  5:52 UTC  (2+ messages)

[PATCH v2] PCI: Mask Replay Timer Timeout for Realtek RTS525A
 2026-08-11  5:33 UTC  (5+ messages)
` [PATCH v3] PCI: Disable ASPM L0s "


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