Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2025-12-18 05:03:51 to 2025-12-19 17:49:10 UTC [more...]

[PATCH v1 0/8] ACPI: bus: Rework of the \_SB._OSC handling
 2025-12-19 17:48 UTC  (21+ messages)
` [PATCH v1 1/8] ACPI: bus: Fix handling of _OSC errors in acpi_run_osc()
` [PATCH v1 2/8] ACPI: bus: Rework printing debug messages on _OSC errors
` [PATCH v1 3/8] ACPI: bus: Split _OSC evaluation out of acpi_run_osc()
` [PATCH v1 4/8] ACPI: bus: Split _OSC error processing "
` [PATCH v1 5/8] ACPI: bus: Rename label and use ACPI_FREE() in acpi_run_osc()
` [PATCH v1 6/8] ACPI: bus: Rework the handling of \_SB._OSC platform features
` [PATCH v1 7/8] ACPI: bus: Adjust feature mask creation for \_SB._OSC
` [PATCH v1 8/8] ACPI: bus: Rework the handling of \_SB._OSC USB4 features

[PATCH 00/23] PCI: Resource code fixes (supercedes earlier series) & cleanups
 2025-12-19 17:47 UTC  (25+ messages)
` [PATCH 01/23] PCI: Fix bridge window alignment with optional resources
` [PATCH 02/23] PCI: Rewrite bridge window head alignment function
` [PATCH 03/23] PCI: Stop over-estimating bridge window size
` [PATCH 04/23] resource: Increase MAX_IORES_LEVEL to 8
` [PATCH 05/23] PCI: Remove old_size limit from bridge window sizing
` [PATCH 06/23] PCI: Push realloc check into pbus_size_mem()
` [PATCH 07/23] PCI: Pass bridge window resource to pbus_size_mem()
` [PATCH 08/23] PCI: Use res_to_dev_res() in reassign_resources_sorted()
` [PATCH 09/23] PCI: Fetch dev_res to local var in __assign_resources_sorted()
` [PATCH 10/23] PCI: Add pci_resource_is_bridge_win()
` [PATCH 11/23] PCI: Log reset and restore of resources
` [PATCH 12/23] PCI: Check invalid align earlier in pbus_size_mem()
` [PATCH 13/23] PCI: Add pbus_mem_size_optional() to handle optional sizes
` [PATCH 14/23] resource: Mark res given to resource_assigned() as const
` [PATCH 15/23] PCI: Use resource_assigned() in setup-bus.c algorithm
` [PATCH 16/23] PCI: Properly prefix struct pci_dev_resource handling functions
` [PATCH 17/23] PCI: Separate cardbus setup & build it only with CONFIG_CARDBUS
` [PATCH 18/23] PCI: Handle CardBus specific params in setup-cardbus.c
` [PATCH 19/23] PCI: Use scnprintf() instead of sprintf()
` [PATCH 20/23] PCI: Add Bus Number + Secondary Latency Timer as dword fields
` [PATCH 21/23] PCI: Convert to use Bus Number field defines
` [PATCH 22/23] PCI: Add pbus_validate_busn() for Bus Number validation
` [PATCH 23/23] PCI: Move scanbus bridge scanning to setup-cardbus.c

[PATCH v2 0/5] PCI/pwrctrl: Major rework to integrate pwrctrl devices with controller drivers
 2025-12-19 17:22 UTC  (6+ messages)
` (subset) "
  ` [PATCH 1/3] PCI/pwrctrl: Bind a pwrctrl device if clocks are present
    ` [PATCH 2/3] PCI/pwrctrl: Add appropriate delays for slot power/clocks
    ` [PATCH 3/3] PCI/pwrctrl: Support PERST GPIO in slot driver

[PATCH v2 0/2] PCI: rzg3s-host: Cleanups
 2025-12-19 17:21 UTC  (3+ messages)

[PATCH 0/4] Fix RP1 DeviceTree hierarchy and drop overlay support
 2025-12-19 15:25 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: misc: pci1de4,1: add required reg property for endpoint
` [PATCH 2/4] misc: rp1: drop overlay support
` [PATCH 3/4] arm64: dts: broadcom: bcm2712: fix RP1 endpoint PCI topology
` [PATCH 4/4] arm64: dts: broadcom: rp1: drop RP1 overlay

