Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2025-03-27 17:15:16 to 2025-04-01 14:51:03 UTC [more...]

[PATCH] PCI: cadence: Remove duplicate message code definitions
 2025-04-01 14:50 UTC 

[PATCH 00/25] PCI: Resource fitting/assignment fixes and cleanups
 2025-04-01 14:15 UTC  (7+ messages)
` [PATCH 24/25] PCI: Perform reset_resource() and build fail list in sync

[PATCH 1/1] misc: pci_endpoint_test: Set .driver_data for PCI_DEVICE_ID_IMX8
 2025-04-01 13:56 UTC  (4+ messages)

[PATCH v4 0/3] Implement TryFrom<&Device> for bus specific devices
 2025-04-01 13:51 UTC  (11+ messages)
` [PATCH v4 2/3] rust: pci: impl TryFrom<&Device> for &pci::Device

[v6 0/5] Introduce generic capability search functions
 2025-04-01 13:20 UTC  (24+ messages)
` [v6 1/5] PCI: "
` [v6 3/5] PCI: cadence: Use common PCI host bridge APIs for finding the capabilities
` [v6 5/5] MAINTAINERS: Add entry for PCI host controller helpers

[PATCH 0/4] Loadable Module support for PCIe Cadence and J721E
 2025-04-01 11:28 UTC  (6+ messages)
` [PATCH 3/4] PCI: cadence-ep: Introduce cdns_pcie_ep_disable helper for cleanup

[PATCH] PCI: qcom: Implement shutdown() callback
 2025-04-01 11:21 UTC 

[PATCH 0/4] arm64: dts: renesas: r8a779g3: Add Renesas R-Car V4H Sparrow Hawk board support
 2025-04-01 10:55 UTC  (16+ messages)
` [PATCH 1/4] dt-bindings: PCI: rcar-gen4-pci-host: Document optional aux clock
` [PATCH 2/4] dt-bindings: vendor-prefixes: Add Retronix Technology Inc
` [PATCH 3/4] dt-bindings: soc: renesas: Document Renesas R-Car V4H Sparrow Hawk board support
` [PATCH 4/4] arm64: dts: renesas: r8a779g3: Add "

[PATCH 0/2] PCI: Add support for PCIe wake interrupt
 2025-04-01 10:16 UTC  (6+ messages)
` [PATCH 1/2] arm64: dts: qcom: sc7280: Add wake GPIO
` [PATCH 2/2] PCI: Add support for PCIe wake interrupt

[PATCH v3 00/13] PCI: apple: Add support for t6020
 2025-04-01  9:40 UTC  (15+ messages)
` [PATCH v3 01/13] PCI: apple: Set only available ports up
` [PATCH v3 02/13] dt-bindings: pci: apple,pcie: Add t6020 compatible string
` [PATCH v3 03/13] PCI: host-generic: Extract an ecam bridge creation helper from pci_host_common_probe()
` [PATCH v3 04/13] PCI: ecam: Allow cfg->priv to be pre-populated from the root port device
` [PATCH v3 05/13] PCI: apple: Move over to standalone probing
` [PATCH v3 06/13] PCI: apple: Dynamically allocate RID-to_SID bitmap
` [PATCH v3 07/13] PCI: apple: Move away from INTMSK{SET,CLR} for INTx and private interrupts
` [PATCH v3 08/13] PCI: apple: Fix missing OF node reference in apple_pcie_setup_port
` [PATCH v3 09/13] PCI: apple: Move port PHY registers to their own reg items
` [PATCH v3 10/13] PCI: apple: Drop poll for CORE_RC_PHYIF_STAT_REFCLK
` [PATCH v3 11/13] PCI: apple: Use gpiod_set_value_cansleep in probe flow
` [PATCH v3 12/13] PCI: apple: Abstract register offsets via a SoC-specific structure
` [PATCH v3 13/13] PCI: apple: Add T602x PCIe support

[PATCH 0/2] PCI: endpoint: space allocation fixups
 2025-04-01  9:25 UTC  (8+ messages)
` [PATCH 1/2] PCI: endpoint: strictly apply bar fixed size to allocate space
` [PATCH 2/2] PCI: endpoint: pci-epf-vntb: simplify ctrl/spad space allocation

[PATCH 0/3] PCI: qcom: Move PERST# GPIO & phy retrieval from controller to PCIe bridge node
 2025-04-01  8:23 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: PCI: qcom: Move phy, wake & reset gpio's to root port

[PATCH v4 00/10] PCI: Enable Power and configure the TC956x PCIe switch
 2025-04-01  5:52 UTC  (5+ messages)
` [PATCH v4 01/10] dt-bindings: PCI: Add binding for Toshiba "

