Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2025-11-26 16:21:47 to 2025-12-01 06:29:23 UTC [more...]

[PATCH v6 0/7] Add ASPEED PCIe Root Complex support
 2025-12-01  6:29 UTC 

[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)

[PATCH] PCI: Always lift 2.5GT/s restriction in PCIe failed link retraining
 2025-12-01  3:52 UTC 

[PATCH v3 0/7] PCI: endpoint/NTB: Harden vNTB resource management
 2025-11-30 15:11 UTC  (8+ messages)
` [PATCH v3 1/7] NTB: epf: Avoid pci_iounmap() with offset when PEER_SPAD and CONFIG share BAR
` [PATCH v3 2/7] PCI: endpoint: Fix parameter order for .drop_link
` [PATCH v3 3/7] PCI: endpoint: pci-epf-vntb: Remove duplicate resource teardown
` [PATCH v3 4/7] PCI: endpoint: pci-epf-ntb: "
` [PATCH v3 5/7] NTB: epf: vntb: Stop cmd_handler work in epf_ntb_epc_cleanup
` [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 0/2] PCI: dwc: Program device-id
 2025-11-30 15:05 UTC  (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] arm64: dts: qcom: sc7280: Add PCIe device-id

[PATCH RFC RESEND 0/8] thermal: core: Allow setting the parent device of thermal zone/cooling devices
 2025-11-30 12:55 UTC  (14+ messages)

[PATCH] PCI: Fix PCIe SBR dev/link wait error
 2025-11-30  5:17 UTC  (3+ messages)
` [PATCH v2] "
` [PATCH v3] "

linux-next: Tree for Nov 28 (drivers/pci/controller/dwc/pcie-nxp-s32g.o)
 2025-11-30  3:00 UTC 

[PATCH 00/21] vfio/pci: Base support to preserve a VFIO device file across Live Update
 2025-11-30  1:20 UTC  (28+ messages)
` [PATCH 01/21] liveupdate: luo_flb: Prevent retrieve() after finish()
` [PATCH 02/21] PCI: Add API to track PCI devices preserved across Live Update
` [PATCH 03/21] PCI: Require driver_override for incoming Live Update preserved devices
` [PATCH 04/21] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH 05/21] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH 06/21] vfio/pci: Retrieve preserved device files after "
` [PATCH 07/21] vfio/pci: Notify PCI subsystem about devices preserved across "
` [PATCH 08/21] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
` [PATCH 09/21] vfio/pci: Store Live Update state in struct vfio_pci_core_device
` [PATCH 10/21] vfio/pci: Skip reset of preserved device after Live Update
` [PATCH 11/21] selftests/liveupdate: Move luo_test_utils.* into a reusable library
` [PATCH 12/21] selftests/liveupdate: Add helpers to preserve/retrieve FDs
` [PATCH 13/21] vfio: selftests: Build liveupdate library in VFIO selftests
` [PATCH 14/21] vfio: selftests: Add Makefile support for TEST_GEN_PROGS_EXTENDED
` [PATCH 15/21] vfio: selftests: Add vfio_pci_liveupdate_uapi_test
` [PATCH 16/21] vfio: selftests: Initialize vfio_pci_device using a VFIO cdev FD
` [PATCH 17/21] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
` [PATCH 18/21] vfio: selftests: Expose iommu_modes to tests
` [PATCH 19/21] vfio: selftests: Expose low-level helper routines for setting up struct vfio_pci_device
` [PATCH 20/21] vfio: selftests: Verify that opening VFIO device fails during Live Update
` [PATCH 21/21] vfio: selftests: Add continuous DMA to vfio_pci_liveupdate_kexec_test

[PATCH] PCI: dwc: Make Link Up IRQ logic handle already powered on PCIe switches
 2025-11-29 16:50 UTC  (5+ messages)

[RFC PATCH v2 00/27] NTB transport backed by remote DW eDMA
 2025-11-29 16:04 UTC  (28+ 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 07/27] NTB: Add offset parameter to MW translation APIs
` [RFC PATCH v2 08/27] PCI: endpoint: pci-epf-vntb: Propagate MW offset from configfs when present
` [RFC PATCH v2 09/27] NTB: ntb_transport: Support offsetted partial memory windows
` [RFC PATCH v2 10/27] NTB: core: Add .get_pci_epc() to ntb_dev_ops
` [RFC PATCH v2 11/27] NTB: epf: vntb: Implement .get_pci_epc() callback
` [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 15/27] NTB: ntb_transport: Dynamically determine qp count
` [RFC PATCH v2 16/27] NTB: ntb_transport: Introduce get_dma_dev() helper
` [RFC PATCH v2 17/27] NTB: epf: Reserve a subset of MSI vectors for non-NTB users
` [RFC PATCH v2 18/27] NTB: ntb_transport: Introduce ntb_transport_backend_ops
` [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 21/27] NTB: epf: Provide db_vector_count/db_vector_mask callbacks
` [RFC PATCH v2 22/27] ntb_netdev: Multi-queue support
` [RFC PATCH v2 23/27] NTB: epf: Add per-SoC quirk to cap MRRS for DWC eDMA (128B for R-Car)
` [RFC PATCH v2 24/27] iommu: ipmmu-vmsa: Add PCIe ch0 to devices_allowlist
` [RFC PATCH v2 25/27] iommu: ipmmu-vmsa: Add support for reserved regions
` [RFC PATCH v2 26/27] arm64: dts: renesas: Add Spider RC/EP DTs for NTB with remote DW PCIe eDMA
` [RFC PATCH v2 27/27] NTB: epf: Add an additional memory window (MW2) barno mapping on Renesas R-Car

