Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2025-12-01 03:52:28 to 2025-12-02 21:30:08 UTC [more...]

[PATCH 00/21] vfio/pci: Base support to preserve a VFIO device file across Live Update
 2025-12-02 21:29 UTC  (32+ messages)
` [PATCH 02/21] PCI: Add API to track PCI devices preserved "
` [PATCH 03/21] PCI: Require driver_override for incoming Live Update preserved devices

[PATCH] rust: pci: fix build failure when CONFIG_PCI_MSI is disabled
 2025-12-02 21:08 UTC  (2+ messages)

[REGRESSION 00/04] Crash during resume of pcie bridge
 2025-12-02 20:01 UTC  (23+ messages)
                          ` Crash during resume of pcie bridge due to infinite loop in ACPICA

[PATCH 00/46] Allow inlining C helpers into Rust when using LTO
 2025-12-02 19:37 UTC  (2+ messages)
` [PATCH 26/46] rust: pci: add __rust_helper to helpers

[PATCH] PCI: Fix PCI bridges not to go to D3Hot on older RISC systems
 2025-12-02 19:35 UTC  (8+ messages)
    ` PCI bridge window issue (Was: Re: [PATCH] PCI: Fix PCI bridges not to go to D3Hot on older RISC systems)
      ` PCI bridge window issue

[PATCH v2 0/4] PCI: Fix ACS enablement for Root Ports in OF platforms
 2025-12-02 19:15 UTC  (6+ messages)
` [PATCH v2 1/4] PCI: Enable ACS only after configuring IOMMU for "
` [PATCH v2 2/4] PCI: Cache ACS capabilities
` [PATCH v2 3/4] PCI: Disable ACS SV capability for the broken IDT switches
` [PATCH v2 4/4] PCI: Extend the pci_disable_acs_sv quirk for one more IDT switch

[PATCH v2] PCI: Do not attempt to set ExtTag for VFs
 2025-12-02 18:16 UTC  (3+ messages)

[PATCH v6 0/9] Error recovery for vfio-pci devices on s390x
 2025-12-02 18:12 UTC  (12+ messages)
` [PATCH v6 1/9] PCI: Allow per function PCI slots
` [PATCH v6 2/9] s390/pci: Add architecture specific resource/bus address translation
` [PATCH v6 3/9] PCI: Avoid saving config space state if inaccessible
` [PATCH v6 4/9] PCI: Add additional checks for flr reset
` [PATCH v6 5/9] s390/pci: Update the logic for detecting passthrough device
` [PATCH v6 6/9] s390/pci: Store PCI error information for passthrough devices
` [PATCH v6 7/9] vfio-pci/zdev: Add a device feature for error information
` [PATCH v6 8/9] vfio: Add a reset_done callback for vfio-pci driver
` [PATCH v6 9/9] vfio: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEX

[PATCH v4 00/29] lan966x pci device: Add support for SFPs
 2025-12-02 17:28 UTC  (14+ messages)
` [PATCH v4 01/29] Revert "treewide: Fix probing of devices in DT overlays"

[PATCH] PCI: Fix PCIe SBR dev/link wait error
 2025-12-02 16:51 UTC  (12+ messages)
` [PATCH v2] "
        ` [PATCH v4 0/1] "
          ` [PATCH v4 v4 1/1] "
` [PATCH v3] "

[PATCH v4 0/6] Add support for StarFive VisionFive 2 Lite board
 2025-12-02 16:31 UTC  (9+ messages)
` [PATCH v4 1/6] PCI: starfive: Use regulator APIs instead of GPIO APIs to enable the 3V3 power supply of PCIe slots
    ` 回复: "

[PATCH 0/6] PCI/portdrv: Use bus-type functions
 2025-12-02 16:10 UTC  (8+ messages)