[RFC PATCH v3 00/35] NTB transport backed by endpoint DW eDMA
 2025-12-19 15:12 UTC  (15+ messages)
` [RFC PATCH v3 01/35] PCI: endpoint: pci-epf-vntb: Use array_index_nospec() on mws_size[] access
` [RFC PATCH v3 02/35] NTB: epf: Add mwN_offset support and config region versioning
` [RFC PATCH v3 03/35] PCI: dwc: ep: Support BAR subrange inbound mapping via address match iATU
` [RFC PATCH v3 13/35] NTB: ntb_transport: Introduce get_dma_dev() helper
` [RFC PATCH v3 22/35] dmaengine: dw-edma: Serialize RMW on shared interrupt registers
` [RFC PATCH v3 26/35] NTB: ntb_transport: Introduce DW eDMA backed transport mode

[PATCH] PCI: Provide pci_free_irq_vectors() for CONFIG_PCI=n
 2025-12-19 14:59 UTC  (4+ messages)

[PATCH v2 0/2] Add firmware-managed PCIe Endpoint support for SA8255P
 2025-12-19 14:50 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: qcom,pcie-ep-sa8255p: Document firmware managed PCIe endpoint

[PATCH] pci: extend pci-stub to support explicit binding by PCI BUSID
 2025-12-19 13:10 UTC 

[PATCH 0/5 v8] Make ELOG and GHES log and trace consistently
 2025-12-19 12:39 UTC  (6+ messages)
` [PATCH 1/5 v8] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/5 v8] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 3/5 v8] acpi/ghes: Add helper for CPER CXL protocol errors checks
` [PATCH 4/5 v8] acpi/ghes: Add helper to copy CPER CXL protocol error info to work struct
` [PATCH 5/5 v8] ACPI: extlog: Trace CPER CXL Protocol Error Section

[PATCH 0/6] PCI/portdrv: Use bus-type functions
 2025-12-19 12:13 UTC  (11+ messages)
` [PATCH 1/6] PCI/portdrv: Fix potential resource leak
` [PATCH 2/6] PCI/portdrv: Drop empty shutdown callback
` [PATCH 3/6] PCI/portdrv: Don't check for the driver's and device's bus
` [PATCH 5/6] PCI/portdrv: Don't check for valid device and driver in bus callbacks
` [PATCH 6/6] PCI/portdrv: Use bus-type functions

[PATCH v1 00/26] PCI/TSM: TDX Connect: SPDM Session and IDE Establishment
 2025-12-19 12:06 UTC  (22+ messages)
` [PATCH v1 01/26] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v1 03/26] coco/tdx-host: Support Link TSM for TDX host
` [PATCH v1 05/26] mm: Add __free() support for __free_page()
` [PATCH v1 06/26] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects
` [PATCH v1 10/26] acpi: Add KEYP support to fw_table parsing
` [PATCH v1 11/26] iommu/vt-d: Cache max domain ID to avoid redundant calculation
` [PATCH v1 12/26] iommu/vt-d: Reserve the MSB domain ID bit for the TDX module
` [PATCH v1 14/26] mm: Add __free() support for folio_put()
` [PATCH v1 23/26] coco/tdx-host: Parse ACPI KEYP table to init IDE for PCI host bridges
` [PATCH v1 26/26] coco/tdx-host: Finally enable SPDM session and IDE Establishment

[pci:controller/cadence-j721e] BUILD SUCCESS 4b361b1e92be255ff923453fe8db74086cc7cf66
 2025-12-19 11:39 UTC 

[pci:controller/mediatek] BUILD SUCCESS 7f0cdcddf8bef1c8c18f9be6708073fd3790a20f
 2025-12-19 11:37 UTC 

[pci:endpoint] BUILD SUCCESS 0a19a6d9ed65ef7df845c32befa994e45620c12d
 2025-12-19 11:30 UTC 

[PATCH v2 0/8] dmaengine: Add new API to combine onfiguration and descriptor preparation
 2025-12-19 10:42 UTC  (15+ messages)
` [PATCH v2 1/8] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v2 2/8] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v2 3/8] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v2 4/8] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v2 5/8] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v2 6/8] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v2 7/8] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v2 8/8] crypto: atmel: Use dmaengine_prep_config_single() API

