linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-26 01:46:50 to 2025-08-27 07:57:38 UTC [more...]

[PATCH v3 00/20] BYEWORD_UPDATE: unifying (most) HIWORD_UPDATE macros
 2025-08-27  7:56 UTC  (35+ 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 v11 00/23] Enable CXL PCIe Port Protocol Error handling and logging
 2025-08-27  7:56 UTC  (27+ messages)
` [PATCH v11 01/23] cxl: Remove ifdef blocks of CONFIG_PCIEAER_CXL from core/pci.c
` [PATCH v11 02/23] CXL/AER: Remove CONFIG_PCIEAER_CXL and replace with CONFIG_CXL_RAS
` [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 06/23] CXL/AER: Introduce rch_aer.c into AER driver for handling CXL RCH errors
` [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 10/23] CXL/AER: Update PCI class code check to use FIELD_GET()
` [PATCH v11 11/23] cxl/pci: Update RAS handler interfaces to also support CXL Ports
` [PATCH v11 12/23] cxl/pci: Log message if RAS registers are unmapped
` [PATCH v11 13/23] cxl/pci: Unify CXL trace logging for CXL Endpoints and CXL Ports
` [PATCH v11 14/23] cxl/pci: Update cxl_handle_cor_ras() to return early if no RAS errors
` [PATCH v11 15/23] cxl/pci: Map CXL Endpoint Port and CXL Switch Port RAS registers
` [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 18/23] PCI/AER: Dequeue forwarded CXL error
` [PATCH v11 19/23] CXL/PCI: Introduce CXL Port protocol error handlers
` [PATCH v11 20/23] CXL/PCI: Export and rename merge_result() to pci_ers_merge_result()
` [PATCH v11 21/23] CXL/PCI: Introduce CXL uncorrectable protocol error recovery
` [PATCH v11 22/23] CXL/PCI: Enable CXL protocol errors during CXL Port probe
` [PATCH v11 23/23] CXL/PCI: Disable CXL protocol error interrupts during CXL Port cleanup

[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] PCI/MSI: Check MSI_FLAG_PCI_MSI_MASK_PARENT in cond_[startup|shutdown]_parent()
 2025-08-27  6:29 UTC 

[PATCH 0/7] PCI/TSM: TEE I/O infrastructure
 2025-08-27  6:14 UTC  (9+ 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 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 v5 00/10] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-08-27  3:51 UTC  (11+ 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 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)
  `  "

[PATCH v2 00/10] Add ASPEED PCIe Root Complex support
 2025-08-27  3:08 UTC  (4+ messages)
` [PATCH v2 07/10] pinctrl: aspeed-g6: Add PCIe RC PERST pin group

[pci:wip/2508-david-aspm-api 1/2] include/linux/pci.h:1870:56: error: two or more data types in declaration specifiers
 2025-08-27  2:03 UTC 

[PATCH v3 0/4] PCI: qcom: Add support for Glymur PCIe Gen5x4
 2025-08-27  1:45 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the Glymur QMP PCIe PHY
` [PATCH v3 2/4] dt-bindings: PCI: qcom: Document the Glymur PCIe Controller
` [PATCH v3 3/4] phy: qcom-qmp: pcs: Add v8.50 register offsets
` [PATCH v3 4/4] phy: qcom: qmp-pcie: Add support for Glymur PCIe Gen5x4 PHY

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

[PATCH v2 08/10] PCI: Add FMT and TYPE definition for TLP header
 2025-08-27  1:22 UTC  (3+ messages)

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

[pci:next] BUILD SUCCESS 685b1192b8b16913863df73d83fda8f2e5b53e69
 2025-08-26 23:50 UTC 

[PATCH v7 0/6] rust, nova-core: PCI Class, Vendor support
 2025-08-26 23:12 UTC  (7+ messages)
` [PATCH v7 1/6] rust: pci: provide access to PCI Class and Class-related items
` [PATCH v7 2/6] rust: pci: provide access to PCI Vendor values
` [PATCH v7 3/6] rust: pci: add DeviceId::from_class_and_vendor() method
` [PATCH v7 4/6] gpu: nova-core: avoid probing non-display/compute PCI functions
` [PATCH v7 5/6] rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*
` [PATCH v7 6/6] rust: pci: inline several tiny functions

[PATCH v3 0/8] PCI: Replace short msleep() calls with more precise delay functions
 2025-08-26 23:05 UTC  (10+ messages)
` [PATCH v3 1/8] PCI: Add macro for secondary bus reset delay
` [PATCH v3 2/8] PCI: Replace msleep with fsleep for precise secondary bus reset
` [PATCH v3 3/8] PCI: Add macro for link status check delay
` [PATCH v3 4/8] PCI: rcar-host: Add macro for speed change monitoring delay
` [PATCH v3 5/8] PCI: brcmstb: Add macro for link up check delay
` [PATCH v3 6/8] PCI: rcar: Add macro for PHY ready "
` [PATCH v3 7/8] PCI: pciehp: Add macros for hotplug operation delays
` [PATCH v3 8/8] PCI/DPC: Add macro for RP busy check delay

[pci:misc] BUILD SUCCESS dab2c5f9399591a50f9e9746fca6bb47f6ac04ae
 2025-08-26 22:48 UTC 

[PATCH v2 0/8] PCI/ASPM: Fix pci_enable_link_state*() APIs behavior
 2025-08-26 21:24 UTC  (10+ messages)
