Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-06-26 14:45:30 to 2026-06-29 22:21:14 UTC [more...]

[PATCH v5 0/4] Add PCIe support for RZ/V2H(P) SoC
 2026-06-29 22:21 UTC  (9+ messages)
` [PATCH v5 1/4] dt-bindings: PCI: renesas,r9a08g045-pcie: Add RZ/V2H(P) support
` [PATCH v5 2/4] PCI: rzg3s-host: Use shared reset controls for power domain resets
` [PATCH v5 3/4] PCI: rzg3s-host: Prepare System Controller handling for multiple controllers
` [PATCH v5 4/4] PCI: rzg3s-host: Add support for RZ/V2H(P) SoC

[PATCH] PCI: rzg3s-host: Re-enumerate the bus on PCIe link-state changes
 2026-06-29 22:14 UTC  (2+ messages)

[PATCH v5 5/5] PCI: qcom: Add D3cold support
 2026-06-29 21:16 UTC  (2+ messages)

[PATCH V3 0/8] PCI: imx6: Integrate pwrctrl API and update device trees
 2026-06-29 19:07 UTC  (4+ messages)
` (subset) "

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-29 18:48 UTC  (6+ messages)
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices

[PATCH v2 0/3] New vendor support and optimizations for DWC PCIe PMU
 2026-06-29 17:43 UTC  (8+ messages)
` [PATCH v2 1/3] perf/dwc_pcie: Add support for Picoheart vendor devices
` [PATCH v2 2/3] perf/dwc_pcie: Support narrowed time-based counter for long time monitoring
` [PATCH v2 3/3] perf/dwc_pcie: Convert to faux device interface

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-29 17:26 UTC  (8+ messages)
` [PATCH v3 6/9] vfio/pci: Clean up BAR zap and revocation
` [PATCH v3 8/9] vfio/pci: Permanently revoke a DMABUF on request

[PATCH] PCI: vmd: Only assign _OSC features in bare metal OS
 2026-06-29 17:18 UTC  (3+ messages)

[PATCH] PCI: vmd: Only assign _OSC features in bare metal OS
 2026-06-29 17:11 UTC  (2+ messages)

[PATCH v7] PCI: vmd: Add feature to scan BIOS enumerated devices
 2026-06-29 17:01 UTC  (2+ messages)

[PATCH v6] PCI: vmd: Add feature to scan BIOS enumerated devices
 2026-06-29 16:39 UTC  (3+ messages)

[PATCH v11] PCI: Add device-specific reset for Qualcomm devices
 2026-06-29 16:01 UTC  (2+ messages)

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

[PATCH 0/2] PCI: ultrarisc: Add DP1000 PCIe clock support
 2026-06-29 15:27 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: pci: ultrarisc: add required DP1000 PCIe clocks
` [PATCH 2/2] PCI: ultrarisc: get and enable "

[PATCH v6] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-06-29 14:37 UTC  (3+ messages)

[PATCH 0/3] bus: mhi: ep: Implement flush_async() callback to flush async read/write
 2026-06-29 14:20 UTC  (8+ messages)
` [PATCH 1/3] dmaengine: dw-edma: Implement device_synchronize() callback
` [PATCH 2/3] bus: mhi: ep: Add mhi_cntrl->flush_async() callback to flush the async read/write
` [PATCH 3/3] PCI: epf-mhi: Implement mhi_cntrl->flush_async() to flush DMA read/write

[PATCH v5 00/20] rust: I/O type generalization and projection
 2026-06-29 14:15 UTC  (43+ 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 v21 0/3] rust: leds: add led classdev abstractions
 2026-06-29 13:55 UTC  (7+ messages)
` [PATCH v21 1/3] rust: leds: add basic "
` [PATCH v21 2/3] rust: leds: add Mode trait
` [PATCH v21 3/3] rust: leds: add multicolor classdev abstractions

[PATCH v2 00/12] rust: driver: use pointers instead of indices for ID info
 2026-06-29 12:41 UTC  (2+ messages)

[PATCH v2 00/11] rust: driver: use pointers instead of indices for ID info
 2026-06-29 12:39 UTC  (12+ messages)
` [PATCH v2 01/11] rust: driver: remove `IdTable::id`
` [PATCH v2 02/11] rust: driver: simplify `IdArray::new_without_index`
` [PATCH v2 03/11] rust: pci: use `Option<&IdInfo>` for device ID info
` [PATCH v2 04/11] rust: usb: "
` [PATCH v2 05/11] rust: net/phy: remove expansion from doc
` [PATCH v2 06/11] rust: driver: centralize device ID handling
` [PATCH v2 07/11] rust: driver: remove `$module_table_name` from `module_device_table`
` [PATCH v2 08/11] rust: driver: store pointers in `DeviceId`
` [PATCH v2 09/11] rust: driver: remove open-coded matching logic
` [PATCH v2 10/11] rust: driver: remove duplicate ID table
` [PATCH v2 11/11] RFC: rust: driver: support map-like syntax for "

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-06-29 11:19 UTC  (11+ messages)
` [PATCH 11/32] x86/pci: Stop using "
` [PATCH 31/32] treewide: convert rdmsrq() from a macro to an inline function

[PATCH v20 0/3] rust: leds: add led classdev abstractions
 2026-06-29 10:34 UTC  (7+ messages)
` [PATCH v20 1/3] rust: leds: add basic "
` [PATCH v20 2/3] rust: leds: add Mode trait
` [PATCH v20 3/3] rust: leds: add multicolor classdev abstractions

[PATCH v3 6/7] ALSA: hda: Add support for Hygon family 18h model 5h HD-Audio
 2026-06-29 10:27 UTC  (2+ messages)

[PATCH v10] Add device-specific reset for Qualcomm devices
 2026-06-29  9:44 UTC  (4+ messages)

[PATCH v3 0/4] CI: mediatek-gen3: Add 2-lanes mode support + clock
 2026-06-29  7:27 UTC  (11+ 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 v9 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-06-29  7:11 UTC  (3+ messages)
` [PATCH v9 4/4] RDMA/mlx5: get tph for p2p access when registering dma-buf mr

[PATCH v7] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-06-29  4:39 UTC  (3+ messages)

[PATCH V3 0/8] Add PCIe M.2 Key E connector support for NXP i.MX boards
 2026-06-29  2:32 UTC  (4+ messages)
` [PATCH V3 1/8] PCI: imx6: Add skip_pwrctrl_off flag support

[PATCH v2] PCI: vmd: Handle BUS_RESTRICT_CFG value 3 for Arrow Lake-HX
 2026-06-28 14:46 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v5] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-06-28  9:37 UTC  (2+ messages)

[PATCH] fix: PCI: dra7xx: dra7xx_pcie_probe: fix missing device_link_del on phy error paths
 2026-06-28  4:01 UTC  (3+ messages)

[PATCH] fix: PCI: pci_iov_remove_virtfn: fix unmatched pci_dev_put for PF device
 2026-06-28  4:00 UTC  (3+ messages)

[PATCH 00/16] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-06-27 17:49 UTC  (5+ messages)
` [PATCH 13/16] perf: Use sysfs_emit() for cpumask show callbacks

[PATCH] misc: pci_endpoint_test: fix use-after-free after device unbind
 2026-06-27 17:29 UTC  (6+ messages)
` [PATCH v2] "

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

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

Wireless Regression
 2026-06-27 15:55 UTC  (5+ messages)

[PATCH v6 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-27 13:10 UTC  (6+ messages)
` [PATCH v6 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`

[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 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 


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