[PATCH v2 0/6] cxl: Initialization reworks to support Soft Reserve Recovery and Accelerator Memory
 2025-12-19 10:26 UTC  (7+ messages)
` [PATCH v2 6/6] cxl/mem: Introduce cxl_memdev_attach for CXL-dependent operation

[pci:controller/dwc 8/8] drivers/pci/controller/dwc/pcie-designware-host.c:1175:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is true
 2025-12-19 10:07 UTC  (2+ messages)

[PATCH v4 0/6] Add support for StarFive VisionFive 2 Lite board
 2025-12-19  8:09 UTC  (2+ messages)

[PATCH 0/7] gpu: nova-core: run unload sequence upon unbinding
 2025-12-19  6:42 UTC  (13+ messages)
` [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading

[pci:controller/dwc-qcom] BUILD SUCCESS 36777244652a7fe773bd7a1fe46bd3803712d3be
 2025-12-19  6:35 UTC 

[pci:controller/dwc-meson] BUILD SUCCESS 11647fc772e977c981259a63c4a2b7e2c312ea22
 2025-12-19  6:33 UTC 

[pci:controller/misc] BUILD SUCCESS 57833f84f6f5967134c9c1119289f7acdd1c93e9
 2025-12-19  6:28 UTC 

A lingering doubt on PCI-MMIO region of PCI-passthrough-device
 2025-12-19  6:23 UTC  (4+ messages)

[PATCH] PCI: xilinx: Fix INTx IRQ domain leak when MSI allocation fails
 2025-12-19  2:16 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] PCI: xilinx: Fix INTx IRQ domain leak in error paths

[RESEND v1] PCI: starfive: Use regulator APIs instead of GPIO APIs to control the 3V3 power supply of PCIe slots
 2025-12-18 10:21 UTC 

[PATCH v3 0/2] Add firmware-managed PCIe Endpoint support for SA8255P
 2025-12-18 15:41 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: qcom,pcie-ep-sa8255p: Document firmware managed PCIe endpoint

[PATCH v2 1/2] PCI: Add ASPEED vendor ID to pci_ids.h
 2025-12-18 14:15 UTC  (4+ messages)
` [PATCH v2 2/2] PCI: Add PCI_BRIDGE_NO_ALIASES quirk for ASPEED AST1150

Kernel regression in 6.13
 2025-12-18 13:54 UTC  (6+ messages)

[PATCH v2 0/2] PCI: dwc: Suspend/resume rework
 2025-12-18 13:28 UTC  (11+ messages)
` [PATCH v2 1/2] PCI: dwc: Skip PME_Turn_Off broadcast and L2/L3 transition during suspend if link is not up
` [PATCH v2 2/2] PCI: dwc: Do not return failure if link is in Detect.Quiet/Active states
` (subset) [PATCH v2 0/2] PCI: dwc: Suspend/resume rework

[PATCH v6 1/1] PCI: of: Remove max-link-speed generation validation
 2025-12-18 13:20 UTC 

[PATCH v5 1/1] PCI: of: Remove max-link-speed generation validation
 2025-12-18 13:19 UTC  (3+ messages)

[PATCH v4 1/1] PCI: of: Relax max-link-speed check to support PCIe Gen5/Gen6
 2025-12-18 12:46 UTC  (5+ messages)

[PATCH] PCI/ACPI: Do not fiddle with ExtTag and RO in program_hpx_type2
 2025-12-18 12:20 UTC  (2+ messages)

[PATCH v5 0/2] PCI: Fix isolated function probing and enable ARI for s390
 2025-12-18 12:02 UTC  (13+ messages)
` [PATCH v5 1/2] PCI: Fix isolated PCI function probing with ARI and SR-IOV

[PATCH 0/2] PCI: dwc: Suspend/resume rework
 2025-12-18 11:50 UTC  (9+ messages)
` [PATCH 2/2] PCI: dwc: Do not return failure from dw_pcie_wait_for_link() if link is in Detect/Poll state

