linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-27 03:35:44 to 2025-08-28 17:31:52 UTC [more...]

[PATCH 00/24] PCI: Bridge window selection improvements
 2025-08-28 17:31 UTC  (6+ messages)
` [PATCH 03/24] MIPS: PCI: Use pci_enable_resources()

[PATCH v13 06/11] PCI: stm32: Add PCIe Endpoint support for STM32MP25
 2025-08-28 17:22 UTC  (5+ messages)

[PATCH v12 0/7] soc: ti: Add and use PVU on K3-AM65 for DMA isolation
 2025-08-28 15:53 UTC  (5+ messages)
  ` [PATCH v12 0/7] soc: ti: Add and use PVU on K3-AM65 for DMA
` (subset) [PATCH v12 0/7] soc: ti: Add and use PVU on K3-AM65 for DMA isolation

[PATCH] PCI: switchtec: Replace manual locks with guard
 2025-08-28 15:40 UTC  (3+ messages)

[PATCH v11 00/23] Enable CXL PCIe Port Protocol Error handling and logging
 2025-08-28 15:28 UTC  (22+ messages)
` [PATCH v11 03/23] cxl/pci: Remove unnecessary CXL Endpoint handling helper functions
` [PATCH v11 04/23] cxl/pci: Remove unnecessary CXL RCH "
` [PATCH v11 05/23] cxl: Move CXL driver RCH error handling into CONFIG_CXL_RCH_RAS conditional block
` [PATCH v11 07/23] CXL/PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.h
` [PATCH v11 08/23] PCI/CXL: Introduce pcie_is_cxl()
` [PATCH v11 09/23] PCI/AER: Report CXL or PCIe bus error type in trace logging
` [PATCH v11 13/23] cxl/pci: Unify CXL trace logging for CXL Endpoints and CXL Ports
` [PATCH v11 16/23] cxl/pci: Introduce CXL Endpoint protocol error handlers
` [PATCH v11 17/23] CXL/AER: Introduce cxl_aer.c into AER driver for forwarding CXL errors
` [PATCH v11 20/23] CXL/PCI: Export and rename merge_result() to pci_ers_merge_result()

[PATCH v3 0/5] Disable ATS via iommu during PCI resets
 2025-08-28 15:08 UTC  (10+ messages)
` [PATCH v3 5/5] pci: Suspend iommu function prior to resetting a device

[PATCH v7 0/6] rust, nova-core: PCI Class, Vendor support
 2025-08-28 15:07 UTC  (8+ messages)
` [PATCH v7 2/6] rust: pci: provide access to PCI Vendor values
` [PATCH v7 5/6] rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*

[PATCH v3 2/8] PCI: Replace msleep with fsleep for precise secondary bus reset
 2025-08-28 14:25 UTC  (2+ messages)

[PATCH v5 00/13] PCI: dwc: Refactor register access with dw_pcie_*_dword helper
 2025-08-28 13:59 UTC  (14+ messages)
` [PATCH v5 01/13] PCI: dwc: Add dw_pcie_*_dword() for register bit manipulation
` [PATCH v5 02/13] PCI: dwc: Refactor code by using dw_pcie_*_dword()
` [PATCH v5 03/13] PCI: dra7xx: "
` [PATCH v5 04/13] PCI: imx6: "
` [PATCH v5 05/13] PCI: meson: "
` [PATCH v5 06/13] PCI: armada8k: "
` [PATCH v5 07/13] PCI: bt1: "
` [PATCH v5 08/13] PCI: dw-rockchip: "
` [PATCH v5 09/13] PCI: fu740: "
` [PATCH v5 10/13] PCI: qcom: "
` [PATCH v5 11/13] PCI: qcom-ep: "
` [PATCH v5 12/13] PCI: rcar-gen4: "
` [PATCH v5 13/13] PCI: tegra194: "

[PATCH v4 00/13] PCI: dwc: Refactor register access with dw_pcie_clear_and_set_dword helper
 2025-08-28 13:47 UTC  (4+ messages)
` [PATCH v4 02/13] PCI: dwc: Refactor code by using dw_pcie_clear_and_set_dword()

[PATCH 0/6] PCI/pwrctrl: Allow pwrctrl framework to control PERST# if available
 2025-08-28 13:33 UTC  (15+ messages)
