Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-06-24 08:02:11 to 2026-06-26 14:52:33 UTC [more...]

[PATCH v5 00/20] rust: I/O type generalization and projection
 2026-06-26 14:52 UTC  (23+ 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  (18+ messages)
` [PATCH v6 01/10] rust: module: move module types into `module.rs`
` [PATCH v6 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v6 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v6 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v6 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v6 06/10] rust: miscdevice: "
` [PATCH v6 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v6 08/10] rust: binder: "
` [PATCH v6 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v6 10/10] rust: module: update MAINTAINERS to cover module.rs

Wireless Regression
 2026-06-26 13:08 UTC  (4+ messages)

[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  (4+ 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 V3 0/8] Add PCIe M.2 Key E connector support for NXP i.MX boards
 2026-06-26  2:31 UTC  (9+ 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 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

[RFC PATCH 0/0] PCI P2PDMA: Add observability support via tracepoints, debugfs, and sysfs
 2026-06-25  1:59 UTC 

[PATCH v2 1/7] PCI/IOV: Return u16 from pci_sriov_get_totalvfs()
 2026-06-25  0:45 UTC  (7+ messages)

[GIT PULL] PCI changes for v7.2
 2026-06-24 22:17 UTC  (2+ messages)

[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
 2026-06-24 19:17 UTC  (7+ messages)
` [PATCH v17 06/10] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v17 08/10] rust: aref: update formatting of use statements

[pci:sysfs] BUILD SUCCESS 92742802ecbf215a2b60dcfd326d2213595010f1
 2026-06-24 17:30 UTC 

[pci:next] BUILD SUCCESS 2c2fb7a8aa10e9ca7f2a49d426469ec89e3b267a
 2026-06-24 16:07 UTC 

[PATCH v2] PCI/ASPM: Mask ASPM states based on Devicetree properties
 2026-06-24 15:48 UTC  (3+ messages)

[PATCH v7 00/11] PCI/CXL: Add CXL reset support for Type 2 devices
 2026-06-24 14:55 UTC  (6+ messages)
` [PATCH v7 05/11] cxl: Add CXL Device Reset helper
` [PATCH v7 09/11] cxl: Restore CXL HDM state after PCI reset

[pci:dt-binding] BUILD SUCCESS ad4c2a8fd8fda50bc97ca40ad679d5c92311ae15
 2026-06-24 14:47 UTC 

[PATCH v4] PCI: qcom-ep: Fix runtime PM reference leak in probe error paths
 2026-06-24 14:04 UTC  (2+ messages)

[PATCH v5 0/9] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-24 14:02 UTC  (13+ messages)
` [PATCH v5 1/9] rust: module: move module types into `module.rs`
` [PATCH v5 2/9] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v5 3/9] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v5 4/9] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v5 5/9] rust: drm: set fops.owner from driver module pointer
` [PATCH v5 6/9] rust: miscdevice: "
` [PATCH v5 7/9] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v5 8/9] rust: binder: "
` [PATCH v5 9/9] rust: macros: remove `THIS_MODULE` static from `module!`

[PATCH v3] PCI: qcom-ep: Fix runtime PM reference leak in probe error paths
 2026-06-24 13:51 UTC  (2+ messages)

[PATCH v2] PCI: qcom-ep: Fix runtime PM reference leak in probe error paths
 2026-06-24 13:39 UTC  (2+ messages)

[PATCH v2 2/4] PCI: qcom: Keep PERST# GPIO state as-is during probe
 2026-06-24 13:32 UTC  (3+ messages)

[PATCH v2 1/4] phy: qcom: qmp-pcie: Skip PHY reset if already up
 2026-06-24 13:31 UTC  (3+ messages)

[PATCH v7 0/4] PCI: tegra: Add Tegra264 support
 2026-06-24 12:35 UTC  (4+ messages)
` [PATCH v7 3/4] "

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-24 11:42 UTC  (9+ messages)
` [PATCH v3 1/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE

[pci:resource] BUILD SUCCESS e9310aa3d2a1fa155565e253841fff841e31db64
 2026-06-24  9:29 UTC 

[pci:procfs] BUILD SUCCESS 8857f6578b001bcf5f53c8c6a3936647f05291a8
 2026-06-24  8:04 UTC 

[pci:controller/link_train_delay] BUILD SUCCESS 2b0d1a605ef22c063be9de475d7a66c311b710f4
 2026-06-24  8:01 UTC 


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