` [PATCH 1/6] PCI/portdrv: Fix potential resource leak
` [PATCH 2/6] PCI/portdrv: Drop empty shutdown callback
` [PATCH 3/6] PCI/portdrv: Don't check for the driver's and device's bus
` [PATCH 4/6] PCI/portdrv: Move pcie_port_bus_type to pcie source file
` [PATCH 5/6] PCI/portdrv: Don't check for valid device and driver in bus callbacks
` [PATCH 6/6] PCI/portdrv: Use bus-type functions

[PATCH v4 0/7] PCI: endpoint/NTB: Harden vNTB resource management
 2025-12-02 16:09 UTC  (9+ messages)
` [PATCH v4 1/7] NTB: epf: Avoid pci_iounmap() with offset when PEER_SPAD and CONFIG share BAR
` [PATCH v4 2/7] PCI: endpoint: Fix parameter order for .drop_link
` [PATCH v4 3/7] PCI: endpoint: pci-epf-vntb: Remove duplicate resource teardown
` [PATCH v4 4/7] PCI: endpoint: pci-epf-ntb: "
` [PATCH v4 5/7] NTB: epf: vntb: Stop cmd_handler work in epf_ntb_epc_cleanup
` [PATCH v4 6/7] PCI: endpoint: pci-epf-vntb: Switch vpci_scan_bus() to use pci_scan_root_bus()
` [PATCH v4 7/7] PCI: endpoint: pci-epf-vntb: manage ntb_dev lifetime and fix vpci bus teardown

[PATCH] PCI: Always lift 2.5GT/s restriction in PCIe failed link retraining
 2025-12-02 16:07 UTC  (6+ messages)
` [External] : "

[RFC PATCH v2 00/27] NTB transport backed by remote DW eDMA
 2025-12-02 16:07 UTC  (54+ messages)
` [RFC PATCH v2 01/27] PCI: endpoint: pci-epf-vntb: Use array_index_nospec() on mws_size[] access
` [RFC PATCH v2 02/27] PCI: endpoint: pci-epf-vntb: Add mwN_offset configfs attributes
` [RFC PATCH v2 03/27] NTB: epf: Handle mwN_offset for inbound MW regions
` [RFC PATCH v2 04/27] PCI: endpoint: Add inbound mapping ops to EPC core
` [RFC PATCH v2 05/27] PCI: dwc: ep: Implement EPC inbound mapping support
` [RFC PATCH v2 06/27] PCI: endpoint: pci-epf-vntb: Use pci_epc_map_inbound() for MW mapping
` [RFC PATCH v2 08/27] PCI: endpoint: pci-epf-vntb: Propagate MW offset from configfs when present
` [RFC PATCH v2 10/27] NTB: core: Add .get_pci_epc() to ntb_dev_ops
` [RFC PATCH v2 12/27] damengine: dw-edma: Fix MSI data values for multi-vector IMWr interrupts
` [RFC PATCH v2 13/27] NTB: ntb_transport: Use seq_file for QP stats debugfs
` [RFC PATCH v2 14/27] NTB: ntb_transport: Move TX memory window setup into setup_qp_mw()
` [RFC PATCH v2 19/27] PCI: dwc: ep: Cache MSI outbound iATU mapping
` [RFC PATCH v2 20/27] NTB: ntb_transport: Introduce remote eDMA backed transport mode
` [RFC PATCH v2 23/27] NTB: epf: Add per-SoC quirk to cap MRRS for DWC eDMA (128B for R-Car)

[PATCH v9 0/4] PCI: dwc: Add ECAM support with iATU configuration
 2025-12-02 13:45 UTC  (15+ messages)