` [PATCH 3/6] PCI/pwrctrl: Add support for toggling PERST#
` [PATCH 4/6] PCI: of: Add an API to get the BDF for the device node
` [PATCH 5/6] PCI: qcom: Parse PERST# from all PCIe bridge nodes

[PATCH 0/7] PCI/TSM: TEE I/O infrastructure
 2025-08-28 13:02 UTC  (13+ messages)
` [PATCH 1/7] PCI/TSM: Add pci_tsm_{bind,unbind}() methods for instantiating TDIs
` [PATCH 2/7] PCI/TSM: Add pci_tsm_guest_req() for managing TDIs
` [PATCH 3/7] device core: Introduce confidential device acceptance
` [PATCH 4/7] x86/ioremap, resource: Introduce IORES_DESC_ENCRYPTED for encrypted PCI MMIO
` [PATCH 5/7] PCI/TSM: Add Device Security (TVM Guest) operations support
` [PATCH 6/7] samples/devsec: Introduce a "Device Security TSM" sample driver
` [PATCH 7/7] tools/testing/devsec: Add a script to exercise samples/devsec/

[PATCH v6 0/9] PCI: Enable Power and configure the TC9563 PCIe switch
 2025-08-28 13:00 UTC  (13+ messages)
` [PATCH v6 1/9] dt-bindings: PCI: Add binding for Toshiba "
` [PATCH v6 2/9] arm64: dts: qcom: qcs6490-rb3gen2: Add TC9563 PCIe switch node
` [PATCH v6 3/9] PCI: Add new start_link() & stop_link function ops
` [PATCH v6 4/9] PCI: dwc: Add host_start_link() & host_start_link() hooks for dwc glue drivers
` [PATCH v6 5/9] PCI: dwc: Implement .start_link(), .stop_link() hooks
` [PATCH v6 6/9] PCI: qcom: Add support for host_stop_link() & host_start_link()
` [PATCH v6 7/9] PCI: Add pcie_link_is_active() to determine if the link is active
` [PATCH v6 8/9] PCI: pwrctrl: Add power control driver for tc9563
` [PATCH v6 9/9] arm64: defconfig: Enable TC9563 PWRCTL driver

[PATCH] PCI/VGA: Replace manual locks with lock guards
 2025-08-28 12:58 UTC  (2+ messages)

[PATCH] PCI/VGA: Remove redundant ternary operators
 2025-08-28 12:25 UTC 

[PATCH v5 00/10] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-08-28 11:43 UTC  (13+ messages)
` [PATCH v5 01/10] coco/tsm: Introduce a core device for TEE Security Managers
` [PATCH v5 02/10] PCI/IDE: Enumerate Selective Stream IDE capabilities
` [PATCH v5 03/10] PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse()
` [PATCH v5 04/10] PCI/TSM: Authenticate devices via platform TSM
` [PATCH v5 05/10] samples/devsec: Introduce a PCI device-security bus + endpoint sample
` [PATCH v5 06/10] PCI: Add PCIe Device 3 Extended Capability enumeration
` [PATCH v5 07/10] PCI/IDE: Add IDE establishment helpers
` [PATCH v5 08/10] PCI/IDE: Report available IDE streams
` [PATCH v5 09/10] PCI/TSM: Report active "
` [PATCH v5 10/10] samples/devsec: Add sample IDE establishment

[PATCH 0/5] Add PCIe support to Sophgo SG2042 SoC
 2025-08-28 11:18 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: pci: Add Sophgo SG2042 PCIe host
` [PATCH 2/5] PCI: cadence: Fix NULL pointer error for ops
` [PATCH 3/5] PCI: sg2042: Add Sophgo SG2042 PCIe driver
` [PATCH 4/5] riscv: sophgo: dts: add pcie controllers for SG2042
` [PATCH 5/5] riscv: sophgo: dts: enable pcie for PioneerBox

next-20250826 gcc-8 compiler_types.h:572:38: error: call to '__compiletime_assert_478' declared with attribute error: FIELD_PREP: value too large for the field
 2025-08-28 10:40 UTC  (2+ messages)

[PATCH] drivers/pci: Fix FIELD_PREP compilation error with gcc-8
 2025-08-28 10:12 UTC 

[pci:pwrctrl] BUILD SUCCESS dc32e9346b26ba33e84ec3034a1e53a9733700f9
 2025-08-28 10:07 UTC 

[pci:controller/stm32] BUILD SUCCESS 3cf6b1bf4d250c15ebe537d55b5e09a902c41971
 2025-08-28  9:57 UTC 

[pci:controller/qcom] BUILD SUCCESS 45df22935bdc6bbddf87f38a57ae7257244cf3cf
 2025-08-28  8:47 UTC 

[PATCH v4 00/10] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-08-28  8:19 UTC  (6+ messages)
` [PATCH v4 07/10] PCI/IDE: Add IDE establishment helpers