[RFC 0/6] VRAM Self Refresh
 2025-04-01  5:24 UTC  (4+ messages)
` [RFC 4/6] drm/xe/vrsr: Refactor d3cold.allowed to a enum

[RFC 6/6] drm/xe/vrsr: Enable VRSR
 2025-04-01  5:19 UTC  (2+ messages)
` [RFC,6/6] "

[PATCH v2] PCI/AER: Consolidate CXL, ACPI GHES and native AER reporting paths
 2025-04-01  1:47 UTC  (2+ messages)

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-04-01  1:09 UTC  (18+ messages)

[PATCH v5 0/8] Rate limit AER logs
 2025-04-01  0:30 UTC  (9+ messages)
` [PATCH v5 6/8] PCI/AER: Introduce ratelimit for error logs
` [PATCH v5 8/8] PCI/AER: Add sysfs attributes for log ratelimits

[PATCH 0/9] Implement "Bound" device context
 2025-03-31 20:28 UTC  (10+ messages)
` [PATCH 1/9] rust: device: implement impl_device_context_deref!
` [PATCH 2/9] rust: device: implement impl_device_context_into_aref!
` [PATCH 3/9] rust: device: implement device context for Device
` [PATCH 4/9] rust: platform: preserve device context in AsRef
` [PATCH 5/9] rust: pci: "
` [PATCH 6/9] rust: device: implement Bound device context
` [PATCH 7/9] rust: pci: move iomap_region() to impl Device<Bound>
` [PATCH 8/9] rust: devres: require a bound device
` [PATCH 9/9] rust: dma: "

[Question] pcie_do_recovery and pci_enable_sriov deadlock problem
 2025-03-31 11:43 UTC 

[PATCH v2 00/13] PCI: apple: Add support for t6020
 2025-03-31 11:28 UTC  (2+ messages)

[PATCH v8 00/13] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-03-31  9:21 UTC  (4+ messages)
` [PATCH v8 08/13] misc: rp1: RaspberryPi RP1 misc driver

[PATCH] PCI: dwc: Set PORT_LOGIC_LINK_WIDTH to one lane
 2025-03-31  9:15 UTC  (2+ messages)

[PATCH v2 0/6] hyperv: Introduce new way to manage hypercall args
 2025-03-30 21:53 UTC  (7+ messages)
` [PATCH v2 4/6] Drivers: hv: Use hv_hvcall_*() to set up hypercall arguments
` [PATCH v2 5/6] PCI: "

[syzbot] [pci?] upstream test error: BUG: unable to handle kernel NULL pointer dereference in msix_prepare_msi_desc
 2025-03-30 16:49 UTC 

[PATCH 0/7] Enhance the PCIe controller driver
 2025-03-30 14:59 UTC  (9+ messages)
  ` [PATCH 1/7] dt-bindings: pci: cadence: Extend compatible for new platform configurations

[PATCH v3 3/3] PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flag
 2025-03-30 14:57 UTC  (2+ messages)
` [PATCH] PCI/MSI: Handle the NOMASK flag correctly for all PCI/MSI backends

[syzbot] [pci?] upstream test error: general protection fault in msix_prepare_msi_desc
 2025-03-30 10:15 UTC 

[PATCH v2 0/4] Loadable Module support for PCIe Cadence and J721E
 2025-03-30  8:39 UTC  (5+ messages)