` [PATCH v9 4/4] PCI: dwc: Support ECAM mechanism by enabling iATU 'CFG Shift Feature'

[PATCH net] net/mlx5: Fix double unregister of HCA_PORTS component
 2025-12-02 11:12 UTC 

linux-next: Tree for Nov 28 (drivers/pci/controller/dwc/pcie-nxp-s32g.o)
 2025-12-02 10:24 UTC  (8+ messages)

[PATCH v7 0/3] Add driver support for Eswin EIC7700 SoC PCIe controller
 2025-12-02  9:04 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: PCI: eic7700: Add Eswin PCIe host controller
` [PATCH v7 2/3] PCI: eic7700: Add Eswin PCIe host controller driver
` [PATCH v7 3/3] PCI: dwc: Add no_pme_handshake flag and skip PME_Turn_Off broadcast

[PATCH v3 0/7] PCI: endpoint/NTB: Harden vNTB resource management
 2025-12-02  7:11 UTC  (6+ messages)
` [PATCH v3 6/7] PCI: endpoint: pci-epf-vntb: Switch vpci_scan_bus() to use pci_scan_root_bus()
` [PATCH v3 7/7] PCI: endpoint: pci-epf-vntb: Manage ntb_dev lifetime and fix vpci bus teardown

[PATCH v7 08/17] ACPI: pci_link: Clear the dependencies after probe
 2025-12-02  4:28 UTC  (5+ messages)
`  "

[PATCH] x86/kaslr: P2PDMA is one of a class of ZONE_DEVICE-KASLR collisions
 2025-12-01 21:29 UTC  (3+ messages)

[RFC 1/2] Set steering-tag directly for PCIe P2P memory access
 2025-12-01 17:43 UTC  (2+ messages)

[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-12-01 17:09 UTC  (9+ messages)
` [PATCH v13 1/4] rust: types: Add Ownable/Owned types
` [PATCH v13 2/4] rust: `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`

[PATCH] PCI: Fix PCIe SBR dev/link wait error
 2025-12-01 16:18 UTC  (8+ messages)

[PATCH v5 0/2] PCI: Fix isolated function probing and enable ARI for s390
 2025-12-01 14:45 UTC  (10+ messages)
` [PATCH v5 1/2] PCI: Fix isolated PCI function probing with ARI and SR-IOV

[PATCH 0/2] PCI: dwc: Program device-id
 2025-12-01 12:26 UTC  (2+ messages)

[PATCH v7 0/6] rust: pci: add config space read/write support
 2025-12-01 12:23 UTC  (10+ messages)
` [PATCH v7 3/6] rust: io: factor common I/O helpers into Io trait

[PATCH v2] PCI: Add quirk to disable ASPM L1 for Sandisk SN740 NVMe SSDs
 2025-12-01 10:37 UTC  (5+ messages)

[PATCH RESEND v6 0/2] Add AMD MDB Endpoint and non-LL mode Support
 2025-12-01  9:58 UTC  (5+ messages)
` [PATCH RESEND v6 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support
` [PATCH RESEND v6 2/2] dmaengine: dw-edma: Add non-LL mode

[PATCH v2] PCI: dwc: Make Link Up IRQ logic handle already powered on PCIe switches
 2025-12-01  6:40 UTC  (2+ messages)

[PATCH v2 0/1] PCI: pcie_failed_link_retrain() return if dev is not ASM2824
 2025-12-01  6:33 UTC  (3+ messages)

[PATCH v6 0/7] Add ASPEED PCIe Root Complex support
 2025-12-01  6:29 UTC  (8+ messages)
` [PATCH v6 1/7] dt-bindings: phy: aspeed: Add ASPEED PCIe PHY
` [PATCH v6 2/7] dt-bindings: PCI: Add ASPEED PCIe RC support
` [PATCH v6 3/7] ARM: dts: aspeed-g6: Add PCIe RC and PCIe PHY node
` [PATCH v6 4/7] PHY: aspeed: Add ASPEED PCIe PHY driver
` [PATCH v6 5/7] PCI: Add FMT, TYPE and CPL status definition for TLP header
` [PATCH v6 6/7] PCI: aspeed: Add ASPEED PCIe RC driver
` [PATCH v6 7/7] MAINTAINERS: "

[PATCH 2/2] PCI: Fix the PCIe bridge decreasing to Gen 1 during hotplug testing
 2025-12-01  3:54 UTC  (7+ messages)
        ` [External] : "

[PATCH 0/1] PCI: Add CONFIG_PCI_NOSPEED_QUIRK to remove pcie_failed_link_retrain
 2025-12-01  3:54 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