messages from 2026-06-10 15:18:56 to 2026-06-12 01:46:56 UTC [more...]
[PATCH v1 1/2] Bluetooth: hci_core: Add reset_type parameter to hdev->reset() callback
2026-06-12 1:46 UTC (4+ messages)
` [PATCH v1 2/2] Bluetooth: btintel_pcie: Fix TOCTOU race in reset path
[PATCH v2 0/2] PCI: qcom: Add PCIe support for upcoming Hawi SoC
2026-06-12 1:17 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: qcom: Document the Hawi PCIe Controller
[REGRESSION 6.16] r8169 RTL8168h/8111h fails to probe — "Unable to change power state from D3cold to D0" — bisected to 4d4c10f763d7
2026-06-12 1:07 UTC
[PATCH v4] PCI/proc: Fix race between pci_proc_init() and pci_bus_add_device()
2026-06-12 0:26 UTC (2+ messages)
[PATCH v7 1/5] net/mlx5: free mlx5_st_idx_data on final dealloc
2026-06-11 23:45 UTC (11+ messages)
` [PATCH v7 3/5] dma-buf: add optional get_tph() callback
` [PATCH v7 5/5] RDMA/mlx5: get tph for p2p access when registering dma-buf mr
[PATCH v18 3/3] PCI: Fail FLR when config space is inaccessible
2026-06-11 23:29 UTC (8+ messages)
[PATCH v7 2/5] PCI/TPH: Add requester/completer type helpers
2026-06-11 23:06 UTC (2+ messages)
[PATCH v7 4/5] vfio/pci: implement get_tph and DMA_BUF_TPH feature
2026-06-11 23:02 UTC (2+ messages)
[PATCH 2/2] PCI: meson: Add missing remove callback
2026-06-11 22:26 UTC (2+ messages)
[RFC PATCH 0/5] vfio/pci: Support ZONE_DEVICE-backed P2P Registration
2026-06-11 22:14 UTC (16+ messages)
` [RFC PATCH 1/5] vfio: Add UAPI for ZONE_DEVICE-backed P2P registration
` [RFC PATCH 2/5] vfio/pci: Implement "
` [RFC PATCH 3/5] vfio/pci: Block mmap & dmabuf export for ZONE_DEVICE-registered BARs
` [RFC PATCH 4/5] vfio/pci: Block ZONE_DEVICE registration for BARs with active DMABUFs
` [RFC PATCH 5/5] PCI/P2PDMA: Introduce a helper to release P2P resources
[PATCH 1/2] PCI: dwc: Guard RAS DES debugfs deinit
2026-06-11 22:10 UTC (2+ messages)
[PATCH 1/1] MAINTAINERS: PCI: endpoint: Add Frank Li as reviewer
2026-06-11 22:06 UTC (2+ messages)
[pci:controller/mvebu] BUILD SUCCESS 4f6da7b17836533f9e776b0e3b4396ba4522dc24
2026-06-11 21:09 UTC
[pci:controller/rescan_lock] BUILD SUCCESS 3a080aa9afb577f7b49d27ace0637222614c9986
2026-06-11 21:07 UTC
[PATCH v5 0/4] PCI: Add DOE support for endpoint
2026-06-11 20:47 UTC (7+ messages)
` [PATCH v5 1/4] PCI/DOE: Move common definitions to the header file
` [PATCH v5 4/4] Documentation: PCI: Add documentation for DOE endpoint support
[pci:controller/mediatek] BUILD SUCCESS 843044971a5167087a9484f8f6eec81da30f2a71
2026-06-11 20:46 UTC
[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
2026-06-11 20:30 UTC (15+ messages)
` [PATCH v3 1/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
` [PATCH v3 2/9] vfio/pci: Add a helper to look up PFNs for DMABUFs
` [PATCH v3 3/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA
` [PATCH v3 4/9] vfio/pci: Convert BAR mmap() to use a DMABUF
` [PATCH v3 5/9] vfio/pci: Provide a user-facing name for BAR mappings
` [PATCH v3 6/9] vfio/pci: Clean up BAR zap and revocation
` [PATCH v3 7/9] vfio/pci: Support mmap() of a VFIO DMABUF
` [PATCH v3 8/9] vfio/pci: Permanently revoke a DMABUF on request
` [PATCH v3 9/9] vfio/pci: Add mmap() attributes to DMABUF feature
[PATCH v6 0/3] PCI: rockchip: 5.0 GT/s speed discouraged by Rockchip
2026-06-11 20:16 UTC (7+ messages)
` [PATCH v6 1/3] PCI: rockchip-ep: do not attempt 5.0 GT/s retraining
` [PATCH v6 2/3] PCI: rockchip-host: "
` [PATCH v6 3/3] PCI: rockchip: drive at 2.5 GT/s, error other speeds
[PATCH v2 0/7] arm64: dts: qcom: enable WiFi/BT on SM8350 HDK
2026-06-11 20:05 UTC (7+ messages)
` [PATCH v2 1/7] PCI: qcom: fix parsing of PERST# in the legacy case
` [PATCH v2 2/7] wifi: ath11k: enable support for WCN6851
` [PATCH v2 6/7] arm64: dts: qcom: sm8350: modernize PCIe entries
[PATCH 0/7] arm64: dts: qcom: enable WiFi/BT on SM8350 HDK
2026-06-11 20:03 UTC (9+ messages)
` [PATCH 2/7] wifi: ath11k: enable support for WCN6851
` [PATCH 5/7] arm64: dts: qcom: sm8350: expand UART18 to 4 pins config
` [PATCH 7/7] arm64: dts: qcom: sm8350-hdk: describe WiFi/BT chip
[PATCH v4 00/20] rust: I/O type generalization and projection
2026-06-11 19:36 UTC (40+ messages)
` [PATCH v4 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v4 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v4 03/20] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v4 04/20] rust: io: implement `Io` on reference types instead
` [PATCH v4 05/20] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v4 06/20] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v4 07/20] rust: io: implement `Mmio` as view type
` [PATCH v4 08/20] rust: pci: io: make `ConfigSpace` a view
` [PATCH v4 09/20] rust: io: use view types instead of addresses for `Io`
` [PATCH v4 10/20] rust: io: remove `MmioOwned`
` [PATCH v4 11/20] rust: io: move `Io` methods to extension trait
` [PATCH v4 12/20] rust: prelude: add `zerocopy{,_derive}::IntoBytes`
` [PATCH v4 13/20] rust: io: add projection macro and methods
` [PATCH v4 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v4 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v4 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v4 17/20] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v4 18/20] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v4 19/20] rust: io: add copying methods
` [PATCH v4 20/20] rust: io: implement `IoSysMap`
[PATCH v5 3/4] PCI: endpoint: Add support for DOE initialization and setup in EPC core
2026-06-11 19:12 UTC (2+ messages)
[PATCH v5 2/4] PCI: endpoint: Add DOE mailbox support for endpoint functions
2026-06-11 19:11 UTC (2+ messages)
[PATCH v7 0/3] PCI: Refactor PCIe speed validation and conversion functions
2026-06-11 17:55 UTC (4+ messages)
` [PATCH v7 3/3] PCI: dwc: Use common speed conversion function
[PATCH v7 1/3] PCI: Add public pcie_valid_speed() for shared validation
2026-06-11 17:43 UTC (3+ messages)
[PATCH v7 0/3] PCI: cadence: Add LTSSM debugfs
2026-06-11 17:35 UTC (7+ messages)
` [PATCH v7 1/3] PCI: cadence: Add HPA architecture flag
` [PATCH v7 2/3] PCI: cadence: Add HPA IP debugfs for LTSSM status
` [PATCH v7 3/3] PCI: cadence: Add LGA "
[PATCH v7 2/3] PCI: Move pci_bus_speed2lnkctl2() to public header
2026-06-11 17:23 UTC (2+ messages)
[PATCH v7 0/5] vfio/dma-buf: add TPH support for peer-to-peer access
2026-06-11 16:11 UTC (6+ messages)
` [PATCH v7 1/5] net/mlx5: free mlx5_st_idx_data on final dealloc
` [PATCH v7 2/5] PCI/TPH: Add requester/completer type helpers
` [PATCH v7 3/5] dma-buf: add optional get_tph() callback
` [PATCH v7 4/5] vfio/pci: implement get_tph and DMA_BUF_TPH feature
` [PATCH v7 5/5] RDMA/mlx5: get tph for p2p access when registering dma-buf mr
[PATCHv2] PCI: mvebu: Use fixed-width interrupt masks
2026-06-11 16:17 UTC (3+ messages)
[PATCH v3 0/3] PCI: qcom: Add support for Eliza
2026-06-11 15:35 UTC (7+ messages)
` [PATCH v3 1/3] dt-bindings: phy: sc8280xp-qmp-pcie: Document Eliza PCIe phy
` [PATCH v3 3/3] phy: qcom: qmp-pcie: Add QMP PCIe PHY support for Eliza
` (subset) [PATCH v3 0/3] PCI: qcom: Add "
[pci:controller/rcar-host] BUILD SUCCESS 6ba90ce2069ae923b0ec787aebdf2d786e5d2a58
2026-06-11 15:00 UTC
[PATCH v3] PCI/proc: Fix race between pci_proc_init() and pci_bus_add_device()
2026-06-11 15:01 UTC (3+ messages)
[pci:dt-binding] BUILD SUCCESS d233626c009a515fb3ed823fcd78cee432701d1e
2026-06-11 14:49 UTC
[pci:controller/dwc-imx6] BUILD SUCCESS 85c1fcfa740d4c737f5575fc7251883e54227a51
2026-06-11 14:31 UTC
[pci:virtualization] BUILD SUCCESS 6a4f64c3a3ada43e71ef1e06da89beb36bdaeefa
2026-06-11 14:19 UTC
[PATCH 8/9] PCI: vmd: Protect root bus removal with rescan lock
2026-06-11 14:00 UTC (6+ messages)
[PATCH 0/2] PCI: Guard against NULL bus->self on SR-IOV virtual buses
2026-06-11 9:57 UTC (3+ messages)
` [PATCH 2/2] PCI: setup-res: Guard against bus->self == NULL in _pci_assign_resource()
[PATCH] PCI: pnv_php: Use common error handling code in pnv_php_alloc_slot()
2026-06-11 9:33 UTC (2+ messages)
[PATCH v9 0/3] Add EcoNet EN7528 (and EN751221) PCIe support
2026-06-11 8:47 UTC (4+ messages)
` [PATCH v10] PCI: mediatek: Add support for EcoNet EN7528 SoC
[PATCH v2 0/2] Add PCIe binding for IPQ9650 and IPQ5210
2026-06-11 8:28 UTC (5+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: qcom,pcie-ipq9574: Add IPQ9650 compatible
` [PATCH v2 2/2] dt-bindings: PCI: qcom,pcie-ipq9574: Document the ipq5210 pcie controller
[PATCH V2 0/2] PCI: imx6: Improve PERST# fallback logic
2026-06-11 7:40 UTC (3+ messages)
` [PATCH V2 1/2] PCI: host-generic: Simplify return value handling in pci_host_common_parse_port(s)
[PATCH v7 1/3] PCI: Add d3cold as general reset method
2026-06-11 7:38 UTC (4+ messages)
[PATCH v8 2/3] PCI: Add device-specific reset for Qualcomm devices
2026-06-11 7:29 UTC (4+ messages)
[PATCH 0/9] PCI: controller: Add missing rescan lock around root bus removal
2026-06-11 7:04 UTC (2+ messages)
` (subset) "
[PATCH 1/2] dt-bindings: connector: pcie-m2-e: Add 3.3Vaux supply support
2026-06-11 6:10 UTC (9+ messages)
[PATCH v2] PCI: rcar-gen4: Limit Max_Read_Request_Size and Max_Payload_Size to 256 Bytes
2026-06-11 5:59 UTC (5+ messages)
Connecting multiple TB3 eGPUs via USB4 hub?
2026-06-11 5:28 UTC (6+ messages)
` Connecting multiple TB3 eGPUs via USB4 hub?'
[PATCH v3 00/19] rust: I/O type generalization and projection
2026-06-11 5:09 UTC (3+ messages)
` [PATCH v3 19/19] rust: io: implement `Io` for `Either`
[PATCH] Revert "PCI/MSI: Unmap MSI-X region on error"
2026-06-11 2:59 UTC
[PATCH v2 0/2] PCI: imx6: Fix i.MX95 PCIe PHY initialization sequence
2026-06-11 2:51 UTC (4+ messages)
` [PATCH v2 1/2] PCI: imx6: Configure REF_USE_PAD before PHY reset for i.MX95
[PATCH] pci: loongson: Avoid L0s on LS7A1000 PCIe x8 [0014:7a29] Root Ports rev2
2026-06-10 23:40 UTC (3+ messages)
[PATCH 00/11] Convert moduleparams to seq_buf
2026-06-10 21:06 UTC (4+ messages)
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
[PATCH] PCI/MSI: add iounmap in msix_capability_init()
2026-06-10 19:44 UTC (2+ messages)
[PATCH v8 3/3] PCI: Disable broken bus reset on Qualcomm devices
2026-06-10 19:40 UTC (2+ messages)
[PATCH v7 1/3] PCI: Add d3cold as general reset method
2026-06-10 18:42 UTC (2+ messages)
[PATCH v2] PCI: eswin: Fix resource leak on dw_pcie_host_init() failure
2026-06-10 17:21 UTC (2+ messages)
[PATCH v6 6/9] dt-bindings: connector: m2: Add M.2 1620 LGA soldered down connector
2026-06-10 16:44 UTC (11+ messages)
[PATCH 0/3] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
2026-06-10 16:42 UTC (7+ messages)
` [PATCH 3/3] arm64: dts: qcom: monaco-arduino-monza: Add QCA2066 M.2 WiFi/BT support
[PATCH v2] PCI: rcar-host: Remove unused LIST_HEAD(res)
2026-06-10 16:37 UTC (2+ messages)
[PATCH v2 0/9] vfio/pci: Add mmap() for DMABUFs
2026-06-10 16:00 UTC (6+ messages)
` [PATCH v2 1/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
[PATCH V3 0/8] PCI: imx6: Integrate pwrctrl API and update device trees
2026-06-10 15:29 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