` [PATCH v2 1/4] PCI: cadence: Add support to build pcie-cadence library as a kernel module
` [PATCH v2 2/4] PCI: cadence-host: Introduce cdns_pcie_host_disable helper for cleanup
` [PATCH v2 3/4] PCI: cadence-ep: Introduce cdns_pcie_ep_disable "
` [PATCH v2 4/4] PCI: j721e: Add support to build as a loadable module

[syzbot] [pci?] upstream test error: general protection fault in msix_capability_init
 2025-03-30  3:20 UTC 

[PATCH net-next v2 09/16] net/mlx5: Handle sync reset now event
 2025-03-29 18:23 UTC 

[pci:endpoint-test] BUILD SUCCESS 73028616f3050a9c1b5586779bd098ee75b86a12
 2025-03-29 13:18 UTC 

[PATCH v8 0/4] PCI: dwc: Add support for configuring lane equalization presets
 2025-03-29 11:42 UTC  (18+ messages)
` [PATCH v8 2/4] PCI: of: Add of_pci_get_equalization_presets() API
` [PATCH v8 3/4] PCI: dwc: Update pci->num_lanes to maximum supported link width
` [PATCH v8 4/4] PCI: dwc: Add support for configuring lane equalization presets

[PATCH v5 0/7] PCI: dwc: Add ECAM support with iATU configuration
 2025-03-29  6:25 UTC  (15+ messages)
` [PATCH v5 1/7] arm64: dts: qcom: sc7280: Increase config size to 256MB for ECAM feature
` [PATCH v5 2/7] dt-bindings: PCI: qcom,pcie-sc7280: Make elbi register as an optional
` [PATCH v5 4/7] PCI: dwc: Add support for ELBI resource mapping
` [PATCH v5 5/7] PCI: dwc: qcom: Switch to dwc "

[GIT PULL] PCI changes for v6.15
 2025-03-29  3:25 UTC  (2+ messages)

[pci:next] BUILD SUCCESS dea140198b846f7432d78566b7b0b83979c72c2b
 2025-03-28 19:30 UTC 

[pci:controller/layerscape] BUILD SUCCESS 4c8c0ffd41d16cf08ccb0d3626beb54adfe5450a
 2025-03-28 19:29 UTC 

[PATCH v8 03/16] CXL/AER: Introduce Kfifo for forwarding CXL errors
 2025-03-28 17:36 UTC  (4+ messages)

[PATCH v8 00/16] Enable CXL PCIe port protocol error handling and logging
 2025-03-28 17:01 UTC  (8+ messages)
` [PATCH v8 02/16] PCI/AER: Modify AER driver logging to report CXL or PCIe bus error type
` [PATCH v8 03/16] CXL/AER: Introduce Kfifo for forwarding CXL errors

[PATCH v6 0/6] PCI: VF resizable BAR
 2025-03-28 16:39 UTC  (4+ messages)
` [PATCH v6 4/6] PCI/IOV: Check that VF BAR fits within the reservation

[PATCH 0/4] PCI/arm64/ath11k/ath12k: Rename pwrctrl Kconfig symbols
 2025-03-28 16:11 UTC  (8+ messages)
` [PATCH 1/4] PCI/pwrctrl: Rename pwrctrl Kconfig symbols and slot module
` [PATCH 2/4] arm64: Kconfig: switch to HAVE_PWRCTRL
` [PATCH 3/4] wifi: ath11k: switch to PCI_PWRCTRL_PWRSEQ
` [PATCH 4/4] wifi: ath12k: "

[PATCH v3 0/6] Add some enhancements for i.MX95 PCIe
 2025-03-28 14:56 UTC  (11+ messages)
` [PATCH v3 1/6] PCI: imx6: Start link directly when workaround is not required
` [PATCH v3 2/6] PCI: imx6: Toggle the cold reset for i.MX95 PCIe
` [PATCH v3 3/6] PCI: imx6: Workaround i.MX95 PCIe may not exit L23 ready
` [PATCH v3 4/6] PCI: imx6: Let i.MX95 PCIe compliance with 8GT/s Receiver Impedance ECN
` [PATCH v3 5/6] PCI: imx6: Add PLL clock lock check for i.MX95 PCIe
` [PATCH v3 6/6] PCI: imx6: Save and restore the LUT setting "