[PATCH v2 00/10] Add support for handling PCIe M.2 Key E connectors in devicetree
 2025-11-29 14:31 UTC  (16+ messages)
` [PATCH v2 01/10] serdev: Convert to_serdev_*() helpers to macros and use container_of_const()
` [PATCH v2 02/10] serdev: Add serdev device based driver match support
` [PATCH v2 03/10] serdev: Allow passing the serdev device name to serdev_device_add()
` [PATCH v2 04/10] serdev: Add an API to find the serdev controller associated with the devicetree node
` [PATCH v2 07/10] serdev: Do not return -ENODEV from of_serdev_register_devices() if external connector is used
` [PATCH v2 09/10] Bluetooth: hci_qca: Add support for WCN7850 PCIe M.2 card
` [PATCH v2 10/10] power: sequencing: pcie-m2: Add support for PCIe M.2 Key E connectors

[PATCH v9 0/4] PCI: dwc: Add ECAM support with iATU configuration
 2025-11-29  6:04 UTC  (9+ messages)
` [PATCH v9 4/4] PCI: dwc: Support ECAM mechanism by enabling iATU 'CFG Shift Feature'

[PATCH v3 0/3] Enable MSI affinity support for dwc PCI
 2025-11-28 21:20 UTC  (4+ messages)
` [PATCH v3 1/3] genirq: Add interrupt redirection infrastructure
` [PATCH v3 2/3] PCI: dwc: Code cleanup
` [PATCH v3 3/3] PCI: dwc: Enable MSI affinity support

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

[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-11-28 18:06 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 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`

[PATCH] drivers/pci: Allow attaching AER to non-RP devices that support MSI
 2025-11-28 17:07 UTC  (2+ messages)

[PATCH v6 0/3] Add driver support for Eswin EIC7700 SoC PCIe controller
 2025-11-28 15:07 UTC  (7+ messages)
` [PATCH v6 2/3] PCI: eic7700: Add Eswin PCIe host controller driver
    `  "

[BUG] PCIe hotplug behind PEX8748: bridge window allocation failures when moving AMC between adjacent downstream ports
 2025-11-28 13:47 UTC  (3+ messages)

[PATCH v5 0/2] PCI: Fix isolated function probing and enable ARI for s390
 2025-11-28 13:30 UTC  (9+ messages)
` [PATCH v5 1/2] PCI: Fix isolated PCI function probing with ARI and SR-IOV

[PATCH v15 0/6] pci: qcom: Add QCS8300 PCIe support
 2025-11-28 12:18 UTC  (8+ messages)
` [PATCH v15 1/6] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy bindings for qcs8300
` [PATCH v15 2/6] arm64: dts: qcom: qcs8300: enable pcie0
` [PATCH v15 3/6] arm64: dts: qcom: qcs8300-ride: enable pcie0 interface
` [PATCH v15 4/6] arm64: dts: qcom: qcs8300: enable pcie1
` [PATCH v15 5/6] arm64: dts: qcom: qcs8300-ride: enable pcie1 interface
` [PATCH v15 6/6] arm64: dts: qcom: monaco-evk: Enable PCIe0 and PCIe1

[PATCH 0/4] PCI: Bridge window head alignment fix/rework
 2025-11-28 11:50 UTC  (5+ messages)
` [PATCH 1/4] PCI: Fix bridge window alignment with optional resources
` [PATCH 2/4] PCI: Rewrite bridge window head alignment function
` [PATCH 3/4] PCI: Stop over-estimating bridge window size
` [PATCH 4/4] resource: Increase MAX_IORES_LEVEL to 8

[PATCH 0/5] PCI: Remove unsupported or incomplete PCIe Capabilities
 2025-11-28 10:02 UTC  (7+ messages)
` [PATCH 3/5] PCI: dwc: Remove MSI/MSIX capability if iMSI-RX is used as MSI controller

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

