Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-06-25 06:07:51 to 2026-06-27 12:21:04 UTC [more...]

[PATCH v3 0/4] CI: mediatek-gen3: Add 2-lanes mode support + clock
 2026-06-27 12:21 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: clock: airoha: Add additional reset for PCIe PERSTOUT
` [PATCH v3 2/4] clk: en7523: add support for dedicated PCIe PERSTOUT reset
` [PATCH v3 3/4] dt-bindings: PCI: mediatek-gen3: Split Airoha schema and document 2-lanes
` [PATCH v3 4/4] PCI: mediatek-gen3: Add 2-lanes mode support for Airoha AN7581

[PATCH v7 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-27  9:28 UTC  (11+ messages)
` [PATCH v7 01/10] rust: module: move module types into `module.rs`
` [PATCH v7 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v7 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v7 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v7 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v7 06/10] rust: miscdevice: "
` [PATCH v7 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v7 08/10] rust: binder: "
` [PATCH v7 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v7 10/10] rust: module: update MAINTAINERS to cover module.rs

[PATCH 6.12.y] Revert "PCI: qcom: Advertise Hotplug Slot Capability with no Command Completion support"
 2026-06-27  8:12 UTC  (2+ messages)

[PATCH 6.18.y] Revert "PCI: qcom: Advertise Hotplug Slot Capability with no Command Completion support"
 2026-06-27  8:10 UTC  (2+ messages)

Wireless Regression
 2026-06-27  7:38 UTC  (5+ messages)

[PATCH v2 00/11] iommu/arm-smmu-v3: Add PRI support
 2026-06-27  0:44 UTC  (6+ messages)
` [PATCH v2 05/11] iommu/arm-smmu-v3: Submit CMDQ_OP_PRI_RESP for IOPF event

[PATCH v7 00/11] PCI/CXL: Add CXL reset support for Type 2 devices
 2026-06-26 22:08 UTC  (6+ messages)
` [PATCH v7 08/11] cxl: Coordinate sibling functions for CXL reset
` [PATCH v7 10/11] PCI/cxl: Expose CXL Reset as a PCI reset method

[PATCH 0/3] pci: fix UAF and TOCTOU related to dynamic ID
 2026-06-26 21:55 UTC  (8+ messages)
` [PATCH 1/3] pci: make pci_match_one_device match on ID instead of device
` [PATCH 2/3] pci: fix dyn_id add TOCTOU
` [PATCH 3/3] pci: fix UAF when probe runs concurrent to dyn ID removal

[PATCH v1] sysfs: Include bridge window address size flags
 2026-06-26 21:30 UTC 

[PATCH V3 0/8] Add PCIe M.2 Key E connector support for NXP i.MX boards
 2026-06-26 19:40 UTC  (10+ messages)
` [PATCH V3 1/8] PCI: imx6: Add skip_pwrctrl_off flag support
` [PATCH V3 2/8] power: sequencing: pcie-m2: Add PCI ID for NXP 88W9098 and AW693 Bluetooth
` [PATCH V3 3/8] Bluetooth: btnxpuart: Add M.2 Bluetooth device support using pwrseq
` [PATCH V3 4/8] arm64: dts: imx8mq-evk: Describe the PCIe M.2 Key E connector
` [PATCH V3 5/8] arm64: dts: imx95-19x19-evk: "
` [PATCH V3 6/8] arm64: dts: imx8dxl-evk: "
` [PATCH V3 7/8] arm64: dts: imx8qm-mek: "
` [PATCH V3 8/8] arm64: dts: imx8qxp-mek: "

[PATCH] fix: PCI: pci_iov_remove_virtfn: fix unmatched pci_dev_put for PF device
 2026-06-26 16:02 UTC  (2+ messages)

[PATCH] fix: PCI: dra7xx: dra7xx_pcie_probe: fix missing device_link_del on phy error paths
 2026-06-26 15:57 UTC  (2+ messages)

[PATCH v17 00/12] vfio/pci: Add PCIe TPH support
 2026-06-26 15:22 UTC  (6+ messages)
` [PATCH v17 08/12] PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping

[PATCH v5 00/20] rust: I/O type generalization and projection
 2026-06-26 15:12 UTC  (41+ messages)
` [PATCH v5 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v5 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v5 03/20] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v5 04/20] rust: io: implement `Io` on reference types instead
` [PATCH v5 05/20] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v5 06/20] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v5 07/20] rust: io: implement `Mmio` as view type
` [PATCH v5 08/20] rust: pci: io: make `ConfigSpace` a view
` [PATCH v5 09/20] rust: io: use view types instead of addresses for `Io`
` [PATCH v5 10/20] pwm: th1520: remove unnecessary `deref`
` [PATCH v5 11/20] rust: io: remove `MmioOwned`
` [PATCH v5 12/20] rust: io: move `Io` methods to extension trait
` [PATCH v5 13/20] rust: io: add projection macro and methods
` [PATCH v5 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v5 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v5 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v5 17/20] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v5 18/20] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v5 19/20] rust: io: add copying methods
` [PATCH v5 20/20] rust: io: implement `IoSysMap`

