messages from 2026-01-14 19:01:39 to 2026-01-16 10:44:51 UTC [more...]
[PATCH v9 0/5] rust: pci: add config space read/write support
2026-01-16 10:44 UTC (7+ messages)
` [PATCH v9 1/5] rust: devres: style for imports
` [PATCH v9 2/5] rust: io: factor common I/O helpers into Io trait
` [PATCH v9 3/5] rust: io: factor out MMIO read/write macros
` [PATCH v9 4/5] rust: pci: add config space read/write support
` [PATCH v9 5/5] sample: rust: pci: add tests for config space routines
[pci:virtualization] BUILD SUCCESS 4ae8c6bc809028583899713b9b9c74d917113280
2026-01-16 10:14 UTC
[PATCH] PCI/ACPI: Confine program_hpx_type2 to the AER bits
2026-01-16 10:10 UTC (4+ messages)
[PATCH v3 0/4] PCI: dwc: Rework the error handling of dw_pcie_wait_for_link() API
2026-01-16 8:57 UTC (6+ messages)
[PATCH v4 0/8] PCI/pwrctrl: Major rework to integrate pwrctrl devices with controller drivers
2026-01-16 8:43 UTC (8+ messages)
[PATCH v4 0/4] Miscellaneous fixes for pci subsystem
2026-01-16 8:17 UTC (5+ messages)
` [PATCH v4 1/4] PCI/sysfs: Prohibit unaligned access to I/O port
` [PATCH v4 2/4] PCI/sysfs: Fix null pointer dereference during hotplug
` [PATCH v4 3/4] PCI: Prevent overflow in proc_bus_pci_write()
` [PATCH v4 4/4] PCI: Prevent overflow in proc_bus_pci_read()
[PATCH v14 00/34] Enable CXL PCIe Port Protocol Error handling and logging
2026-01-16 4:45 UTC (82+ messages)
` [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 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 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 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 27/34] PCI/ERR: Introduce PCI_ERS_RESULT_PANIC
` [PATCH v14 28/34] PCI/AER: Move AER driver's CXL VH handling to pcie/aer_cxl_vh.c
` [PATCH v14 29/34] cxl/port: Unify endpoint and switch port lookup
` [PATCH v14 30/34] PCI/AER: Dequeue forwarded CXL error
` [PATCH v14 31/34] PCI: Introduce CXL Port protocol error handlers
` [PATCH v14 32/34] cxl: Update Endpoint uncorrectable protocol error handling
` [PATCH v14 34/34] cxl: Enable CXL protocol errors during CXL Port probe
[PATCH v8 0/2] Add AMD MDB Endpoint and non-LL mode Support
2026-01-16 3:59 UTC (7+ messages)
` [PATCH v8 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support
` [PATCH v8 2/2] dmaengine: dw-edma: Add non-LL mode
[PATCH v3 0/10] CXL reset support for Type 2 devices
2026-01-16 1:41 UTC (11+ messages)
` [PATCH v3 1/10] cxl: move DVSEC defines to cxl pci header
` [PATCH v3 2/10] PCI: switch CXL port DVSEC defines
` [PATCH v3 3/10] cxl: add type 2 helper and reset DVSEC bits
` [PATCH v3 4/10] PCI: add CXL reset method
` [PATCH v3 5/10] cxl: add reset prepare and region teardown
` [PATCH v3 6/10] PCI: wire CXL reset prepare/cleanup
` [PATCH v3 7/10] cxl: add host cache flush and multi-function reset
` [PATCH v3 8/10] cxl: add DVSEC config save/restore
` [PATCH v3 9/10] PCI: save/restore CXL config around reset
` [PATCH v3 10/10] cxl: add HDM decoder and IDE save/restore
[PATCH v4 0/6] PCI: dwc: Rework the error handling of dw_pcie_wait_for_link() API
2026-01-16 1:36 UTC (2+ messages)
[PATCH 0/6] Address race condition with Device::drvdata()
2026-01-16 0:23 UTC (5+ messages)
` [PATCH 3/6] rust: driver: introduce a common Driver trait
RFC about how to obtain PCIE TPH steer-tag on ARM64 platform
2026-01-16 0:21 UTC (2+ messages)
RFC about how to obtain PCIE TPH steer-tag on ARM64 platform
2026-01-16 0:14 UTC (6+ messages)
[PATCH] PCI: Mark Nvidia GB10 to avoid bus reset
2026-01-15 22:11 UTC (2+ messages)
[PATCH] PCI: Mark Nvidia GB10 to avoid bus reset
2026-01-15 21:55 UTC (4+ messages)
[PATCH v8 0/5] PCI: endpoint: BAR subrange mapping support
2026-01-15 19:44 UTC (12+ messages)
` [PATCH v8 1/5] PCI: endpoint: Add dynamic_inbound_mapping EPC feature
` [PATCH v8 2/5] PCI: endpoint: Add BAR subrange mapping support
` [PATCH v8 3/5] PCI: dwc: Advertise dynamic inbound "
` [PATCH v8 4/5] PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATU
` [PATCH v8 5/5] Documentation: PCI: endpoint: Clarify pci_epc_set_bar() usage
[PATCH v7 0/9] Error recovery for vfio-pci devices on s390x
2026-01-15 18:28 UTC (2+ messages)
[PATCH] pci: make reset_subordinate hotplug safe
2026-01-15 17:38 UTC (6+ messages)
[PATCH v8 0/2] Add quirks to proceed PME handshake in DWC PM
2026-01-15 15:35 UTC (5+ messages)
` [PATCH v8 2/2] PCI: dwc: Don't return error when wait for link up in dw_pcie_resume_noirq()
[PATCH v6 00/12] VRAM Self Refresh
2026-01-15 15:25 UTC (4+ messages)
` [PATCH v6 06/12] drm/xe/vrsr: Enable VRSR on default VGA boot device
[PATCH v5 00/15] PCI/pwrctrl: Major rework to integrate pwrctrl devices with controller drivers
2026-01-15 14:29 UTC (24+ messages)
` [PATCH v5 01/15] PCI/pwrctrl: pwrseq: Rename private struct and pointers for consistency
` [PATCH v5 02/15] PCI/pwrctrl: slot: "
` [PATCH v5 03/15] PCI/pwrctrl: tc9563: Use put_device() instead of i2c_put_adapter()
` [PATCH v5 04/15] PCI/pwrctrl: tc9563: Clean up whitespace
` [PATCH v5 05/15] PCI/pwrctrl: tc9563: Add local variables to reduce repetition
` [PATCH v5 06/15] PCI/pwrctrl: tc9563: Rename private struct and pointers for consistency
` [PATCH v5 07/15] PCI/pwrctrl: slot: Factor out power on/off code to helpers
` [PATCH v5 08/15] PCI/pwrctrl: pwrseq: "
` [PATCH v5 09/15] PCI/pwrctrl: Add 'struct pci_pwrctrl::power_{on/off}' callbacks
` [PATCH v5 10/15] PCI/pwrctrl: Add APIs to create, destroy pwrctrl devices
` [PATCH v5 11/15] PCI/pwrctrl: Add APIs to power on/off "
` [PATCH v5 12/15] PCI/pwrctrl: Switch to pwrctrl create, power on/off, destroy APIs
` [PATCH v5 13/15] PCI: qcom: Drop the assert_perst() callbacks
` [PATCH v5 14/15] PCI: Drop the assert_perst() callback
` [PATCH v5 15/15] PCI: qcom: Rename PERST# assert/deassert helpers for uniformity
[pci:next] BUILD SUCCESS c265090b385adc0dfdecfa276d8c2d13e462b47f
2026-01-15 14:08 UTC
[PATCH 00/16] PCI: renesas: Add RZ/G3E PCIe controller support
2026-01-15 13:55 UTC (8+ messages)
` [PATCH 01/16] PCI: rzg3s-host: Fix reset handling in probe error path
` [PATCH 05/16] dt-bindings: PCI: renesas,r9a08g045s33-pcie: Document RZ/G3E SoC
[PATCH 10/16] PCI: rzg3s-host: Explicitly set class code for RZ/G3E compatibility
2026-01-15 13:49 UTC (2+ messages)
[PATCH v3 0/6] irqchip/gic-v5: Code first ACPI boot support
2026-01-15 12:30 UTC (10+ messages)
` [PATCH v3 1/6] irqdomain: Add parent field to struct irqchip_fwid
` [PATCH v3 2/6] PCI/MSI: Make the pci_msi_map_rid_ctlr_node() interface firmware agnostic
` [PATCH v3 3/6] irqchip/gic-v5: Split IRS probing into OF and generic portions
` [PATCH v3 4/6] irqchip/gic-v5: Add ACPI IRS probing
` [PATCH v3 5/6] irqchip/gic-v5: Add ACPI ITS probing
` [PATCH v3 6/6] irqchip/gic-v5: Add ACPI IWB probing
[PATCH v4] PCI/PM: Prevent runtime suspend before devices are fully initialized
2026-01-15 11:14 UTC (4+ messages)
[PATCH v4 0/9] Add support for handling PCIe M.2 Key E connectors in devicetree
2026-01-15 10:44 UTC (12+ messages)
` [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 v1] PCI: Add support for ACS Enhanced Capability
2026-01-19 18:11 UTC
[PATCH 07/16] PCI: rzg3s-host: Make configuration reset lines optional
2026-01-15 9:44 UTC (3+ messages)
[PATCH 09/16] PCI: rzg3s-host: Add SoC-specific configuration and initialization callbacks
2026-01-15 9:43 UTC (3+ messages)
[PATCH] PCI/portdrv: Allow probing even without child services
2026-01-15 8:44 UTC (4+ messages)
[PATCH v7 0/6] PCI: endpoint: BAR subrange mapping support
2026-01-15 8:48 UTC (11+ messages)
` [PATCH v7 3/6] PCI: dwc: Allow glue drivers to return mutable EPC features
` [PATCH v7 5/6] PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATU
[PATCH v8 0/5] rust: pci: add config space read/write support
2026-01-15 8:15 UTC (6+ messages)
` [PATCH v8 1/5] rust: devres: style for imports
` [PATCH v8 4/5] rust: pci: add config space read/write support
[QUESTION] pci_read_bridge_bases: skip prefetch window if pref_window not set?
2026-01-15 6:50 UTC (3+ messages)
[pci:p2pdma] BUILD SUCCESS 83014d82a1100abc89f7712ad67c3e5accaddc43
2026-01-15 6:02 UTC
[pci:ptm] BUILD SUCCESS 62171369cf17794ddd88f602c2c84d008ecafcff
2026-01-15 5:30 UTC
[pci:misc] BUILD SUCCESS 94cf23f6b7c3d6551af513b5f3ddba7838312494
2026-01-15 5:23 UTC
[pci:pend] BUILD SUCCESS fcebaf754a14283e5967d8ce9440712ceec266bb
2026-01-15 5:03 UTC
[pci:pm] BUILD SUCCESS 4d982084507d663df160546c4c48066a8887ed89
2026-01-15 4:53 UTC
[PATCH 0/5] Add calibration for Synopsys PCIe PHY and Controller
2026-01-15 0:41 UTC (6+ messages)
` [PATCH 3/5] phy: rockchip-snps-pcie3: Increase sram init timeout
[PATCH] PCI: Fix AB-BA deadlock between aer_isr() and device_shutdown()
2026-01-15 2:50 UTC (2+ messages)
[PATCH 0/5] PCI: qcom: Add link retention support
2026-01-15 2:16 UTC (2+ messages)
[PATCH] PCI/sg2042: Avoid L0s and L1 on Sophgo 2042 PCIe Root Ports
2026-01-15 0:29 UTC (3+ messages)
Kernel regression in 6.13
2026-01-14 23:40 UTC (5+ messages)
[PATCH] vfio/pci: Lock upstream bridge for vfio_pci_core_disable()
2026-01-14 22:50 UTC (3+ messages)
[pci:enumeration] BUILD SUCCESS 73711730a1128d91ebca1a6994ceeb18f36cb0cd
2026-01-14 21:13 UTC
[PATCH v6 01/12] PCI/ACPI: Add D3cold Aux Power Limit_DSM method
2026-01-14 20:24 UTC (2+ messages)
[pci:controller/dwc-rockchip] BUILD SUCCESS b5d712e5b87fc56ff838684afb1bae359eb8069f
2026-01-14 20:19 UTC
[PATCH v6 02/12] PCI/ACPI: Add PERST# Assertion Delay _DSM method
2026-01-14 20:19 UTC (3+ messages)
[PATCH v5 0/5] Enable THP support in drm_pagemap
2026-01-14 19:19 UTC
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