[pci:dt-binding] BUILD SUCCESS 6dd0ca9f2dfaab1bd15895bab16e5496632e53b6
 2025-08-28  8:02 UTC 

[PATCH v8 0/5] PCI: dwc: Add ECAM support with iATU configuration
 2025-08-28  7:34 UTC  (6+ messages)
` [PATCH v8 1/5] arm64: dts: qcom: sc7280: Increase config size to 256MB for ECAM feature
` [PATCH v8 2/5] PCI: dwc: Add support for ELBI resource mapping
` [PATCH v8 3/5] PCI: dwc: qcom: Switch to dwc "
` [PATCH v8 4/5] PCI: dwc: Add ECAM support with iATU configuration
` [PATCH v8 5/5] PCI: qcom: Add support for ECAM feature

[pci:wip/2508-david-aspm-api] BUILD SUCCESS 27831c62945ca9226d030b1f05df26994a57b52c
 2025-08-28  6:50 UTC 

[PATCH] PCI/AER: Support errors introduced by PCIe r6.0
 2025-08-28  6:24 UTC  (5+ messages)

[pci:controller/keystone] BUILD SUCCESS ffdd27d36265be108827c606c9fbe81a5947547e
 2025-08-28  6:19 UTC 

[pci:endpoint] BUILD SUCCESS 106fc08b30a2ece49a251b053165a83d41d50fd0
 2025-08-28  4:29 UTC 

[PATCH v2] PCI/MSI: Check MSI_FLAG_PCI_MSI_MASK_PARENT in cond_[startup|shutdown]_parent()
 2025-08-28  3:07 UTC  (3+ messages)

[PATCH RESEND] PCI: endpoint: Avoid creating sub-groups asynchronously
 2025-08-28  2:33 UTC  (3+ messages)

[PATCH v5 0/2] PCI/AER: Handle Advisory Non-Fatal error
 2025-08-28  1:00 UTC  (4+ messages)

[PATCH V0 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
 2025-08-28  0:59 UTC  (3+ messages)
` [PATCH V0 1/2] hyper-v: Add CONFIG_HYPERV_VMBUS option
` [PATCH V0 2/2] hyper-v: Make CONFIG_HYPERV bool

[pci:controller/rcar-host] BUILD SUCCESS d3fee10e40a938331e2aae34348691136db31304
 2025-08-27 23:22 UTC 

[PATCH] PCI/MSI: Check MSI_FLAG_PCI_MSI_MASK_PARENT in cond_[startup|shutdown]_parent()
 2025-08-27 23:07 UTC  (2+ messages)

[PATCH] PCI/MSI: Check MSI_FLAG_PCI_MSI_MASK_PARENT in cond_[startup|shutdown]_parent()
 2025-08-27 22:58 UTC  (5+ messages)

[PATCH] pciehp: sync interrupts for bus resets
 2025-08-27 22:48 UTC  (2+ messages)

[PATCH v3 3/3] PCI: Fix failure detection during resource resize
 2025-08-27 19:51 UTC  (2+ messages)

[RESEND PATCH v7 0/1] PCI/sysfs: Expose PCIe device serial number
 2025-08-27 19:39 UTC  (3+ messages)
` [RESEND PATCH v7 1/1] "

[PATCH 0/3] PCI/pwrctrl: Fix device and OF node leaks
 2025-08-27 19:35 UTC  (3+ messages)

[PATCH v3] PCI: qcom: Use pci_host_set_default_pcie_link_state() API to enable ASPM for all platforms
 2025-08-27 18:22 UTC  (4+ messages)

Packet loss with QCA9377 (ath10k) on ASUS VivoBook E410KA
 2025-08-27 17:28 UTC  (5+ messages)

[PATCH v3 0/3] arm64: dts: qcom: Add PCIe Support for sm8750
 2025-08-27 14:55 UTC  (2+ messages)

[PATCH v2] PCI: keystone: Use kcalloc() instead of kzalloc()
 2025-08-27 14:04 UTC  (2+ messages)