[PATCH v6 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-26 14:41 UTC  (11+ messages)
` [PATCH v6 01/10] rust: module: move module types into `module.rs`
` [PATCH v6 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v6 10/10] rust: module: update MAINTAINERS to cover module.rs

[PATCH v19 0/8] rust: add `Ownable` trait and `Owned` type
 2026-06-26 12:07 UTC  (17+ messages)
` [PATCH v19 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v19 2/8] rust: types: Add Ownable/Owned types
` [PATCH v19 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v19 4/8] rust: page: convert to `Ownable`
` [PATCH v19 5/8] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v19 6/8] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v19 7/8] rust: Add `OwnableRefCounted`
` [PATCH v19 8/8] rust: page: add `from_raw()`

[PATCH 0/4] PCI: mediatek-gen3: Add 2-lanes mode support + clock
 2026-06-26 10:58 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: clock: airoha: Add additional reset for PCIe PERSTOUT
` [PATCH 2/4] clk: en7523: add support for dedicated PCIe PERSTOUT reset
` [PATCH 3/4] dt-bindings: PCI: mediatek-gen3: Split Airoha schema and document 2-lanes
` [PATCH 4/4] PCI: mediatek-gen3: Add 2-lanes mode support for Airoha AN7581

[PATCH v2 0/4] PCI: mediatek-gen3: Add 2-lanes mode support + clock
 2026-06-26  9:32 UTC  (9+ messages)
` [PATCH v2 1/4] dt-bindings: clock: airoha: Add additional reset for PCIe PERSTOUT
` [PATCH v2 2/4] clk: en7523: add support for dedicated PCIe PERSTOUT reset
` [PATCH v2 3/4] dt-bindings: PCI: mediatek-gen3: Split Airoha schema and document 2-lanes
` [PATCH v2 4/4] PCI: mediatek-gen3: Add 2-lanes mode support for Airoha AN7581

[PATCH v11] PCI: Add support for PCIe WAKE# interrupt
 2026-06-26  9:31 UTC  (2+ messages)

[PATCH v4 0/2] PCI: qcom: Add PCIe support for upcoming Hawi SoC
 2026-06-26  8:32 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: PCI: qcom: Document the Hawi PCIe Controller
` [PATCH v4 2/2] PCI: qcom: Add support for Hawi

[PATCH v5 0/9] driver core: Fix some race conditions
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH v11] PCI: Add device-specific reset for Qualcomm devices
 2026-06-26  6:02 UTC  (2+ messages)

[PATCH v2] x86/video: Only fall back to vga_default_device() without screen info
 2026-06-25 22:58 UTC  (3+ messages)

[PATCH v19 0/3] [VFIO] Error recovery for vfio-pci devices on s390x
 2026-06-25 21:52 UTC  (4+ messages)
` [PATCH v19 2/3] vfio-pci/zdev: Add a device feature for error information

[PATCH v18 0/8] rust: add `Ownable` trait and `Owned` type
 2026-06-25 19:47 UTC  (24+ messages)
` [PATCH v18 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v18 2/8] rust: types: Add Ownable/Owned types
` [PATCH v18 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v18 4/8] rust: page: convert to `Ownable`
` [PATCH v18 5/8] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v18 6/8] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v18 7/8] rust: Add `OwnableRefCounted`
` [PATCH v18 8/8] rust: page: add `from_raw()`

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-25 14:35 UTC  (5+ messages)
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices

[PATCH V2 0/8] Add PCIe M.2 Key E connector support for NXP i.MX boards
 2026-06-25 13:57 UTC  (7+ messages)
` [PATCH V2 1/8] PCI: imx6: Add skip_pwrctrl_off flag support

[PATCH v10] Add device-specific reset for Qualcomm devices
 2026-06-25 13:46 UTC  (5+ messages)

[PATCH v5 0/8] VMD add second root bus support
 2026-06-25  8:29 UTC  (17+ messages)
` [PATCH v5 1/8] PCI: vmd: Add vmd_bus_enumeration() helper function
` [PATCH v5 2/8] PCI: vmd: Add vmd_configure_cfgbar() "
` [PATCH v5 3/8] PCI: vmd: Add vmd_configure_membar() and vmd_configure_membar1_membar2()
` [PATCH v5 4/8] PCI: vmd: Add vmd_create_bus()
` [PATCH v5 5/8] PCI: vmd: Replace hardcoded values with enum and defines
` [PATCH v5 6/8] PCI: vmd: Convert bus and busn_start to an array
` [PATCH v5 7/8] PCI: vmd: Add support for second rootbus under VMD
` [PATCH v5 8/8] PCI: vmd: Add workaround for bus number hardwired to fixed non-zero value


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