[PATCH] PCI: mediatek-gen3: Ignore link up timeout
 2025-12-18 10:16 UTC  (3+ messages)

[PATCH v2 0/7] irqchip/gic-v5: Code first ACPI boot support
 2025-12-18 10:14 UTC  (8+ messages)
` [PATCH v2 1/7] ACPICA: Add GICv5 MADT structures
` [PATCH v2 2/7] ACPICA: Add Arm IORT IWB node definitions
` [PATCH v2 3/7] irqdomain: Add parent field to struct irqchip_fwid
` [PATCH v2 4/7] PCI/MSI: Make the pci_msi_map_rid_ctlr_node() interface firmware agnostic
` [PATCH v2 5/7] irqchip/gic-v5: Add ACPI IRS probing
` [PATCH v2 6/7] irqchip/gic-v5: Add ACPI ITS probing
` [PATCH v2 7/7] irqchip/gic-v5: Add ACPI IWB probing

[PATCH v2 0/4] PCI: rockchip: 5.0 GT/s speed may be dangerous
 2025-12-18 10:13 UTC  (6+ messages)
` [PATCH v2 1/4] PCI: rockchip: limit RK3399 to 2.5 GT/s to prevent damage

[PATCH] PCI: Remove useless WARN_ON() from devres
 2025-12-18  9:28 UTC 

[PATCH] PCI: endpoint: add WQ_PERCPU to alloc_workqueue users
 2025-12-18  8:46 UTC  (3+ messages)

[RFC PATCH v2 00/27] NTB transport backed by remote DW eDMA
 2025-12-18  8:28 UTC  (8+ messages)
` [RFC PATCH v2 12/27] damengine: dw-edma: Fix MSI data values for multi-vector IMWr interrupts
` [RFC PATCH v2 19/27] PCI: dwc: ep: Cache MSI outbound iATU mapping

[PATCH v2 1/2] PCI: dwc: Add L1 Substates context to ltssm_status of debugfs
 2025-12-18  8:25 UTC  (2+ messages)

[PATCH] PCI: mediatek: Fix IRQ domain leak when MSI allocation fails
 2025-12-18  8:09 UTC  (2+ messages)

[PATCH 0/3] Miscellaneous fixes for pci subsystem
 2025-12-18  8:03 UTC  (11+ messages)
` [PATCH 2/3] PCI/sysfs: Prohibit unaligned access to I/O port on non-x86
` [PATCH 3/3] PCI: Prevent overflow in proc_bus_pci_write()

[PATCH] PCI: j721e: Add config guards for Cadence Host and Endpoint library APIs
 2025-12-18  7:57 UTC  (2+ messages)

[PATCH v4] PCI: of: Drop error message on missing of_root node
 2025-12-18  7:44 UTC  (2+ messages)

[PATCH 0/5] PCI: Remove unsupported or incomplete PCIe Capabilities
 2025-12-18  7:35 UTC  (5+ messages)
` [PATCH 3/5] PCI: dwc: Remove MSI/MSIX capability if iMSI-RX is used as MSI controller

[PATCH] pci: endpoint: Add missing NULL check for alloc_workqueue()
 2025-12-18  7:12 UTC  (2+ messages)

[PATCH] PCI: endpoint: pci-epf-test: add WQ_PERCPU to alloc_workqueue users
 2025-12-18  7:07 UTC  (2+ messages)

[PATCH] PCI: endpoint: epf-mhi: add WQ_PERCPU to alloc_workqueue users
 2025-12-18  7:07 UTC  (2+ messages)

[PATCH] PCI: meson: Remove meson_pcie_link_up() timeout, message, speed check
 2025-12-18  6:06 UTC  (2+ messages)

[PATCH 1/2] Documentation: PCI: endpoint: fix vNTB bind command
 2025-12-18  6:00 UTC  (2+ messages)

[PATCH RESEND] PCI: endpoint: Avoid creating sub-groups asynchronously
 2025-12-18  5:45 UTC  (2+ messages)

[PATCH v2] PCI: rcar-host: Add OF Kconfig dependency to avoid objtool no-cfi warning
 2025-12-18  5:23 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox