messages from 2025-06-26 20:37:26 to 2025-06-29 15:11:14 UTC [more...]
[PATCH v4 0/5] Improvements for Devres
2025-06-29 15:11 UTC (31+ messages)
` [PATCH v4 3/5] rust: devres: get rid of Devres' inner Arc
` [PATCH v4 4/5] rust: types: ForeignOwnable: Add type Target
` [PATCH v4 5/5] rust: devres: implement register_release()
[PATCH RFC] pci: report surprise removal events
2025-06-29 13:36 UTC (2+ messages)
[PATCH v7 0/4] PCI: rockchip: Improve driver quality
2025-06-29 12:48 UTC (4+ messages)
` [PATCH v7 1/4] PCI: rockchip: Use standard PCIe defines
` [PATCH v7 2/4] PCI: rockchip: Set Target Link Speed before retraining
` [PATCH v7 4/4] phy: rockchip-pcie: Properly disable TEST_WRITE strobe signal
[PATCH] rust: pci: fix documentation related to Device instances
2025-06-29 7:20 UTC (4+ messages)
[PATCH 0/1] PCI: pcie_failed_link_retrain() return if dev is not ASM2824
2025-06-29 1:24 UTC (5+ messages)
` [PATCH 1/1] "
[PATCH 00/12] PCI: xgene: Fix and simplify the MSI driver
2025-06-28 17:30 UTC (13+ messages)
` [PATCH 01/12] genirq: Teach handle_simple_irq() to resend an in-progress interrupt
` [PATCH 02/12] PCI: xgene: Defer probing if the MSI widget driver hasn't probed yet
` [PATCH 03/12] PCI: xgene: Drop useless conditional compilation
` [PATCH 04/12] PCI: xgene: Drop XGENE_PCIE_IP_VER_UNKN
` [PATCH 05/12] PCI: xgene-msi: Make per-CPU interrupt setup robust
` [PATCH 06/12] PCI: xgene-msi: Drop superfluous fields from xgene_msi structure
` [PATCH 07/12] PCI: xgene-msi: Use device-managed memory allocations
` [PATCH 08/12] PCI: xgene-msi: Get rid of intermediate tracking structure
` [PATCH 09/12] PCI: xgene-msi: Sanitise MSI allocation and affinity setting
` [PATCH 10/12] PCI: xgene-msi: Resend an MSI racing with itself on a different CPU
` [PATCH 11/12] PCI: xgene-msi: Probe as a standard platform driver
` [PATCH 12/12] PCI: xgene-msi: Restructure handler setup/teardown
[PATCH v3] PCI: dwc: Refactor code by using dw_pcie_clear_and_set_dword()
2025-06-28 15:44 UTC (3+ messages)
[PATCH v2 0/3] Relax max-link-speed check to support PCIe Gen5/Gen6
2025-06-28 15:40 UTC (5+ messages)
` [PATCH v2 1/3] dt-bindings: PCI: Extend max-link-speed "
[PATCH v4 0/3] PCI: imx6: Add external reference clock mode support
2025-06-28 15:33 UTC (10+ messages)
` [PATCH v4 1/3] dt-bindings: PCI: dwc: Add one more reference clock
` [PATCH v4 2/3] dt-binding: pci-imx6: Add external reference clock mode support
[PATCH v6 0/9] Adjust fbcon console device detection
2025-06-28 14:39 UTC (15+ messages)
` [PATCH v6 1/9] PCI: Add helper for checking if a PCI device is a display controller
` [PATCH v6 2/9] vfio/pci: Use pci_is_display()
` [PATCH v6 3/9] vga_switcheroo: "
` [PATCH v6 4/9] iommu/vt-d: "
` [PATCH v6 5/9] ALSA: hda: "
` [PATCH v6 6/9] Fix access to video_is_primary_device() when compiled without CONFIG_VIDEO
` [PATCH v6 7/9] PCI/VGA: Replace vga_is_firmware_default() with a screen info check
` [PATCH v6 8/9] fbcon: Use screen info to find primary device
` [PATCH v6 9/9] PCI: Add a new 'boot_display' attribute
[PATCH RFC v2 0/4] Disable ATS via iommu during PCI resets
2025-06-28 13:28 UTC (6+ messages)
` [PATCH RFC v2 1/4] iommu: Lock group->mutex in iommu_deferred_attach
` [PATCH RFC v2 2/4] iommu: Pass in gdev to __iommu_device_set_domain
` [PATCH RFC v2 3/4] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
` [PATCH RFC v2 4/4] pci: Suspend iommu function prior to resetting a device
[PATCH] pci: fix uaf for resource file
2025-06-29 3:05 UTC (2+ messages)
[GIT PULL] PCI fixes for v6.16
2025-06-28 3:28 UTC (2+ messages)
[PATCH v3] PCI/pwrctrl: Move pci_pwrctrl_create_device() definition to drivers/pci/pwrctrl/
2025-06-27 23:27 UTC (3+ messages)
[PATCH v6 00/31] Arm GICv5: Host driver implementation
2025-06-27 21:32 UTC (3+ messages)
` [PATCH v6 24/31] of/irq: Add of_msi_xlate() helper function
[pci:aer] BUILD SUCCESS a6f494becf09c9ebba72ed67d3728f6811daa634
2025-06-27 21:23 UTC
[PATCH v4 0/2] Add support for AMD Versal Gen 2 MDB PCIe RP PERST#
2025-06-27 21:21 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: PCI: amd-mdb: Add example usage of reset-gpios for "
[PATCH v2 00/10] Add PCIe support for Tesla FSD SoC
2025-06-27 21:17 UTC (8+ messages)
` [PATCH v2 08/10] phy: exynos: Add PCIe PHY support for "
` [PATCH v2 06/10] dt-bindings: PCI: Add bindings support for Tesla "
` [PATCH v2 07/10] dt-bindings: phy: Add PHY bindings support for "
[PATCH v1 0/3] mediatek-gen3: Add support for MT8196/MT6991
2025-06-27 20:11 UTC (3+ messages)
` [PATCH v1 2/3] dt-bindings: PCI: mediatek-gen3: Add support for MT6991/MT8196
[PATCH v5 0/6] rust: add support for request_irq
2025-06-27 19:35 UTC (12+ messages)
` [PATCH v5 1/6] rust: irq: add irq module
` [PATCH v5 2/6] rust: irq: add flags module
` [PATCH v5 3/6] rust: irq: add support for non-threaded IRQs and handlers
` [PATCH v5 4/6] rust: irq: add support for threaded "
` [PATCH v5 5/6] rust: platform: add irq accessors
` [PATCH v5 6/6] rust: pci: "
[PATCH v2 09/10] PCI: exynos: Add support for Tesla FSD SoC
2025-06-27 19:30 UTC (2+ messages)
[PATCH v3 0/9] PM: Reconcile different driver options for runtime PM integration with system sleep
2025-06-27 19:29 UTC (10+ messages)
` [PATCH v3 1/9] PM: Use true/false as power.needs_force_resume values
` [PATCH v3 2/9] PM: Move two sleep-related functions under CONFIG_PM_SLEEP
` [PATCH v3 3/9] PM: Make pm_runtime_force_resume() work with DPM_FLAG_SMART_SUSPEND
` [PATCH v3 4/9] PM: runtime: Clear power.needs_force_resume in pm_runtime_reinit()
` [PATCH v3 5/9] PM: Check power.needs_force_resume in pm_runtime_force_suspend()
` [PATCH v3 6/9] PM: runtime: Introduce __rpm_get_driver_callback()
` [PATCH v3 7/9] PM: sleep: Add strict_midlayer flag to struct dev_pm_info
` [PATCH v3 8/9] ACPI: PM: Set/clear power.strict_midlayer in prepare/complete
` [PATCH v3 9/9] PCI/PM: Set power.strict_midlayer in pci_pm_init()
[GIT PULL] ACPI fix for v6.16-rc4
2025-06-27 19:11 UTC (2+ messages)
[PATCH v3 00/28] lan966x pci device: Add support for SFPs
2025-06-27 17:49 UTC (15+ messages)
` [PATCH v3 02/28] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()
` [PATCH v3 05/28] bus: simple-pm-bus: Populate child nodes at probe
` [PATCH v3 06/28] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v3 18/28] of: property: Allow fw_devlink device-tree on x86 when PCI device-tree node creation is enabled
[PATCH v5 9/9] PCI: Add a new 'boot_display' attribute
2025-06-27 16:15 UTC (6+ messages)
[RFC PATCH] PCI: Support Immediate Readiness on devices without PM capabilities
2025-06-27 15:51 UTC (4+ messages)
[PATCH v3 00/13] PCI: dwc: Refactor register access with dw_pcie_clear_and_set_dword helper
2025-06-27 15:33 UTC (4+ messages)
` [PATCH v3 04/13] PCI: imx6: Refactor code by using dw_pcie_clear_and_set_dword()
[PATCH v3 0/4] pci: qcom: drop unrelated clock and add link_down reset for sa8775p
2025-06-27 14:50 UTC (8+ messages)
` [PATCH v3 1/4] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy bindings
` [PATCH v3 2/4] dt-bindings: PCI: qcom,pcie-sa8775p: document link_down reset
` [PATCH v3 3/4] arm64: dts: qcom: sa8775p: remove aux clock from pcie phy
[PATCH v10 00/17] Enable CXL PCIe Port Protocol Error handling and logging
2025-06-27 14:29 UTC (34+ messages)
` [PATCH v10 01/17] cxl/pci: Remove unnecessary CXL Endpoint handling helper functions
` [PATCH v10 02/17] PCI/CXL: Add pcie_is_cxl()
` [PATCH v10 03/17] PCI/AER: Report CXL or PCIe bus error type in trace logging
` [PATCH v10 04/17] CXL/AER: Introduce CXL specific AER driver file
` [PATCH v10 05/17] CXL/AER: Introduce kfifo for forwarding CXL errors
` [PATCH v10 06/17] PCI/AER: Dequeue forwarded CXL error
` [PATCH v10 07/17] CXL/PCI: Introduce CXL uncorrectable protocol error recovery
` [PATCH v10 08/17] cxl/pci: Move RAS initialization to cxl_port driver
` [PATCH v10 09/17] cxl/pci: Map CXL Endpoint Port and CXL Switch Port RAS registers
` [PATCH v10 10/17] cxl/pci: Update RAS handler interfaces to also support CXL Ports
` [PATCH v10 11/17] cxl/pci: Log message if RAS registers are unmapped
` [PATCH v10 12/17] cxl/pci: Unify CXL trace logging for CXL Endpoints and CXL Ports
` [PATCH v10 13/17] cxl/pci: Update cxl_handle_cor_ras() to return early if no RAS errors
` [PATCH v10 14/17] cxl/pci: Introduce CXL Endpoint protocol error handlers
` [PATCH v10 15/17] CXL/PCI: Introduce CXL Port "
` [PATCH v10 16/17] CXL/PCI: Enable CXL protocol errors during CXL Port probe
` [PATCH v10 17/17] CXL/PCI: Disable CXL protocol error interrupts during CXL Port cleanup
[PATCH v3 0/2] rust: improve `ForeignOwnable`
2025-06-27 14:20 UTC (2+ messages)
[PATCH v5 0/9] PCI: Enable Power and configure the TC9563 PCIe switch
2025-06-27 12:17 UTC (3+ messages)
` [PATCH v5 8/9] PCI: pwrctrl: Add power control driver for tc9563
[PATCH v2 0/9] PM: Reconcile different driver options for runtime PM integration with system sleep
2025-06-27 11:14 UTC (4+ messages)
` [PATCH v2 4/9] PM: Check power.needs_force_resume in pm_runtime_force_suspend()
Bug#1107142: linux-image-6.12.27-amd64: mpt3sas LSI SAS2008 [1000:0072] probe failure - BAR 1 reservation error
2025-06-27 10:29 UTC
[PATCH v2 9/9] PCI: PM: Set power.strict_midlayer in pci_pm_init()
2025-06-27 10:11 UTC (3+ messages)
回覆: 回覆: [PATCH 5/7] ARM: dts: aspeed-g6: Add PCIe RC node
2025-06-27 10:02 UTC (3+ messages)
` "
[PATCH 0/7] Add ASPEED PCIe Root Complex support
2025-06-27 9:59 UTC (4+ messages)
` [PATCH 3/7] dt-bindings: pci: Add document for ASPEED PCIe RC
` 回覆: "
[PATCH v7 0/5] pci: qcom: Add QCS8300 PCIe support
2025-06-27 9:31 UTC (4+ messages)
` [PATCH v7 1/5] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy bindings for qcs8300
[PATCH v6 0/3] pci: qcom: Add QCS615 PCIe support
2025-06-27 9:22 UTC (3+ messages)
` [PATCH v6 1/3] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy bindings for QCS615
[PATCH] PCI/ACPI: Fix runtime PM ref imbalance on hot-plug capable ports
2025-06-27 2:56 UTC (2+ messages)
[pci:controller/dwc] BUILD SUCCESS 032f05be51ab4a1d67d08a8083ec16dd934d255e
2025-06-27 0:25 UTC
Instability in ALL stable and LTS distro kernels (IRQ #16 being disabled, PCIe bus errors, ath10k_pci) in Dell Inspiron 5567
2025-06-26 23:21 UTC (5+ messages)
[PATCH v3 0/4] Improvements for Devres
2025-06-26 23:13 UTC (9+ messages)
` [PATCH v3 4/4] rust: devres: implement register_release()
pci_probe called concurrently in machine with 2 identical PCI devices causing race condition
2025-06-26 22:37 UTC (7+ messages)
[PATCH] PCI: Fix link speed calculation on retrain failure
2025-06-26 22:33 UTC (2+ messages)
[pci:controller/dwc-stm32] BUILD REGRESSION 5a972a01e24b278f7302a834c6eaee5bdac12843
2025-06-26 22:10 UTC
[PATCH v5 1/9] PCI: Add helper for checking if a PCI device is a display controller
2025-06-26 21:14 UTC (3+ messages)
[PATCH v5 7/9] PCI/VGA: Replace vga_is_firmware_default() with a screen info check
2025-06-26 20:45 UTC (2+ messages)
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