` [PATCH v2 2/8] PCI/ASPM: Fix the behavior of pci_enable_link_state*() APIs
` [PATCH v2 5/8] PCI/ASPM: Return enabled ASPM states from pcie_aspm_enabled() API
` [PATCH v2 6/8] wifi: ath12k: Use pci_{enable/disable}_link_state() APIs to enable/disable ASPM states

[PATCH v5] Introduce Cray ClusterStor E1000 NVMe slot LED driver
 2025-08-26 21:22 UTC 

[PATCH v6 0/5] rust, nova-core: PCI Class, Vendor support
 2025-08-26 21:12 UTC  (14+ messages)
` [PATCH v6 1/5] rust: pci: provide access to PCI Class and Class-related items
` [PATCH v6 2/5] rust: pci: provide access to PCI Vendor values

[PATCH v5 0/4] rust, nova-core: PCI Class, Vendor support
 2025-08-26 19:25 UTC  (4+ messages)
` [PATCH v5 2/4] rust: pci: provide access to PCI Vendor values

[pci:wip/2508-ilpo-bridge-window-selection] BUILD SUCCESS e6d53deaa7925f9c2fb98c76b74788d0350111ed
 2025-08-26 19:22 UTC 

[PATCH v1 0/2] HiSilicon STB PCIe host use bulk API for clock
 2025-08-26 19:06 UTC  (11+ messages)
` [PATCH v1 1/2] PCI: dwc: histb: Simplify clock handling by using clk_bulk*() functions
` [PATCH v1 2/2] PCI: dwc: histb: Simplify reset control handling by using reset_control_bulk*() function

PCI IO ECS access is no longer possible for AMD family 17h
 2025-08-26 18:09 UTC  (13+ messages)

[PATCH v7 0/5] PCI: dwc: Add ECAM support with iATU configuration
 2025-08-26 17:43 UTC  (5+ messages)
` [PATCH v7 4/5] "

[PATCH v2 0/7] PCI: Replace short msleep() calls with more precise delay functions
 2025-08-26 17:07 UTC  (2+ messages)

[PATCH v3 0/3] PCI: Resource fitting algorith fixes
 2025-08-26 15:23 UTC  (2+ messages)

[PATCH v2] PCI: endpoint: Implement capability search using PCI core APIs
 2025-08-26 14:37 UTC  (3+ messages)

[PATCH v3 0/3] arm64: dts: qcom: Add PCIe Support for sm8750
 2025-08-26 13:56 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: PCI: qcom,pcie-sm8550: Add SM8750 compatible
` [PATCH v3 2/3] arm64: dts: qcom: sm8750: Add PCIe PHY and controller node
` [PATCH v3 3/3] PCI: qcom: Restrict port parsing only to pci child nodes

[PATCH 0/6] PCI/pwrctrl: Allow pwrctrl framework to control PERST# if available
 2025-08-26 13:12 UTC  (7+ messages)
` [PATCH 4/6] PCI: of: Add an API to get the BDF for the device node

[PATCH v10] PCI: Add pcie_link_is_active() function
 2025-08-26 12:48 UTC  (3+ messages)

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

[PATCH v8 08/15] PCI: cadence: Add support for High Perf Architecture (HPA) controller
 2025-08-26 12:08 UTC  (2+ messages)

[PATCH v4 0/7] OPP: Add support to find OPP for a set of keys
 2025-08-26 11:25 UTC  (18+ messages)
` [PATCH v4 2/7] OPP: Move refcount and key update for readability in _opp_table_find_key()
` [PATCH v4 3/7] arm64: dts: qcom: sm8450: Add opp-level to indicate PCIe data rates
` [PATCH v4 7/7] PCI: qcom: Use frequency and level based OPP lookup

[PATCH v2 0/3] arm64: dts: qcom: Add PCIe Support for sm8750
 2025-08-26 10:20 UTC  (14+ messages)
` [PATCH v2 1/3] dt-bindings: PCI: qcom,pcie-sm8550: Add SM8750 compatible
` [PATCH v2 2/3] arm64: dts: qcom: sm8750: Add PCIe PHY and controller node
` [PATCH v2 3/3] PCI: qcom: Restrict port parsing only to pci child nodes

[PATCH v11 0/5] pci: qcom: Add QCS8300 PCIe support
 2025-08-26  9:12 UTC  (6+ messages)
` [PATCH v11 1/5] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy bindings for qcs8300
` [PATCH v11 2/5] arm64: dts: qcom: qcs8300: enable pcie0
` [PATCH v11 3/5] arm64: dts: qcom: qcs8300-ride: enable pcie0 interface
` [PATCH v11 4/5] arm64: dts: qcom: qcs8300: enable pcie1
` [PATCH v11 5/5] arm64: dts: qcom: qcs8300-ride: enable pcie1 interface

[PATCH 0/2] PCI/IOV: Add missing PCI rescan-remove locking when enabling/disabling SR-IOV
 2025-08-26  8:52 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] PCI: Add lockdep assertion in pci_stop_and_remove_bus_device()

[PATCH 1/1] pci: Add subordinate check before pci_add_new_bus()
 2025-08-26  7:01 UTC  (3+ messages)

[PATCH v5 0/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
 2025-08-26  6:21 UTC  (3+ messages)

[PATCH v3 0/7] hyperv: Introduce new way to manage hypercall args
 2025-08-26  1:46 UTC  (10+ messages)
` [PATCH v3 1/7] Drivers: hv: Introduce hv_hvcall_*() functions for hypercall arguments


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).