[PATCH v4 0/3] PCI: Add support for PCIe WAKE# interrupt
 2025-08-27 13:58 UTC  (3+ messages)

[PATCH v13 00/11] Add STM32MP25 PCIe drivers
 2025-08-27 13:30 UTC  (2+ messages)
` (subset) "

[PATCH 0/3] Skip IRQ tests if irq legitimately is out of range
 2025-08-27 13:15 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: Correct example indentation
 2025-08-27 12:47 UTC  (2+ messages)

[PATCH v2 0/4] irqchip/sg2042-msi: Fix broken affinity setting
 2025-08-27 10:33 UTC  (14+ messages)
` [PATCH v2 2/4] PCI/MSI: Add startup/shutdown for per device domains

[PATCH] ACPI/PCI: Fix memory leak fix in pci_acpi_preserve_config
 2025-08-27 10:21 UTC  (2+ messages)

[PATCH v1 1/2] PCI: dwc: histb: Simplify clock handling by using clk_bulk*() functions
 2025-08-27  9:59 UTC  (3+ messages)

[Regression] kdump fails to get DHCP address unless booting with pci=nomsi or without nr_cpus=1
 2025-08-27  8:17 UTC  (10+ messages)

[PATCH v3 00/20] BYEWORD_UPDATE: unifying (most) HIWORD_UPDATE macros
 2025-08-27  8:06 UTC  (41+ messages)
` [PATCH v3 01/20] bitmap: introduce hardware-specific bitfield operations
` [PATCH v3 02/20] mmc: dw_mmc-rockchip: switch to FIELD_PREP_WM16 macro
` [PATCH v3 03/20] soc: rockchip: grf: switch to FIELD_PREP_WM16_CONST macro
` [PATCH v3 04/20] media: synopsys: hdmirx: replace macros with bitfield variants
` [PATCH v3 05/20] drm/rockchip: lvds: switch to FIELD_PREP_WM16 macro
` [PATCH v3 06/20] phy: rockchip-emmc: "
` [PATCH v3 07/20] drm/rockchip: dsi: switch to FIELD_PREP_WM16* macros
` [PATCH v3 08/20] drm/rockchip: vop2: switch to FIELD_PREP_WM16 macro
` [PATCH v3 09/20] phy: rockchip-samsung-dcphy: "
` [PATCH v3 10/20] drm/rockchip: dw_hdmi_qp: "
` [PATCH v3 11/20] drm/rockchip: inno-hdmi: "
` [PATCH v3 12/20] phy: rockchip-usb: "
` [PATCH v3 13/20] drm/rockchip: dw_hdmi: switch to FIELD_PREP_WM16* macros
` [PATCH v3 14/20] ASoC: rockchip: i2s-tdm: switch to FIELD_PREP_WM16_CONST macro
` [PATCH v3 15/20] net: stmmac: dwmac-rk: switch to FIELD_PREP_WM16 macro
` [PATCH v3 16/20] PCI: rockchip: Switch to FIELD_PREP_WM16* macros
` [PATCH v3 17/20] PCI: dw-rockchip: Switch to FIELD_PREP_WM16 macro
` [PATCH v3 18/20] PM / devfreq: rockchip-dfi: switch "
` [PATCH v3 19/20] clk: sp7021: "
` [PATCH v3 20/20] phy: rockchip-pcie: "

[PATCH v9 0/7] rust: add support for request_irq
 2025-08-27  7:55 UTC  (6+ messages)
  ` [PATCH v9 3/7] rust: irq: add support for non-threaded IRQs and handlers

[PATCH] PCI: rcar-host: Use proper IRQ domain
 2025-08-27  7:35 UTC  (2+ messages)

[PATCH v3 00/13] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-08-27  5:06 UTC  (11+ messages)
` [PATCH v3 03/13] PCI/TSM: Authenticate devices via platform TSM

[pci:wip/2508-david-aspm-api 1/2] drivers/firewire/ohci.c:745:36: warning: implicit conversion from 'unsigned long' to '__u16' (aka 'unsigned short') changes value from 65536 to 0
 2025-08-27  3:59 UTC 

[PATCH v2 09/10] PCI: aspeed: Add ASPEED PCIe RC driver
 2025-08-27  3:45 UTC  (3+ messages)

回覆: [PATCH v2 09/10] PCI: aspeed: Add ASPEED PCIe RC driver
 2025-08-27  3:35 UTC  (3+ messages)
  `  "


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 NNTP newsgroup(s).