public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-04 10:49:48 to 2026-02-06 20:10:47 UTC [more...]

[PATCH v2] PCI/AER: Fix AER log missing in DPC case
 2026-02-06 20:10 UTC  (3+ messages)

[PATCH] PCI: epf-mhi: return 0 on success instead of positive jiffies
 2026-02-06 20:05 UTC 

[PATCH v2 0/6] rust: io: turn IoCapable into a functional trait
 2026-02-06 19:48 UTC  (11+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] rust: io: mem: use non-relaxed I/O ops in examples
` [PATCH v2 3/6] rust: io: provide Mmio relaxed ops through a wrapper type
` [PATCH v2 4/6] rust: io: remove legacy relaxed accessors of Mmio
` [PATCH v2 5/6] rust: pci: io: remove overloaded Io methods of ConfigSpace
` [PATCH v2 6/6] rust: io: remove overloaded Io methods of Mmio

[PATCH] samples: rust: pci: Remove some additional `.as_ref()` for `dev_*` print
 2026-02-06 19:26 UTC  (2+ messages)

[PATCH] PCI/AER: Add option to panic on unrecoverable errors
 2026-02-06 19:22 UTC  (5+ messages)

[PATCH v4 0/9] dmaengine, PCI: endpoint: Enable remote use of integrated DesignWare eDMA
 2026-02-06 19:20 UTC  (15+ messages)
` [PATCH v4 1/9] dmaengine: dw-edma: Add per-channel interrupt routing control
` [PATCH v4 2/9] dmaengine: dw-edma: Deassert emulated interrupts in the IRQ handler
` [PATCH v4 3/9] dmaengine: dw-edma: Export per-channel IRQ and doorbell register offset
` [PATCH v4 4/9] PCI: endpoint: Add remote resource query API
` [PATCH v4 5/9] PCI: dwc: Record integrated eDMA register window
` [PATCH v4 6/9] PCI: dwc: ep: Report integrated eDMA resources via EPC remote-resource API
` [PATCH v4 7/9] PCI: endpoint: pci-epf-test: Add embedded doorbell variant
` [PATCH v4 8/9] misc: pci_endpoint_test: Allow selecting embedded doorbell
` [PATCH v4 9/9] selftests: pci_endpoint: Exercise MSI and "

[PATCH v8 0/9] Error recovery for vfio-pci devices on s390x
 2026-02-06 19:03 UTC  (2+ messages)

[PATCH v3 0/4] PCI: Fix ACS enablement for Root Ports in OF platforms
 2026-02-06 18:32 UTC  (2+ messages)

[PATCHv3 0/4] pci slot reset handling fixes
 2026-02-06 17:22 UTC  (6+ messages)
` [PATCHv3 1/4] pci: rename __pci_bus_reset and __pci_slot_reset
` [PATCHv3 2/4] pci: allow all bus devices to use the same slot
` [PATCHv3 3/4] pci: remove slot specific lock/unlock and save/restore
` [PATCHv3 4/4] pci: make reset_subordinate hotplug safe

[PATCH v3 1/4] PCI: Enable ACS only after configuring IOMMU for OF platforms
 2026-02-06 15:37 UTC  (4+ messages)

[PATCH v3 0/9] arm64: dts: qcom: Add support for the Ayaneo Pocket S2
 2026-02-06 15:13 UTC  (11+ messages)
` [PATCH v3 1/9] dt-bindings: usb: document the Renesas UPD720201/UPD720202 USB 3.0 xHCI Host Controller
` [PATCH v3 2/9] pci: pwrctrl: slot: fix dev_err_probe() usage
` [PATCH v3 3/9] pci: pwrctrl: rename pci-pwrctrl-slot as generic
` [PATCH v3 4/9] pci: pwrctrl: generic: support for the UPD720201/UPD720202 USB 3.0 xHCI Host Controller
` [PATCH v3 5/9] arm64: defconfig: enable pci-pwrctrl-generic as module
` [PATCH v3 6/9] dt-binding: vendor-prefixes: document the Ayaneo brand
` [PATCH v3 7/9] dt-bindings: arm: qcom: document the Ayaneo Pocket S2
` [PATCH v3 8/9] arm64: dts: qcom: sm8650: Add sound DAI prefix for DP
` [PATCH v3 9/9] arm64: dts: qcom: add basic devicetree for Ayaneo Pocket S2 gaming console

[PATCH v3 3/4] PCI: Disable ACS SV capability for the broken IDT switches
 2026-02-06 15:07 UTC  (9+ messages)

[PATCH v2 0/7] arm64: dts: qcom: Add support for the Ayaneo Pocket S2
 2026-02-06 15:05 UTC  (3+ messages)
