public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-01 10:16:57 to 2026-03-03 08:31:24 UTC [more...]

[PATCH v7 00/10] rust: add `register!` macro
 2026-03-03  8:31 UTC  (11+ messages)
` [PATCH v7 05/10] rust: io: add IoLoc and IoWrite types

[PATCH v2 0/4] gpu: nova-core: gsp: add locking to Cmdq
 2026-03-03  7:58 UTC  (20+ messages)
` [PATCH v2 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
` [PATCH v2 3/4] gpu: nova-core: gsp: make `Cmdq` a pinned type
` [PATCH v2 4/4] gpu: nova-core: gsp: add mutex locking to Cmdq

[PATCH v4 0/9] gpu: nova-core: gsp: add continuation record support
 2026-03-03  7:48 UTC  (20+ messages)
` [PATCH v4 1/9] gpu: nova-core: gsp: sort MsgFunction variants alphabetically
` [PATCH v4 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
` [PATCH v4 3/9] rust: add EMSGSIZE error code
` [PATCH v4 4/9] gpu: nova-core: gsp: add checking oversized commands
` [PATCH v4 5/9] gpu: nova-core: gsp: clarify invariant on command queue
` [PATCH v4 6/9] gpu: nova-core: gsp: unconditionally call variable payload handling
` [PATCH v4 7/9] gpu: nova-core: gsp: add command_size helper
` [PATCH v4 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
` [PATCH v4 9/9] gpu: nova-core: gsp: add tests for continuation records

[PATCH v3] rust: hrtimer: Restrict expires() to safe contexts
 2026-03-03  6:10 UTC 

[PATCH v1] perf test type profiling: Remote typedef on struct
 2026-03-02 23:58 UTC 

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-02 23:29 UTC  (13+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()

[PATCH v2 0/12] drm/tyr: firmware loading and MCU boot support
 2026-03-02 23:25 UTC  (13+ messages)
` [PATCH v2 01/12] drm/tyr: select DRM abstractions in Kconfig
` [PATCH v2 02/12] drm/tyr: move clock cleanup into Clocks Drop impl
` [PATCH v2 03/12] drm/tyr: rename TyrObject to BoData
` [PATCH v2 04/12] drm/tyr: set DMA mask using GPU physical address
` [PATCH v2 05/12] drm/tyr: add MMU address space registers
` [PATCH v2 06/12] drm/tyr: add shmem backing for GEM objects
` [PATCH v2 07/12] drm/tyr: Add generic slot manager
` [PATCH v2 08/12] drm/tyr: add MMU module
` [PATCH v2 09/12] drm/tyr: add GPU virtual memory module
` [PATCH v2 10/12] drm/tyr: add a kernel buffer object
` [PATCH v2 11/12] drm/tyr: add parser for firmware binary
` [PATCH v2 12/12] drm/tyr: add firmware loading and MCU boot support

[PATCH v19 0/5] SpinLockIrq for rust
 2026-03-02 23:16 UTC  (6+ messages)
` [PATCH v19 1/5] rust: Introduce interrupt module
` [PATCH v19 2/5] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v19 3/5] rust: sync: use super::* in spinlock.rs
` [PATCH v19 4/5] rust: sync: Add SpinLockIrq
` [PATCH v19 5/5] rust: sync: Introduce SpinLockIrq::lock_with() and friends

[PATCH v18 0/5] SpinLockIrq for rust
 2026-03-02 22:47 UTC  (4+ messages)
` [PATCH v18 5/5] rust: sync: Introduce SpinLockIrq::lock_with() and friends

[PATCH] rust_binder: replace is_aligned helper with is_multiple_of
 2026-03-02 22:27 UTC  (3+ messages)

[PATCH v3 0/2] rust: add pointer projection infrastructure and convert DMA
 2026-03-02 22:19 UTC  (12+ messages)
` [PATCH v3 1/2] rust: add projection infrastructure
` [PATCH v3 2/2] rust: dma: use pointer projection infra for `dma_{read,write}` macro
  ` [PATCH v3 2/2] rust: dma: use pointer projection infra for `dma_{read, write}` macro

[PATCH v4 0/3] rust: add pointer projection infrastructure and convert DMA
 2026-03-02 21:52 UTC  (9+ messages)
` [PATCH v4 1/3] rust: ptr: add `KnownSize` trait to support DST size info extraction
` [PATCH v4 2/3] rust: ptr: add projection infrastructure
` [PATCH v4 3/3] rust: dma: use pointer projection infra for `dma_{read,write}` macro

[PATCH v11 0/4] Rust GPU buddy allocator bindings
 2026-03-02 21:18 UTC  (6+ messages)
` [PATCH v11 4/4] rust: gpu: Add "

[PATCH] drm/tyr: Use DRM device type alias across driver
 2026-03-02 20:23 UTC 

[PATCH v8 00/25] gpu: nova-core: Add memory management support
 2026-03-02 20:11 UTC  (18+ messages)
` [PATCH v8 01/25] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v8 02/25] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v8 04/25] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v8 07/25] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests

[PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
 2026-03-02 20:10 UTC  (4+ messages)

[PATCH v2 1/2] rust: pin-init: internal: init: remove `#[disable_initialized_field_access]`
 2026-03-02 20:06 UTC  (7+ messages)
` [PATCH v2 2/2] rust: pin-init: internal: init: document load-bearing fact of field accessors

[GIT PULL] Driver core changes for 7.0-rc1
 2026-03-02 19:19 UTC  (9+ messages)

[PATCH v2 0/2] Fix VMA confusion in Rust Binder
 2026-03-02 18:36 UTC  (5+ messages)
` [PATCH v2 1/2] rust_binder: check ownership before using vma

[PATCH] rust: rename `kernel::c_str!` to `str_to_cstr!`
 2026-03-02 17:45 UTC  (3+ messages)

[PATCH v3 0/2] rust: reduce duplicate information
 2026-03-02 17:15 UTC  (5+ messages)
` [PATCH v3 2/2] scripts: generate_rust_analyzer.py: reduce cfg plumbing

[PATCH 0/6] scripts: generate_rust_analyzer: improve rust-project.json generation
 2026-03-02 17:09 UTC  (4+ messages)
` [PATCH 1/6] scripts: generate_rust_analyzer: rename cfg to generated_cfg

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-03-02 17:09 UTC  (5+ messages)
` [RFC v3 06/27] rust: add bindings for hash.h
` [RFC v3 08/27] lib: rspdm: Initial commit of Rust SPDM

[PATCH 0/12] drm/tyr: firmware loading and MCU boot support
 2026-03-02 17:03 UTC  (15+ messages)
` [PATCH 06/12] drm/tyr: add shmem backing for GEM objects
` [PATCH 07/12] drm/tyr: Add generic slot manager

[PATCH v2 0/2] rust: take advantage of newer rust-analyzer features
 2026-03-02 16:58 UTC  (2+ messages)

[PATCH v2 0/4] rust: Add ARef support for work items
 2026-03-02 16:47 UTC  (12+ messages)
` [PATCH v2 2/4] rust: drm: dispatch work items to the private data

[PATCH v3] drm/tyr: Clarify driver/device type names
 2026-03-02 16:45 UTC  (2+ messages)

[PATCH v2] scripts: generate_rust_analyzer.py: avoid FD leak
 2026-03-02 16:28 UTC  (4+ messages)

[PATCH] scripts: generate_rust_analyzer.py: define scripts
 2026-03-02 16:25 UTC  (9+ messages)

[PATCH 0/4] scripts: generate_rust_analyzer.py: tidy and add type hints
 2026-03-02 16:23 UTC  (7+ messages)

[PATCH 1/2] rust: pin-init: internal: init: remove `#[disable_initialized_field_access]`
 2026-03-02 14:11 UTC  (3+ messages)

[PATCH v3 0/2] Creation of workqueues in Rust
 2026-03-02 12:45 UTC  (9+ messages)
` [PATCH v3 2/2] rust: workqueue: add creation of workqueues

[PATCH v16 00/10] rust: add `Ownable` trait and `Owned` type
 2026-03-02 12:32 UTC  (9+ messages)
` [PATCH v16 01/10] rust: alloc: add `KBox::into_nonnull`

[PATCH V6 0/3] Rust support for powerpc
 2026-03-02 12:28 UTC  (11+ messages)
` [PATCH V6 2/3] rust: Add PowerPC support

[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
 2026-03-02  8:00 UTC  (3+ messages)
` [PATCH 7/9] "

[PATCH v10 00/10] gpu: nova-core: add Turing support
 2026-03-02  7:22 UTC  (14+ messages)
` [PATCH v10 01/10] gpu: nova-core: create falcon firmware DMA objects lazily
` [PATCH v10 02/10] gpu: nova-core: falcon: add constant for memory block alignment
` [PATCH v10 03/10] gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
` [PATCH v10 04/10] gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable
` [PATCH v10 05/10] gpu: nova-core: falcon: remove unwarranted safety check in dma_load
` [PATCH v10 06/10] gpu: nova-core: move brom_params and boot_addr to FalconFirmware
` [PATCH v10 07/10] gpu: nova-core: add PIO support for loading firmware images
` [PATCH v10 08/10] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
` [PATCH v10 09/10] gpu: nova-core: make Chipset::arch() const
` [PATCH v10 10/10] gpu: nova-core: add gen_bootloader firmware to ModInfoBuilder

[PATCH v3 0/9] gpu: nova-core: gsp: add continuation record support
 2026-03-02  4:46 UTC  (7+ messages)
` [PATCH v3 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
` [PATCH v3 9/9] gpu: nova-core: gsp: add tests for SplitState

[PATCH v2 0/2] rust: add pointer projection infrastructure and convert DMA
 2026-03-02  4:41 UTC  (5+ messages)
` [PATCH v2 1/2] rust: add projection infrastructure

loongarch64 objtool warning with LLVM 18 in Rust object file
 2026-03-02  2:22 UTC  (2+ messages)

pin-init Clippy nightly trivial warning in 6.18.y
 2026-03-01 20:19 UTC  (5+ messages)

[PATCH v10 0/8] Preparatory patches for nova-core memory management
 2026-03-01 17:53 UTC  (7+ messages)
` [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings

[PATCH v6 0/2] Initial work for Rust abstraction for HID device driver development
 2026-03-01 13:17 UTC  (6+ messages)
` [PATCH v6 1/2] rust: core abstractions for HID drivers

[PATCH] rust: hrtimer: add active() method to query timer state
 2026-03-01 11:31 UTC  (5+ messages)

`tc-build` now has Rust support
 2026-03-01 10:53 UTC 

FAILED: Patch "rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0" failed to apply to 6.12-stable tree
 2026-03-01 10:28 UTC  (2+ messages)

FAILED: Patch "rust: pin-init: replace clippy `expect` with `allow`" failed to apply to 6.12-stable tree
 2026-03-01 10:22 UTC  (2+ messages)

FAILED: Patch "rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0" failed to apply to 6.6-stable tree
 2026-03-01 10:17 UTC  (2+ messages)

FAILED: Patch "rust: pin-init: replace clippy `expect` with `allow`" failed to apply to 6.6-stable tree
 2026-03-01 10:16 UTC  (2+ messages)


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