messages from 2026-02-03 01:55:44 to 2026-02-05 21:00:44 UTC [more...]
[PATCH v2 00/10] rust: pci: add abstractions for SR-IOV capability
2026-02-05 20:59 UTC (11+ 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 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 v15 0/9] Enable CXL PCIe Port Protocol Error handling and logging
2026-02-05 17:16 UTC (30+ messages)
` [PATCH v15 1/9] PCI/AER: Introduce AER-CXL Kfifo in new file, pcie/aer_cxl_vh.c
` [PATCH v15 2/9] cxl: Update CXL Endpoint tracing
` [PATCH v15 3/9] PCI/ERR: Introduce PCI_ERS_RESULT_PANIC
` [PATCH v15 4/9] PCI/AER: Dequeue forwarded CXL error
` [PATCH v15 5/9] PCI: Establish common CXL Port protocol error flow
` [PATCH v15 6/9] cxl: Update error handlers to support CXL Port protocol errors
` [PATCH v15 7/9] cxl: Update Endpoint AER uncorrectable handler
` [PATCH v15 8/9] cxl: Remove Endpoint AER correctable handler
` [PATCH v15 9/9] cxl: Enable CXL protocol error reporting
[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 (22+ messages)
` [PATCH V3 02/10] PCI: imx6: "
` [PATCH V3 03/10] arm: dts: imx6qdl: Add Root Port node and PERST property
` [PATCH V3 04/10] arm: dts: imx6sx: "
` [PATCH V3 05/10] arm: dts: imx7d: "
` [PATCH V3 06/10] arm64: dts: imx8mm: "
` [PATCH V3 07/10] arm64: dts: imx8mp: "
` [PATCH V3 08/10] arm64: dts: imx8mq: "
` [PATCH V3 09/10] arm64: dts: imx8dxl/qm/qxp: "
` [PATCH V3 10/10] arm64: dts: imx95: "
[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] pci: endpoint: pci-epf-vntb: fix num_mws in error message
2026-02-05 11:30 UTC
[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)
[PATCH v3 1/4] PCI: Enable ACS only after configuring IOMMU for OF platforms
2026-02-04 23:33 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 (17+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] rust: io: mem: use non-relaxed I/O ops in examples
` [PATCH 3/6] rust: io: provide Mmio relaxed ops through a wrapper type
` [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 (21+ messages)
[PATCH] pci: pci-hyperv-intf: remove unnecessary module_init/exit functions
2026-02-04 12:38 UTC (3+ messages)
[PATCH 1/1] PCI: hv: Remove unused field pci_bus in struct hv_pcibus_device
2026-02-04 12:37 UTC (4+ messages)
[PATCH v8 0/2] Add AMD MDB Endpoint and non-LL mode Support
2026-02-04 10:50 UTC (15+ messages)
` [PATCH v8 2/2] dmaengine: dw-edma: Add non-LL mode
[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
[pci:controller/dwc-nxp-s32g] BUILD SUCCESS b79e0875fe8144fcb09e4fc1cf386cb3b2262480
2026-02-04 9:55 UTC
[PATCH] PCI: Fix PCI bridge resource allocation when base exceeds limit
2026-02-04 8:56 UTC (5+ messages)
[PATCH] PCI: dpc: Increase pciehp waiting time for DPC recovery
2026-02-04 2:10 UTC (7+ messages)
[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
2026-02-04 0:10 UTC (5+ messages)
` [PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update
[PATCH v2] PCI: s32g: Fix ports parsing
2026-02-03 15:41 UTC (7+ messages)
[PATCH v2] PCI: dw-rockchip: Enable async probe by default
2026-02-03 11:01 UTC (7+ messages)
[PATCH v3 0/2] PCI: Add support for ACS Enhanced Capability
2026-02-03 9:59 UTC (4+ messages)
` [PATCH v3 2/2] PCI: Add the enhanced ACS controls check to pci_acs_flags_enabled()
[PATCH v7 0/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
2026-02-03 8:06 UTC (8+ messages)
` [PATCH v7 4/5] PCI/AER: Clear both AER fatal and non-fatal status
` [PATCH v7 5/5] PCI/AER: Only clear error bits in pcie_clear_device_status()
[PATCH v5 0/2] rust: pci: add capability lookup helpers
2026-02-03 5:42 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox