messages from 2026-01-13 15:27:38 to 2026-01-14 18:26:44 UTC [more...]
[PATCH v14 00/34] Enable CXL PCIe Port Protocol Error handling and logging
2026-01-14 18:20 UTC (27+ messages)
` [PATCH v14 01/34] PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.h
` [PATCH v14 02/34] PCI: Update CXL DVSEC definitions
` [PATCH v14 03/34] PCI: Introduce pcie_is_cxl()
` [PATCH v14 04/34] cxl/pci: Remove unnecessary CXL Endpoint handling helper functions
` [PATCH v14 05/34] cxl/pci: Remove unnecessary CXL RCH "
` [PATCH v14 06/34] PCI: Replace cxl_error_is_native() with pcie_aer_is_native()
` [PATCH v14 07/34] cxl/pci: Remove CXL VH handling in CONFIG_PCIEAER_CXL conditional blocks from core/pci.c
` [PATCH v14 08/34] cxl/pci: Move CXL driver's RCH error handling into core/ras_rch.c
` [PATCH v14 09/34] PCI/AER: Export pci_aer_unmask_internal_errors()
` [PATCH v14 10/34] PCI/AER: Update is_internal_error() to be non-static is_aer_internal_error()
` [PATCH v14 11/34] PCI/AER: Move CXL RCH error handling to aer_cxl_rch.c
` [PATCH v14 12/34] PCI/AER: Use guard() in cxl_rch_handle_error_iter()
` [PATCH v14 13/34] PCI/AER: Replace PCIEAER_CXL symbol with CXL_RAS
` [PATCH v14 14/34] PCI/AER: Report CXL or PCIe bus type in AER trace logging
` [PATCH v14 15/34] PCI/AER: Update struct aer_err_info with kernel-doc formatting
` [PATCH v14 16/34] cxl/mem: Clarify @host for devm_cxl_add_nvdimm()
` [PATCH v14 17/34] cxl: Update RAS handler interfaces to also support CXL Ports
` [PATCH v14 18/34] cxl/port: Remove "enumerate dports" helpers
` [PATCH v14 19/34] cxl/port: Fix devm resource leaks around with dport management
` [PATCH v14 20/34] cxl/port: Move dport operations to a driver event
` [PATCH v14 21/34] cxl/port: Move dport RAS reporting to a port resource
` [PATCH v14 22/34] cxl: Update CXL Endpoint tracing
` [PATCH v14 23/34] cxl: Map CXL Endpoint Port and CXL Switch Port RAS registers
` [PATCH v14 24/34] cxl/port: Move endpoint component register management to cxl_port
` [PATCH v14 25/34] cxl/port: Map Port component registers before switchport init
` [PATCH v14 26/34] cxl: Change CXL handlers to use guard() instead of scoped_guard()
[PATCH v6 00/12] VRAM Self Refresh
2026-01-14 18:02 UTC (17+ messages)
` [PATCH v6 01/12] PCI/ACPI: Add D3cold Aux Power Limit_DSM method
` [PATCH v6 02/12] PCI/ACPI: Add PERST# Assertion Delay _DSM method
` [PATCH v6 03/12] drm/xe/vrsr: Introduce flag has_vrsr
` [PATCH v6 04/12] drm/xe/vrsr: Detect VRSR Capability
` [PATCH v6 05/12] drm/xe/vrsr: Initialize VRSR feature
` [PATCH v6 06/12] drm/xe/vrsr: Enable VRSR on default VGA boot device
` [PATCH v6 07/12] drm/xe/vrsr: Refactor d3cold.allowed to a enum
` [PATCH v6 08/12] drm/xe/pm: D3cold target state
` [PATCH v6 09/12] drm/xe/pm: Refactor PM Sleep Ops
` [PATCH v6 10/12] drm/xe/vrsr: Enable VRSR
` [PATCH v6 11/12] drm/xe/pm/s2idle: Don't evict user BOs D3cold-VRSR state
` [PATCH v6 12/12] drm/xe/vrsr: Introduce a debugfs node named vrsr_capable
[QUESTION] pci_read_bridge_bases: skip prefetch window if pref_window not set?
2026-01-14 17:55 UTC (4+ messages)
[PATCH 00/16] PCI: renesas: Add RZ/G3E PCIe controller support
2026-01-14 17:47 UTC (21+ messages)
` [PATCH 01/16] PCI: rzg3s-host: Fix reset handling in probe error path
` [PATCH 02/16] PCI: rzg3s-host: Fix inbound window size tracking
` [PATCH 03/16] clk: renesas: rzv2h-cpg: Add support for init_off clocks
` [PATCH 04/16] clk: renesas: r9a09g047: Add PCIe clocks and reset
` [PATCH 05/16] dt-bindings: PCI: renesas,r9a08g045s33-pcie: Document RZ/G3E SoC
` [PATCH 06/16] PCI: rzg3s-host: Make SYSC register offsets SoC-specific
` [PATCH 07/16] PCI: rzg3s-host: Make configuration reset lines optional
` [PATCH 08/16] PCI: rzg3s-host: Make inbound window setup SoC-specific
` [PATCH 09/16] PCI: rzg3s-host: Add SoC-specific configuration and initialization callbacks
` [PATCH 10/16] PCI: rzg3s-host: Explicitly set class code for RZ/G3E compatibility
` [PATCH 11/16] PCI: rzg3s-host: Add PCIe Gen3 (8.0 GT/s) link speed support
` [PATCH 12/16] PCI: rzg3s-host: Add support for RZ/G3E PCIe controller
` [PATCH 13/16] arm64: dts: renesas: r9a09g047: Add PCIe node
` [PATCH 14/16] arm64: dts: renesas: r9a09g047e57-smarc-som: Add PCIe reference clock
` [PATCH 15/16] arm64: dts: renesas: r9a09g047e57-smarc: Add PCIe pincontrol
` [PATCH 16/16] arm64: dts: renesas: r9a09g047e57-smarc: Enable PCIe
[PATCH v4 0/9] Add support for handling PCIe M.2 Key E connectors in devicetree
2026-01-14 17:45 UTC (21+ messages)
` [PATCH v4 2/9] serdev: Add an API to find the serdev controller associated with the devicetree node
` [PATCH v4 3/9] serdev: Do not return -ENODEV from of_serdev_register_devices() if external connector is used
` [PATCH v4 4/9] dt-bindings: serial: Document the graph port
` [PATCH v4 5/9] dt-bindings: connector: Add PCIe M.2 Mechanical Key E connector
` [PATCH v4 6/9] dt-bindings: connector: m2: Add M.2 1620 LGA soldered down connector
` [PATCH v4 8/9] power: sequencing: pcie-m2: Add support for PCIe M.2 Key E connectors
[PATCH v7 0/6] PCI: endpoint: BAR subrange mapping support
2026-01-14 17:29 UTC (20+ messages)
` [PATCH v7 1/6] PCI: endpoint: Add dynamic_inbound_mapping EPC feature
` [PATCH v7 2/6] PCI: endpoint: Add BAR subrange mapping support
` [PATCH v7 3/6] PCI: dwc: Allow glue drivers to return mutable EPC features
` [PATCH v7 4/6] PCI: dwc: Advertise dynamic inbound mapping support
` [PATCH v7 5/6] PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATU
` [PATCH v7 6/6] Documentation: PCI: endpoint: Clarify pci_epc_set_bar() usage
[PATCH] PCI: Mark Nvidia GB10 to avoid bus reset
2026-01-14 17:28 UTC (5+ messages)
RFC about how to obtain PCIE TPH steer-tag on ARM64 platform
2026-01-14 17:03 UTC (7+ messages)
[PATCH v2 0/7] irqchip/gic-v5: Code first ACPI boot support
2026-01-14 17:03 UTC (3+ messages)
[PATCH] PCI: Remove useless WARN_ON() from devres
2026-01-14 17:00 UTC (3+ messages)
[PATCH v4] PCI/PM: Prevent runtime suspend before devices are fully initialized
2026-01-14 16:45 UTC (3+ messages)
[PATCH] PCI/PTM: Fix memory leak in pcie_ptm_create_debugfs() error path
2026-01-14 16:39 UTC (5+ messages)
` [PATCH] PCI/AER: Fix device reference leak in aer_inject()
[PATCH v4 2/8] PCI/pwrctrl: Add 'struct pci_pwrctrl::power_{on/off}' callbacks
2026-01-14 16:36 UTC (4+ messages)
[PATCH 1/1] PCI/IDE: Fix reading a wrong reg for unused sel stream initialization
2026-01-14 16:15 UTC (3+ messages)
[PATCH 0/5 v9] Make ELOG and GHES log and trace consistently
2026-01-14 16:11 UTC (7+ messages)
` [PATCH 1/5 v9] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/5 v9] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 3/5 v9] acpi/ghes: Add helper for CPER CXL protocol errors checks
` [PATCH 4/5 v9] acpi/ghes: Add helper to copy CPER CXL protocol error info to work struct
` [PATCH 5/5 v9] ACPI: extlog: Trace CPER CXL Protocol Error Section
[PATCH 0/5] Add calibration for Synopsys PCIe PHY and Controller
2026-01-14 15:43 UTC (4+ messages)
` [PATCH 3/5] phy: rockchip-snps-pcie3: Increase sram init timeout
[RFC v1 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
2026-01-14 15:43 UTC (7+ messages)
` [RFC v1 5/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
[PATCH] PCI: Enable Bus Master in pci_power_up()
2026-01-14 15:08 UTC (5+ messages)
[PATCH 0/7] gpu: nova-core: run unload sequence upon unbinding
2026-01-14 14:02 UTC (8+ messages)
` [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading
[PATCH v3 00/14] Add support for handling PCIe M.2 Key E connectors in devicetree
2026-01-14 12:40 UTC (7+ messages)
` [PATCH v3 03/14] software node: Implement device_get_match_data fwnode callback
[PATCH v2] ACPI: pci_root: Clear the acpi dependencies after PCI root bridge initialization on RISC-V
2026-01-14 12:32 UTC (3+ messages)
` [PATCH v3] "
[PATCH v2 1/1] PCI/IDE: Fix using wrong VF ID for RID range calculation
2026-01-14 11:14 UTC
[PATCH v5 0/5] PCI: Add initial support for handling PCIe M.2 connectors in devicetree
2026-01-14 10:31 UTC (7+ messages)
` [PATCH v5 1/5] dt-bindings: ata: sata: Document the graph port
` [PATCH v5 2/5] dt-bindings: connector: Add PCIe M.2 Mechanical Key M connector
[BUG] PCI/DPC: NULL pointer dereference in pci_bus_read_config_dword during DPC recovery racing with hotplug
2026-01-14 10:18 UTC (2+ messages)
[pci:portdrv] BUILD SUCCESS cba202aa355d2c6297d55c9d5dacceae01266b9c
2026-01-14 10:13 UTC
[PATCH v4 0/8] PCI/pwrctrl: Major rework to integrate pwrctrl devices with controller drivers
2026-01-14 10:02 UTC (4+ messages)
[pci:next] BUILD SUCCESS 044e5dabea3760c705c1e0a0492ac8036ed896d0
2026-01-14 9:47 UTC
[PATCH 0/5] PCI: qcom: Add link retention support
2026-01-14 9:36 UTC (6+ messages)
` [PATCH 1/5] phy: qcom: qmp-pcie: Skip PHY reset if already up
[PATCH v6] PCI: loongson: Override PCIe bridge supported speeds for Loongson-3C6000 series
2026-01-14 9:31 UTC (5+ messages)
[PATCH] vfio/pci: Lock upstream bridge for vfio_pci_core_disable()
2026-01-14 8:36 UTC (2+ messages)
[PATCH v9 0/1] Add quirks to proceed PME handshake in DWC PM
2026-01-14 8:33 UTC (2+ messages)
` [PATCH v9] PCI: dwc: Don't poll L2 if skip_l23_wait is true
[PATCH] PCI: Lock upstream bridge for pci_try_reset_function()
2026-01-14 8:24 UTC (3+ messages)
[PATCH] PCI: dw-rockchip: Disable BAR 0 and BAR 1 for RC mode
2026-01-14 7:38 UTC (5+ messages)
[pci:ptm] BUILD SUCCESS cfc04a79f0554fc3c33d6541c125d209bd3c1f37
2026-01-14 7:32 UTC
[pci:iommu] BUILD SUCCESS 550a190494a0d3e933dd6f3b2e9c430f94a30a8c
2026-01-14 6:48 UTC
[PATCH v8 0/2] Add quirks to proceed PME handshake in DWC PM
2026-01-14 6:46 UTC (7+ messages)
` [PATCH v8 1/2] PCI: dwc: Don't poll L2 if QUIRK_NOL2POLL_IN_PM is existing in suspend
` [PATCH v8 2/2] PCI: dwc: Don't return error when wait for link up in dw_pcie_resume_noirq()
[pci:controller/dwc-qcom-ep] BUILD SUCCESS 5b026a9e714d33bb61f6041b9e1bffa2dcc66ff6
2026-01-14 4:06 UTC
[pci:controller/tegra194] BUILD SUCCESS 6b5e2f70a95c1f46ed444a54ad4c6ff6b9673b1d
2026-01-14 3:30 UTC
[pci:controller/dwc-sophgo] BUILD SUCCESS 613f3255a35a95f52575dd8c60b7ac9d711639ce
2026-01-14 3:20 UTC
[pci:controller/plda-starfive] BUILD SUCCESS 05a75df4182e301a1b0059606f77b65c74deaa9b
2026-01-14 3:18 UTC
[pci:dt-bindings] BUILD SUCCESS d782e6e7aa798a2c28f30f984ea6dcdb63f51674
2026-01-14 2:40 UTC
[PATCH] PCI/ACPI: Confine program_hpx_type2 to the AER bits
2026-01-13 23:59 UTC (2+ messages)
[PATCH] PCI/P2PDMA: Reset page reference count when page mapping fails
2026-01-13 23:34 UTC (2+ messages)
NMI stack overflow during resume of PCIe bridge with CONFIG_HARDLOCKUP_DETECTOR=y
2026-01-13 22:19 UTC (6+ messages)
[PATCH v5] PCI: loongson: Override PCIe bridge supported speeds for Loongson-3C6000 series
2026-01-13 22:06 UTC (2+ messages)
[PATCH v3 3/3] PCI: dw-rockchip: Add pcie_ltssm_state_transition trace support
2026-01-13 22:03 UTC (2+ messages)
[PATCH 0/6] PCI/portdrv: Use bus-type functions
2026-01-13 21:50 UTC (2+ messages)
[PATCH 1/1] PCI/IDE: Fix using wrong VF ID for RID range calculation
2026-01-13 21:46 UTC (2+ messages)
[PATCH v8 0/5] rust: pci: add config space read/write support
2026-01-13 19:49 UTC (7+ messages)
` [PATCH v8 2/5] rust: io: factor common I/O helpers into Io trait
` [PATCH v8 4/5] rust: pci: add config space read/write support
` [PATCH v8 5/5] sample: rust: pci: add tests for config space routines
[PATCH] PCI: Fix AB-BA deadlock between aer_isr() and device_shutdown()
2026-01-13 18:51 UTC (2+ messages)
[PATCH v4 0/6] PCI: dwc: Rework the error handling of dw_pcie_wait_for_link() API
2026-01-13 17:53 UTC (2+ messages)
[PATCH RESEND v6] PCI/portdev: Disable AER for Titan Ridge 4C 2018
2026-01-13 17:33 UTC
[RFC 2/2] Set steering-tag directly for PCIe P2P memory access
2026-01-13 16:49 UTC (3+ messages)
[PATCH v6 0/5] PCI: endpoint: BAR subrange mapping support
2026-01-13 16:07 UTC (4+ messages)
` [PATCH v6 1/5] PCI: endpoint: Add "
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