messages from 2025-06-19 12:56:04 to 2025-06-23 12:13:08 UTC [more...]
[PATCH v12 0/9] Add STM32MP25 PCIe drivers
2025-06-23 12:13 UTC (2+ messages)
` (subset) "
[PATCH v2 0/3] PCI: endpoint: pci-epf-vntb: allow arbitrary BAR mapping
2025-06-23 12:06 UTC (2+ messages)
[PATCH] PCI: endpoint: Fix configfs group removal on driver teardown
2025-06-23 12:01 UTC (4+ messages)
[PATCH v2 0/4] Improvements for Devres
2025-06-23 12:01 UTC (19+ messages)
` [PATCH v2 1/4] rust: revocable: support fallible PinInit types
` [PATCH v2 2/4] rust: devres: replace Devres::new_foreign_owned()
` [PATCH v2 3/4] rust: devres: get rid of Devres' inner Arc
` [PATCH v2 4/4] rust: devres: implement register_release()
[PATCH v1 0/3] mediatek-gen3: Add support for MT8196/MT6991
2025-06-23 12:00 UTC (4+ messages)
` [PATCH v1 1/3] PCI: mediatek-gen3: Implement sys clock ready time setting
` [PATCH v1 2/3] dt-bindings: PCI: mediatek-gen3: Add support for MT6991/MT8196
` [PATCH v1 3/3] PCI: mediatek-gen3: Add support for MediaTek MT8196 SoC
[BUG] PCIe bwctrl warning on Lenovo 82XT with AMD Phoenix GPP Bridge
2025-06-23 11:54 UTC
[PATCH 0/2] PCI: brcmstb: Use "num-lanes" DT property if present
2025-06-23 11:53 UTC (2+ messages)
[RFC PATCH v3 0/3] PCI: rockchip-host: Support quirky devices
2025-06-23 11:44 UTC (4+ messages)
` [RFC PATCH v3 2/3] PCI: rockchip-host: Retry link training on failure without PERST#
[v3 0/2] PCI: imx6: Refine apps_reset and EP link behavior
2025-06-23 11:42 UTC (4+ messages)
` [PATCH v3 1/2] PCI: imx6: Remove apps_reset toggle in _core_reset functions
[PATCH 0/1] PCI: vmd: Add VMD Device ID Support for PTL
2025-06-23 11:38 UTC (3+ messages)
` [PATCH 1/1] PCI: vmd: Add VMD Device ID Support for PTL-H/P/U
[PATCH v3 0/2] Don't make noise about disconnected USB4 devices
2025-06-23 11:37 UTC (14+ messages)
` [PATCH v3 1/2] PCI/PM: Skip resuming to D0 if disconnected
` [PATCH v3 2/2] PCI: Fix runtime PM usage count underflow on device unplug
[PATCH 0/4] Drop unrelated clocks from SM8150/SC8180X PCIe RCs
2025-06-23 11:34 UTC (2+ messages)
` (subset) "
[PATCH v4 0/2] PCI: qcom: Move PERST# GPIO & phy retrieval from controller to PCIe bridge node
2025-06-23 11:07 UTC (2+ messages)
[PATCH v5 0/2] Configure root port MPS during host probing
2025-06-23 10:58 UTC (6+ messages)
` [PATCH v5 1/2] PCI: "
` [PATCH v5 2/2] PCI: dwc: Remove redundant MPS configuration
[PATCH v3 0/7] Adjust fbcon console device detection
2025-06-23 10:43 UTC (16+ messages)
` [PATCH v3 1/7] PCI: Add helper for checking if a PCI device is a display controller
` [PATCH v3 2/7] vfio/pci: Use pci_is_display()
` [PATCH v3 3/7] vga_switcheroo: "
` [PATCH v3 4/7] iommu/vt-d: "
` [PATCH v3 5/7] ALSA: hda: "
` [PATCH v3 6/7] PCI/VGA: Move check for firmware default out of VGA arbiter
` [PATCH v3 7/7] fbcon: Make a symlink to the device selected as primary
[PATCH v3 0/6] PCI: dwc: Do not enumerate bus before endpoint devices are ready
2025-06-23 10:12 UTC (2+ messages)
[PATCH v5 00/27] Arm GICv5: Host driver implementation
2025-06-23 9:26 UTC (5+ messages)
` [PATCH v5 24/27] irqchip/gic-v5: Add GICv5 ITS support
[PATCH v1 0/3] rust: Build PHY device tables by using module_device_table macro
2025-06-23 9:21 UTC (5+ messages)
` [PATCH v1 1/3] rust: device_id: make DRIVER_DATA_OFFSET optional
` [PATCH v1 2/3] rust: net::phy Represent DeviceId as transparent wrapper over mdio_device_id
` [PATCH v1 3/3] rust: net::phy Change module_phy_driver macro to use module_device_table macro
[PATCH v6 0/6] pci: qcom: Add QCS8300 PCIe support
2025-06-23 9:16 UTC (4+ messages)
` [PATCH v6 1/6] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy bindings for qcs8300
[PATCH v2 0/2] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
2025-06-23 8:41 UTC (3+ messages)
` [PATCH v2 1/2] PCI/AER: Fix missing uevent on recovery when a reset is requested
` [PATCH v2 2/2] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
[PATCH v3 0/2] Add support for AMD Versal Gen 2 MDB PCIe RP PERST#
2025-06-23 7:51 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: amd-mdb: Add reset-gpios property for PCIe RP PERST# handling
[PATCH v3 0/2] PCI: imx6: Add external reference clock mode support
2025-06-23 6:49 UTC (9+ messages)
` [PATCH v3 1/2] dt-binding: pci-imx6: "
` [PATCH v3 2/2] PCI: imx6: "
[PATCH v12 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-06-23 6:22 UTC (9+ messages)
` [PATCH v12 1/5] rust: macros: reduce collections in `quote!` macro
` [PATCH v12 2/5] rust: support formatting of foreign types
` [PATCH v12 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v12 4/5] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v12 5/5] rust: remove core::ffi::CStr reexport
[PATCH 0/7] Add ASPEED PCIe Root Complex support
2025-06-23 5:41 UTC (28+ messages)
` [PATCH 1/7] dt-bindings: phy: Add document for ASPEED PCIe PHY
` 回覆: "
` [PATCH 2/7] dt-bindings: pci: Add document for ASPEED PCIe Config
` 回覆: "
` [PATCH 3/7] dt-bindings: pci: Add document for ASPEED PCIe RC
` [PATCH 4/7] ARM: dts: aspeed-g6: Add AST2600 PCIe RC PERST ctrl pin
` [PATCH 6/7] pinctrl: aspeed-g6: Add PCIe RC PERST pin group
` [PATCH 7/7] pci: aspeed: Add ASPEED PCIe host controller driver
` 回覆: "
` 回覆: [PATCH 0/7] Add ASPEED PCIe Root Complex support
[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
2025-06-23 3:04 UTC (3+ messages)
[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
2025-06-22 22:50 UTC (2+ messages)
[PATCH v4 0/6] rust: add support for request_irq
2025-06-22 20:53 UTC (6+ messages)
` [PATCH v4 4/6] rust: irq: add support for threaded IRQs and handlers
[PATCH v3 00/28] lan966x pci device: Add support for SFPs
2025-06-21 21:08 UTC (3+ messages)
` [PATCH v3 19/28] clk: lan966x: Add MCHP_LAN966X_PCI dependency
[PATCH 0/8] Device: generic accessors for drvdata + Driver::unbind()
2025-06-21 19:43 UTC (9+ messages)
` [PATCH 1/8] rust: device: introduce device::Internal
` [PATCH 2/8] rust: device: add drvdata accessors
` [PATCH 3/8] rust: platform: use generic device "
` [PATCH 4/8] rust: pci: "
` [PATCH 5/8] rust: auxiliary: "
` [PATCH 6/8] rust: platform: implement Driver::unbind()
` [PATCH 7/8] rust: pci: "
` [PATCH 8/8] samples: rust: pci: reset pci-testdev in unbind()
[pci:next] BUILD SUCCESS c10ba24fb5c9d6e2eb595bf7a0a00fda8f265a0b
2025-06-21 16:13 UTC
Released pciutils-3.14.0
2025-06-21 16:12 UTC
[GIT PULL] PCI fixes for v6.16
2025-06-21 15:47 UTC (2+ messages)
[PATCH v2 6/6] pci/hotplug/pnv_php: Enable third attention indicator
2025-06-21 15:05 UTC (5+ messages)
PCI IO ECS access is no longer possible for AMD family 17h
2025-06-21 14:50 UTC (7+ messages)
[PATCH] agp/amd64: Bind to unsupported devices only if AGP is present
2025-06-21 14:05 UTC (5+ messages)
[RFC PATCH v6 0/4] PCI: rockchip: Improve driver quality
2025-06-21 11:33 UTC (7+ messages)
` [RFC PATCH v6 1/4] PCI: rockchip: Use standard PCIe defines
` [RFC PATCH v6 2/4] PCI: rockchip: Set Target Link Speed before retraining
` [RFC PATCH v6 3/4] phy: rockchip-pcie: Enable all four lanes if required
` [RFC PATCH v6 4/4] phy: rockchip-pcie: Properly disable TEST_WRITE strobe signal
[pci:controller/dw-rockchip] BUILD SUCCESS c0b93754547dde16c8370b8fdad5f396e7786647
2025-06-21 6:48 UTC
[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
2025-06-21 1:07 UTC (5+ messages)
[PATCH v2 0/8] PCI: rzg3s-host: Add PCIe driver for Renesas RZ/G3S SoC
2025-06-20 19:35 UTC (4+ messages)
` [PATCH v2 4/8] PCI: rzg3s-host: Add Initial PCIe Host Driver "
[RFC PATCH v5 0/4] PCI: rockchip: Improve driver quality
2025-06-20 18:35 UTC (14+ messages)
` [RFC PATCH v5 2/4] PCI: rockchip: Set Target Link Speed before retraining
` [RFC PATCH v5 3/4] phy: rockchip-pcie: Enable all four lanes
` [RFC PATCH v5 4/4] phy: rockchip-pcie: Adjust read mask and write
[PATCH v2 2/6] pci/hotplug/pnv_php: Work around switches with broken
2025-06-20 16:45 UTC (4+ messages)
[PATCH 0/4] Nested virtualization fixes for root partition
2025-06-20 16:19 UTC (6+ messages)
` [PATCH 3/4] x86: hyperv: Expose hv_map_msi_interrupt function
[PATCH 2/2] PCI: rockchip: Remove redundant PCIe message routing definitions
2025-06-20 15:58 UTC (3+ messages)
[RFC PATCH] PCI: pciehp: Replace fixed delay with polling for slot power-off
2025-06-20 5:54 UTC (3+ messages)
[PATCH v4] PCI: Prevent power state transition of erroneous device
2025-06-20 12:14 UTC (11+ messages)
[v4 PATCH 1/1] PCI: of: fix non-prefetchable region address range check
2025-06-20 9:32 UTC
[pci:controller/rockchip] BUILD SUCCESS 1a69c63fdf1c9095e132096081e27ac85a4d48a5
2025-06-20 9:21 UTC
[v3 PATCH 1/1] PCI: of: fix non-prefetchable region address range check
2025-06-20 7:27 UTC (3+ messages)
[pci:controller/cadence] BUILD SUCCESS f28413fe0899591492d8ca3cdf5fd35558d9c05d
2025-06-20 6:37 UTC
[PATCH 5/7] ARM: dts: aspeed-g6: Add PCIe RC node
2025-06-20 5:24 UTC (3+ messages)
` 回覆: "
[RESEND PATCH v7 2/2] PCI: xilinx-cpm: Add support for PCIe RP PERST# signal
2025-06-20 2:52 UTC (3+ messages)
[RESEND PATCH v7 0/2] Add support for PCIe RP PERST#
2025-06-20 2:22 UTC (4+ messages)
` [RESEND PATCH v7 1/2] dt-bindings: PCI: xilinx-cpm: Add `cpm_crx` and `cpm5nc_fw_attr` properties
[PATCH] PCI/pwrctrl: Skip creating platform device unless CONFIG_PCI_PWRCTL enabled
2025-06-20 0:06 UTC (2+ messages)
[PATCH v2 5/6] pci/hotplug/pnv_php: Fix surprise plug detection and
2025-06-19 19:22 UTC (2+ messages)
[PATCH v2] PCI/AER: Add error message when AER_MAX_MULTI_ERR_DEVICES limit is hit during AER handling
2025-06-19 18:50 UTC
[PATCH] PCI: pciehp: fix circular lock dependency b/w pci_rescan_remove_lock and reset_lock
2025-06-19 16:19 UTC (2+ messages)
[PATCH v3 1/1] PCI: Add Extended Tag + MRRS quirk for Xeon 6
2025-06-19 16:13 UTC (2+ messages)
[pci:for-linus] BUILD SUCCESS bbf10cd686835d5a4b8566dc73a3b00b4cd7932a
2025-06-19 15:54 UTC
[PATCH v2 00/13] PCI: dwc: Refactor register access with dw_pcie_clear_and_set_dword helper
2025-06-19 15:16 UTC (7+ messages)
` [PATCH v2 01/13] PCI: dwc: Add dw_pcie_clear_and_set_dword() for register bit manipulation
` [PATCH v2 04/13] PCI: imx6: Refactor code by using dw_pcie_clear_and_set_dword()
[PATCH v2] PCI: imx6: Enable the vpcie regulator when fetch it
2025-06-19 15:03 UTC (2+ messages)
[PATCH v2 0/2] PCI: imx6: Add external reference clock mode support
2025-06-19 14:54 UTC (5+ messages)
` [PATCH v2 1/2] dt-binding: pci-imx6: "
` [PATCH v2 2/2] PCI: imx6: "
[PATCH v3 0/5] Add quirks to proceed PME handshake in DWC PM
2025-06-19 14:46 UTC (5+ messages)
` [PATCH v3 2/5] PCI: imx6: Don't poll LTSSM state of i.MX6QP PCIe in PM operations
` [PATCH v3 3/5] PCI: imx6: Don't poll LTSSM state of i.MX7D "
[PATCH] Revert "PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()"
2025-06-19 14:30 UTC (2+ messages)
[PATCH v10] PCI: Add pcie_link_is_active() function
2025-06-19 13:55 UTC (2+ messages)
[PATCH v2 0/2] Don't make noise about disconnected USB4 devices
2025-06-19 13:36 UTC (4+ messages)
` [PATCH v2 1/2] PCI: Don't show errors on inaccessible PCI devices
[PATCH v2 0/3] PCIe: Refactor link speed configuration with unified macro
2025-06-19 13:26 UTC (2+ messages)
[PATCH 1/1] PCI: Fix secondary bus wait return value when D3cold delay = 0
2025-06-19 13:15 UTC (2+ messages)
[PATCH v2] PCI/AER: Use pci_clear_and_set_config_dword() to simplify mask updates
2025-06-19 13:06 UTC (2+ messages)
[PATCH 0/2] PCI: Consolidate PCIe message routing definitions and remove driver-specific duplicates
2025-06-19 12:56 UTC (2+ messages)
` (subset) "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox