Linux-PCI Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-20 11:11:47 to 2025-10-21 16:39:56 UTC [more...]

PCIe link training and pwrctrl sequence
 2025-10-21 16:39 UTC 

[PATCH v2] PCI: pcie-xilinx-dma-pl: Fix off-by-one INTx IRQ handling
 2025-10-21 16:26 UTC  (5+ messages)

BAR resizing broken in 6.18 (PPC only?)
 2025-10-21 16:20 UTC  (4+ messages)

[PATCH 0/4] Add L1 substates support for Rockchip platforms
 2025-10-21 16:16 UTC  (9+ messages)
` [PATCH 1/4] PCI: of: Add of_pci_clkreq_present()
` [PATCH 2/4] PCI: tegra194: Use of_pci_clkreq_present() instead
` [PATCH 3/4] PCI: dw-rockchip: Add L1sub support
` [PATCH 4/4] arm64: dts: rockchip: Add PCIe clkreq stuff for RK3588 EVB1

[PATCH 0/3] PCI & resource: Make coalescing host bridge windows safer
 2025-10-21 16:09 UTC  (13+ messages)
` [PATCH 2/3] PCI: Do not coalesce host bridge resource structs in place

[PATCH 1/2] PCI: dwc: Fix ECAM enablement when used with vendor drivers
 2025-10-21 15:57 UTC  (8+ messages)

[PATCH v4 0/5] of/irq: Misc msi-parent handling fixes/clean-ups
 2025-10-21 15:45 UTC  (8+ messages)
` [PATCH v4 1/5] of/irq: Add msi-parent check to of_msi_xlate()
` [PATCH v4 2/5] of/irq: Fix OF node refcount in of_msi_get_domain()
` [PATCH v4 3/5] of/irq: Export of_msi_xlate() for module usage
` [PATCH v4 4/5] PCI: iproc: Implement MSI controller node detection with of_msi_xlate()
` [PATCH v4 5/5] irqchip/gic-its: Rework platform MSI deviceID detection

[PATCH] PCI: of: Downgrade error message on missing of_root node
 2025-10-21 15:43 UTC  (2+ messages)

[PATCH] PCI/ASPM: Enable only L0s and L1 for devicetree platforms
 2025-10-21 15:39 UTC  (5+ messages)

[PATCH] PCI: pcie-xilinx-dma-pl: Fix off-by-one INTx IRQ handling
 2025-10-21 15:24 UTC  (6+ messages)

[PATCH v2 1/1] MIPS: Malta: Use pcibios_align_resource() to block io range
 2025-10-21 14:41 UTC  (5+ messages)

[PATCH v4 00/29] lan966x pci device: Add support for SFPs
 2025-10-21 14:08 UTC  (10+ messages)
` [PATCH v4 02/29] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()
` [PATCH v4 06/29] bus: Introduce simple-platorm-bus
` [PATCH v4 08/29] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v4 09/29] drivers: core: Use fw_devlink_set_device()

[PATCH v2 0/5] rust: pci: add config space read/write support, take 1
 2025-10-21 14:07 UTC  (6+ messages)
` [PATCH v2 1/5] rust/io: factor common I/O helpers into Io trait and specialize Mmio<SIZE>

[PATCH v1 0/3] PCI fixes for s390
 2025-10-21 14:07 UTC  (6+ messages)
` [PATCH v1 1/3] PCI: Allow per function PCI slots
` [PATCH v1 2/3] s390/pci: Add architecture specific resource/bus address translation
` [PATCH v1 3/3] s390/pci: Restore IRQ unconditionally for the zPCI device

[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
 2025-10-21 13:39 UTC  (9+ messages)
` [PATCH 12/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
` [PATCH 13/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset

[REGRESSION] Intel Wireless adapter is not detected until suspending to RAM and resuming
 2025-10-21 13:35 UTC  (15+ messages)

[PATCH v8 0/5] Add support for Andes Qilai SoC PCIe controller
 2025-10-21 13:30 UTC  (3+ messages)
` [PATCH v8 2/5] dt-bindings: PCI: Add Andes QiLai PCIe support

[PATCH] PCI/PM: Prevent runtime suspend before devices are fully initialized
 2025-10-21 13:18 UTC  (9+ messages)

[PATCH v3 0/5] of/irq: Misc msi-parent handling fixes/clean-ups
 2025-10-21 12:51 UTC  (4+ messages)
` [PATCH v3 1/5] of/irq: Add msi-parent check to of_msi_xlate()

[PATCH v2] driver core: Check drivers_autoprobe for all added devices
 2025-10-21 12:49 UTC  (4+ messages)

[PATCH v4 0/3] PM: runtime: Auto-cleanup macros for runtime PM
 2025-10-21 12:44 UTC  (4+ messages)
` [PATCH v4 2/3] PCI/sysfs: Use runtime PM guard macro for auto-cleanup

[PATCH] dt-bindings: Fix inconsistent quoting
 2025-10-21 12:40 UTC  (4+ messages)

[PATCH] PCI/PTM: Do not enable PTM solely based on the capability existense
 2025-10-21 12:35 UTC  (2+ messages)

ROCK 5B/5B+ RTL8852BE probe failure on v6.18-rc
 2025-10-21 12:19 UTC  (5+ messages)

[PATCH v3 2/2] PCI: brcmstb: Add panic/die handler to driver
 2025-10-21 11:02 UTC  (3+ messages)

[PATCH] PCI: dw-rockchip: Skip waiting for link up
 2025-10-21  7:10 UTC  (3+ messages)

[PATCH 0/8] Device::drvdata() and driver/driver interaction (auxiliary)
 2025-10-21  7:08 UTC  (10+ messages)
` [PATCH 1/8] rust: device: narrow the generic of drvdata_obtain()
` [PATCH 2/8] rust: device: introduce Device::drvdata()
` [PATCH 3/8] rust: auxiliary: consider auxiliary devices always have a parent
` [PATCH 4/8] rust: auxiliary: unregister on parent device unbind
` [PATCH 5/8] rust: auxiliary: move parent() to impl Device
` [PATCH 6/8] rust: auxiliary: implement parent() for Device<Bound>
` [PATCH 7/8] samples: rust: auxiliary: misc cleanup of ParentDriver::connect()
` [PATCH 8/8] samples: rust: auxiliary: illustrate driver interaction

[PATCH] rust: driver: let probe() return impl PinInit<Self, Error>
 2025-10-21  7:05 UTC  (2+ messages)

[PATCH v5 0/6] PCI: qcom: Add support for Glymur PCIe Gen5 x4 and Gen4 x2
 2025-10-21  7:04 UTC  (3+ messages)
` [PATCH v5 2/6] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the Glymur QMP PCIe Gen4 2-lane PHY

[pci:for-linus] BUILD SUCCESS 16fbaba2b78f3adb3ae44a765b5c9ed08779be59
 2025-10-21  6:47 UTC 

[PATCH v3] PCI: dw-rockchip: Prevent advertising L1 Substates support
 2025-10-21  2:35 UTC  (2+ messages)

[PATCH v3] PCI: dw-rockchip: Prevent advertising L1 Substates support
 2025-10-21  2:32 UTC  (3+ messages)

[PATCH v5 0/6] PCI: rzg3s-host: Add PCIe driver for Renesas RZ/G3S SoC
 2025-10-21  2:16 UTC  (5+ messages)
` [PATCH v5 3/6] arm64: dts: renesas: r9a08g045: Add PCIe node

[PATCH v1 0/2] PCI: j721e: Add voltage regulator support
 2025-10-21  2:06 UTC  (5+ messages)
` [PATCH v1 1/2] dt-bindings: PCI: ti,j721e-pci-host: Add optional regulator supplies
` [PATCH v1 2/2] PCI: j721e: Add support for "

[PATCH] PCI: dwc: Use multiple ATU regions for large bridge windows
 2025-10-21  2:03 UTC  (2+ messages)

[PATCH v6 0/5] PCI: mediatek: add support AN7583 + YAML rework
 2025-10-21  2:02 UTC  (8+ messages)
` [PATCH v6 3/5] PCI: mediatek: Convert bool to single quirks entry and bitmap
` [PATCH v6 4/5] PCI: mediatek: Use generic MACRO for TPVPERL delay
` [PATCH v6 5/5] PCI: mediatek: Add support for Airoha AN7583 SoC

[PATCH v6 0/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
 2025-10-21  1:51 UTC  (19+ messages)
` [PATCH v6 3/5] "
` [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
` [PATCH v6 5/5] PCI/AER: Clear both AER fatal and non-fatal status

[PATCH v12 0/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
 2025-10-21  1:50 UTC  (8+ messages)
` [PATCH v12 1/3] PCI: trace: Add a generic RAS tracepoint for hotplug event

[PATCH v1 0/5] PCI: tegra: A couple of cleanups
 2025-10-21  1:43 UTC  (5+ messages)
` [PATCH v1 3/5] PCI: tegra: Use readl_poll_timeout() for link status polling

[PATCH] PCI: sg2042: Fix a reference count issue in sg2042_pcie_remove()
 2025-10-21  1:22 UTC  (3+ messages)

[pci:controller/brcmstb] BUILD SUCCESS ad6014f77f6b66e862a912b5aa4571d00ab30405
 2025-10-21  0:47 UTC 

[RFC PATCH 00/21] VFIO live update support
 2025-10-20 23:55 UTC  (18+ messages)
` [RFC PATCH 12/21] vfio/pci: Skip clearing bus master on live update restored device
` [RFC PATCH 15/21] PCI: Make PCI saved state and capability structs public
` [RFC PATCH 18/21] vfio: selftests: Build liveupdate library in VFIO selftests

[PATCH v3 0/7] Introduce SpacemiT K1 PCIe phy and host controller
 2025-10-20 21:00 UTC  (3+ messages)
` [PATCH v3 3/7] dt-bindings: pci: spacemit: introduce PCIe "

[pci:controller/sg2042] BUILD SUCCESS 932ec9dff6da40382ee63049a11a6ff047bdc259
 2025-10-20 20:09 UTC 

[PATCH v2] PCI/PM: Prevent runtime suspend before devices are fully initialized
 2025-10-20 20:07 UTC  (3+ messages)

[PATCH v7 2/3] cpuidle: tegra: Export tegra_cpuidle_pcie_irqs_in_use
 2025-10-20 18:53 UTC  (3+ messages)

[PATCH 1/2] PCI: Setup bridge resources earlier
 2025-10-20 18:46 UTC  (3+ messages)

[PATCH v1] PM: runtime: Fix conditional guard definitions
 2025-10-20 18:43 UTC  (3+ messages)

[pci:controller/kconfig] BUILD SUCCESS bd4e28f711a0c218641f72bb1602a2c8b9d36274
 2025-10-20 17:54 UTC 

[PATCH 0/2] rust: pci: consistently use INTx and PCI BAR in comments
 2025-10-20 17:08 UTC  (3+ messages)

[PATCH 00/15] arm64: dts: mediatek: Add Openwrt One AP functionality
 2025-10-20 17:05 UTC  (13+ messages)
` [PATCH 02/15] arm64: dts: mediatek: mt7981b-openwrt-one: Configure UART0 pinmux
` [PATCH 10/15] arm64: dts: mediatek: mt7981b: Add Ethernet and WiFi offload support

[PATCH v2 0/2] rust: pci: consistently use INTx and PCI BAR in comments
 2025-10-20 17:02 UTC  (3+ messages)
` [PATCH v2 1/2] rust: pci: refer to legacy as INTx interrupts
` [PATCH v2 2/2] rust: pci: normalise spelling of PCI BAR

[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-20 16:51 UTC  (23+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v5 4/9] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v5 8/9] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH 0/6 v5] Make ELOG and GHES log and trace consistently
 2025-10-20 16:37 UTC  (5+ messages)
` [PATCH 4/6 v5] acpi/ghes: Add helper for CPER CXL protocol errors checks
` [PATCH 5/6 v5] acpi/ghes: Add helper to copy CXL protocol error info to work struct

[RESEND PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-20 15:39 UTC  (7+ messages)
` [RESEND PATCH v18 12/16] rust: configfs: use `CStr::as_char_ptr`
` [RESEND PATCH v18 13/16] rust: regulator: "

[PATCH] PCI/ASPM: Avoid restore error L1ss cap.data to parent downstream PCIe port
 2025-10-20 15:25 UTC  (2+ messages)

[PATCH v2 1/1] MIPS: Malta: Use pcibios_align_resource() to block io range
 2025-10-20 14:12 UTC  (2+ messages)

[PATCH v2 0/3] Add PCIe Gen2x1 controller support for RK3528
 2025-10-20 13:14 UTC  (2+ messages)
` (subset) "

[PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-20 12:44 UTC  (3+ messages)
` [PATCH v18 12/16] rust: configfs: use `CStr::as_char_ptr`

[PATCH v17 00/11] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-20 12:00 UTC  (4+ messages)

[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
 2025-10-20 11:53 UTC  (7+ messages)
` [PATCH 1/4] PCI: Support "

[PATCH 0/3] Rust PCI housekeeping
 2025-10-20 11:39 UTC  (2+ messages)

[PATCH v6 0/5] Add support for Andes Qilai SoC PCIe controller
 2025-10-20 11:35 UTC  (6+ messages)
` [PATCH v6 1/5] PCI: dwc: Allow adjusting the number of ob/ib windows in glue driver


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).