[linux-next:master] [syscore] a97fbc3ee3: will-it-scale.per_process_ops 3.2% regression
 2025-11-28  6:35 UTC 

[PATCH 0/6] PCI: dwc: Revert Link Up IRQ support
 2025-11-28  5:34 UTC  (11+ messages)

[pci:controller/s32g] BUILD SUCCESS c7533471578ece15dd206585444446f8caa2d2f8
 2025-11-27 22:58 UTC 

[PATCH v2] PCI: Add quirk to disable ASPM L1 for Sandisk SN740 NVMe SSDs
 2025-11-27 18:41 UTC  (6+ messages)

[PATCH v7 0/2] PCI: Configure Root Port MPS during host probing
 2025-11-27 17:09 UTC  (3+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] PCI: dwc: Remove redundant MPS configuration

[PATCH v6 1/2] PCI: Configure Root Port MPS during host probing
 2025-11-27 16:58 UTC  (3+ messages)

[PATCH v8 2/6] PCI: rzg3s-host: Add Renesas RZ/G3S SoC host driver
 2025-11-27 16:32 UTC  (4+ messages)

[PATCH v8 0/6] PCI: rzg3s-host: Add PCIe driver for Renesas RZ/G3S SoC
 2025-11-27 15:32 UTC  (13+ messages)
` [PATCH v8 3/6] arm64: dts: renesas: r9a08g045: Add PCIe node
` [PATCH v8 4/6] arm64: dts: renesas: rzg3s-smarc-som: Add PCIe reference clock
` [PATCH v8 5/6] arm64: dts: renesas: rzg3s-smarc: Enable PCIe
` [PATCH v8 6/6] arm64: defconfig: Enable PCIe for the Renesas RZ/G3S SoC

[PATCH] PCI: qcom: Clear ASPM L0s CAP for MSM8996 SoC
 2025-11-27 14:12 UTC  (4+ messages)

[PATCH v6 0/2] PCI: Add support for PCIe WAKE# interrupt
 2025-11-27 13:01 UTC  (4+ messages)
` [PATCH v6 1/2] PM: sleep: wakeirq: Add support for dedicated shared wake IRQ setup
` [PATCH v6 2/2] PCI: Add support for PCIe WAKE# interrupt

[PATCH v2 1/3] PCI/PM: Reinstate clearing state_saved in legacy and !pm codepaths
 2025-11-27 12:51 UTC  (4+ messages)

[PATCH 1/1] PCI: Use res_to_dev_res() in reassign_resources_sorted()
 2025-11-27 11:21 UTC 

[pci:controller/rzg3s-host] BUILD SUCCESS 7ef502fb35b283e0f85ed7b34e2d963343981a8c
 2025-11-27 10:38 UTC 

[PATCH v3 0/9] arch,sysfb,efi: Support EDID on non-x86 EFI systems
 2025-11-27  7:43 UTC  (9+ messages)
` [PATCH v3 3/9] sysfb: Add struct sysfb_display_info
` [PATCH v3 4/9] sysfb: Replace screen_info with sysfb_primary_display
` [PATCH v3 5/9] sysfb: Pass sysfb_primary_display to devices

[RFC v1 1/5] PCI: rockchip: Fix Link Control register offset and enable ASPM/CLKREQ
 2025-11-27  7:34 UTC  (3+ messages)

[PATCH 4/4 v6] MAINTAINERS: Add MAINTAINER for NXP S32G PCIe driver
 2025-11-27  6:53 UTC  (5+ messages)

[pci:controller/host-common] BUILD SUCCESS b1e24e05e1408602d3414b95031242bbaa72226a
 2025-11-27  6:02 UTC 

[pci:controller/sky1] BUILD SUCCESS d8c47a898e1061520e6c7d72c02da9f5ba3125aa
 2025-11-27  3:40 UTC 

[pci:next] BUILD SUCCESS e8c5d2fd85975099d6db1336319d3a2f04018d47
 2025-11-27  0:39 UTC 

[PATCH v7 5/5] PCI: Suspend iommu function prior to resetting a device
 2025-11-26 21:51 UTC  (3+ messages)

[PATCH 0/4 v5] PCI: s32g: Add support for PCIe controller
 2025-11-26 20:17 UTC  (4+ messages)
` [PATCH 4/4 v5] MAINTAINERS: Add MAINTAINER for NXP S32G PCIe driver

[PATCH 3/5] PCI/pwrctrl: Add APIs for explicitly creating and destroying pwrctrl devices
 2025-11-26 17:44 UTC  (2+ messages)

[PATCH v9 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-26 16:54 UTC  (6+ messages)
` [PATCH v9 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine

[PATCH v7 0/5] Disable ATS via iommu during PCI resets
 2025-11-26 16:21 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