` [PATCH v2 5/7] dt-bindings: arm: qcom: document "

[PATCH v2 00/10] rust: pci: add abstractions for SR-IOV capability
 2026-02-06 10:47 UTC  (13+ messages)
` [PATCH v2 01/10] PCI: add driver flag to opt into disabling SR-IOV on remove()
` [PATCH v2 02/10] fpga: dfl-pci: set driver flag to disable "
` [PATCH v2 03/10] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
` [PATCH v2 04/10] rust: pci: add vtable attribute to pci::Driver trait
` [PATCH v2 05/10] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
` [PATCH v2 06/10] rust: pci: add is_virtfn(), to check for VFs
` [PATCH v2 07/10] rust: pci: add is_physfn(), to check for PFs
` [PATCH v2 08/10] rust: pci: add num_vf(), to return number of VFs
` [PATCH v2 09/10] rust: pci: add physfn(), to return PF device for VF device
` [PATCH v2 10/10] samples: rust: add SR-IOV driver sample

[PATCH] PCI: dpc: Increase pciehp waiting time for DPC recovery
 2026-02-06  8:13 UTC  (7+ messages)

[PATCH v7 0/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
 2026-02-06  8:41 UTC  (11+ messages)
` [PATCH v7 2/5] PCI/DPC: Run recovery on device that detected the error
` [PATCH v7 5/5] PCI/AER: Only clear error bits in pcie_clear_device_status()

[PATCH] pci: endpoint: pci-epf-vntb: fix num_mws in error message
 2026-02-06  8:35 UTC  (2+ messages)

[pci:controller/dwc] BUILD SUCCESS 43d324eeb08c3dd9fff7eb9a2c617afd3b96e65c
 2026-02-06  2:36 UTC 

[PATCH v2 6/6] vfio: selftests: Add tests to validate SR-IOV UAPI
 2026-02-05 21:51 UTC 

[PATCH 0/8] rust: pci: add abstractions for SR-IOV capability
 2026-02-05 21:27 UTC  (6+ messages)
` [PATCH 3/8] rust: pci: add {enable,disable}_sriov(), to control "

[PATCH v15 0/9] Enable CXL PCIe Port Protocol Error handling and logging
 2026-02-05 21:17 UTC  (14+ messages)
` [PATCH v15 4/9] PCI/AER: Dequeue forwarded CXL error
` [PATCH v15 5/9] PCI: Establish common CXL Port protocol error flow

[PATCH v0 00/15] PCI passthru on Hyper-V (Part I)
 2026-02-05 18:48 UTC  (17+ messages)
` [PATCH v0 01/15] iommu/hyperv: rename hyperv-iommu.c to hyperv-irq.c
` [PATCH v0 02/15] x86/hyperv: cosmetic changes in irqdomain.c for readability
` [PATCH v0 15/15] mshv: Populate mmio mappings for PCI passthru

[PATCH v3 00/11] dmaengine, PCI: endpoint: Enable remote use of integrated DesignWare eDMA
 2026-02-05 16:11 UTC  (32+ messages)
` [PATCH v3 01/11] dmaengine: Add hw_id to dma_slave_caps
` [PATCH v3 02/11] dmaengine: dw-edma: Report channel hw_id in dma_slave_caps
` [PATCH v3 03/11] dmaengine: dw-edma: Add per-channel interrupt routing control
` [PATCH v3 04/11] dmaengine: Add selfirq callback registration API
` [PATCH v3 05/11] dmaengine: dw-edma: Implement dmaengine selfirq callbacks using interrupt emulation
` [PATCH v3 06/11] PCI: endpoint: Add remote resource query API
` [PATCH v3 07/11] PCI: dwc: Record integrated eDMA register window
` [PATCH v3 08/11] PCI: dwc: ep: Report integrated DWC eDMA remote resources
` [PATCH v3 09/11] PCI: endpoint: pci-epf-test: Add smoke test for EPC remote resource API
` [PATCH v3 10/11] misc: pci_endpoint_test: Add EPC remote resource API test ioctl
` [PATCH v3 11/11] selftests: pci_endpoint: Add EPC remote resource API test

[PATCH 0/8] phy: zynqmp: Perform complete initialization, including ILL calibration
 2026-02-05 15:47 UTC  (4+ messages)
` [PATCH 1/8] dt-bindings: pci: xilinx-nwl: Add resets

[PATCH V3 00/10] pci-imx6: Add support for parsing the reset property in new Root Port binding
 2026-02-05 15:30 UTC  (14+ messages)
` [PATCH V3 02/10] PCI: imx6: "
` [PATCH V3 03/10] arm: dts: imx6qdl: Add Root Port node and PERST property

[PATCH v14 0/9] rust: add `Ownable` trait and `Owned` type
 2026-02-05 13:33 UTC  (21+ messages)
` [PATCH v14 1/9] rust: types: Add Ownable/Owned types
` [PATCH v14 2/9] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v14 3/9] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v14 4/9] rust: aref: update formatting of use statements
` [PATCH v14 5/9] rust: Add `OwnableRefCounted`
` [PATCH v14 6/9] rust: page: update formatting of `use` statements
` [PATCH v14 7/9] rust: page: convert to `Ownable`
` [PATCH v14 8/9] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v14 9/9] rust: page: add `from_raw()`

[PATCH v7 0/2] PCI: Configure Root Port MPS during host probing
 2026-02-05 13:28 UTC  (4+ messages)

[PATCH v5 0/3] PCI: dwc: Clean up iATU index mess
 2026-02-05 13:23 UTC  (13+ messages)
` [PATCH v5 1/3] PCI: dwc: Fix msg_atu_index assignment
` [PATCH v5 2/3] PCI: dwc: Clean up iATU index usage in dw_pcie_iatu_setup()
` [PATCH v5 3/3] PCI: dwc: Fix missing iATU setup when ECAM is enabled

[RFC 0/2] Rust PCI capability infrastructure and SR-IOV support
 2026-02-05 13:10 UTC  (5+ messages)
` [RFC 2/2] pci: Add PCI capability infrastructure and SR-IOV capability support

[PATCH v2 0/3] PCI: Always lift 2.5GT/s restriction in PCIe failed link retraining
 2026-02-05 11:00 UTC  (8+ messages)
` [PATCH v2 1/3] "
  ` [External] : "
` [PATCH v2 2/3] PCI: Use pcie_get_speed_cap() "
  ` [External] : "
` [PATCH v2 3/3] PCI: Bail out early for 2.5GT/s devices "
  ` [External] : "
` [PING][PATCH v2 0/3] PCI: Always lift 2.5GT/s restriction "

[PATCH v4] schemas: pci: Document PCIe T_POWER_ON
 2026-02-05  9:33 UTC 

[PATCH v2] PCI: dpc: Increase pciehp waiting time for DPC recovery
 2026-02-05  8:54 UTC  (2+ messages)

[PATCH] PCI: rzg3s-host: Fix device node reference leak in rzg3s_pcie_host_parse_port()
 2026-02-05  8:05 UTC  (3+ messages)

[PATCH V4 00/22] Enhancements to pcie-tegra194 driver
 2026-02-05  7:55 UTC  (2+ messages)

[GIT PULL] PCIe Link Encryption fixes for 6.19
 2026-02-04 23:25 UTC  (2+ messages)

[PATCHv2 0/4] pci: slot handling fixes
 2026-02-04 22:31 UTC  (7+ messages)
` [PATCHv2 3/4] pci: remove slot specific lock/unlock and save/restore
` [PATCHv2 4/4] pci: make reset_subordinate hotplug safe

[pci:controller/dwc] BUILD SUCCESS e3c3a5d25dc090c237ec768fdded96e9184fe2ae
 2026-02-04 16:27 UTC 

[PATCH v2 0/7] dmaengine: dw-edma, PCI: dwc: Enable remote use of integrated DesignWare eDMA
 2026-02-04 16:17 UTC  (7+ messages)

[PATCH 0/6] rust: io: turn IoCapable into a functional trait
 2026-02-04 15:58 UTC  (11+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] rust: io: mem: use non-relaxed I/O ops in examples
` [PATCH 4/6] rust: io: remove legacy relaxed accessors of Mmio
` [PATCH 5/6] rust: pci: io: remove overloaded Io methods of ConfigSpace
` [PATCH 6/6] rust: io: remove overloaded Io methods of Mmio

[pci:next] BUILD SUCCESS f365bb1bf8702158f87ec50b1ee806f7af1a21a8
 2026-02-04 15:45 UTC 

[PATCH RFCv1 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
 2026-02-04 13:21 UTC  (15+ messages)

[PATCH] pci: pci-hyperv-intf: remove unnecessary module_init/exit functions
 2026-02-04 12:38 UTC  (2+ messages)

[PATCH 1/1] PCI: hv: Remove unused field pci_bus in struct hv_pcibus_device
 2026-02-04 12:37 UTC  (3+ messages)

[PATCH v8 2/2] dmaengine: dw-edma: Add non-LL mode
 2026-02-04 10:50 UTC  (12+ messages)

[PATCH v10 0/2] Add AMD MDB Endpoint and non-LL mode Support
 2026-02-04 10:49 UTC  (3+ messages)
` [PATCH v10 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support
` [PATCH v10 2/2] dmaengine: dw-edma: Add non-LL mode


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