[PATCH] PCI: rcar-gen4: set ep BAR4 fixed size
 2025-03-28 14:30 UTC 

[patch V2 00/10] genirq/msi: Spring cleaning
 2025-03-28 14:05 UTC  (4+ messages)
` [patch V2 09/10] scsi: ufs: qcom: Remove the MSI descriptor abuse

[PATCH] PCI: rockchip-ep: Mark RK3399 as intx_capable
 2025-03-28 12:36 UTC  (3+ messages)

[PATCH 1/1] genirq/msi: Dynamic remove/add stroage adapter hits EEH
 2025-03-28 11:27 UTC  (4+ messages)

[PATCH] PCI: rockchip: Fix order of rockchip_pci_core_rsts
 2025-03-28 10:58 UTC 

[PATCH v9 0/5] PCI: dwc: Add support for configuring lane equalization presets
 2025-03-28 10:28 UTC  (6+ messages)
` [PATCH v9 1/5] arm64: dts: qcom: x1e80100: Add PCIe lane equalization preset properties
` [PATCH v9 2/5] PCI: of: Add of_pci_get_equalization_presets() API
` [PATCH v9 3/5] PCI: dwc: Update pci->num_lanes to maximum supported link width
` [PATCH v9 4/5] PCI: Add lane equalization register offsets
` [PATCH v9 5/5] PCI: dwc: Add support for configuring lane equalization presets

[linux-next:master] [PCI/MSI] d9f2164238: Kernel_panic-not_syncing:Fatal_exception
 2025-03-28  6:40 UTC  (3+ messages)

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-03-28  5:27 UTC  (3+ messages)
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[PATCH] PCI: Add MUCSE vendor ID to pci_ids.h
 2025-03-28  1:46 UTC  (3+ messages)

[PATCH v8 16/16] CXL/PCI: Disable CXL protocol errors during CXL Port cleanup
 2025-03-28  1:18 UTC  (2+ messages)

[PATCH v7 0/7] rust: reduce `as` casts, enable related lints
 2025-03-27 22:17 UTC  (13+ messages)
` [PATCH v7 7/7] rust: enable `clippy::ref_as_ptr` lint

[PATCH RESEND v2] PCI/MSI: Fix x86 VMs crash due to dereferencing NULL MSI domain
 2025-03-27 21:29 UTC  (3+ messages)

[PATCH v8 13/16] cxl/pci: Assign CXL Endpoint protocol error handlers
 2025-03-27 19:46 UTC  (2+ messages)

[PATCH v5 1/2] Add rev 2 check for PRESERVE_BOOT_CONFIG function
 2025-03-27 19:09 UTC  (5+ messages)
` [PATCH v5 2/2] Add acpi_check_dsm() for PCI _DSM definitions

[PATCH] PCI: layerscape: fix index passed to syscon_regmap_lookup_by_phandle_args
 2025-03-27 18:15 UTC  (3+ messages)

[PATCH v6 0/2] Add support for PCIe RP PERST#
 2025-03-27 18:08 UTC  (4+ messages)
` [PATCH v6 2/2] PCI: xilinx-cpm: Add support for PCIe RP PERST# signal

[PATCH v8 02/16] PCI/AER: Modify AER driver logging to report CXL or PCIe bus error type
 2025-03-27 17:49 UTC  (3+ messages)

[PATCH v7 0/6] Enable IPQ5018 PCI support
 2025-03-27 17:29 UTC  (3+ messages)
` [PATCH v7 5/6] arm64: dts: qcom: ipq5018: Add PCIe related nodes

[PATCH v6 0/6] Enable IPQ5018 PCI support
 2025-03-27 17:28 UTC  (7+ messages)
` [PATCH v6 5/6] arm64: dts: qcom: ipq5018: Add PCIe related nodes


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