public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-06 16:20:06 to 2026-02-10 02:46:28 UTC [more...]

[PATCH v4 00/33] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-02-10  2:45 UTC  (8+ messages)
` [PATCH v4 01/33] gpu: nova-core: pass pdev directly to dev_* logging macros
` [PATCH v4 02/33] gpu: nova-core: print FB sizes, along with ranges
` [PATCH v4 03/33] gpu: nova-core: add FbRange.len() and use it in boot.rs
` [PATCH v4 04/33] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v4 05/33] gpu: nova-core: factor .fwsignature* selection into a new get_gsp_sigs_section()
` [PATCH v4 08/33] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v4 09/33] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting

[PATCH -next v8 0/3] rust: Add CList and GPU buddy allocator bindings
 2026-02-09 21:42 UTC  (4+ messages)
` [PATCH -next v8 1/3] rust: clist: Add support to interface with C linked lists
` [PATCH -next v8 2/3] rust: gpu: Add GPU buddy allocator bindings
` [PATCH -next v8 3/3] nova-core: mm: Select GPU_BUDDY for VRAM allocation

[PATCH -next v7 0/2] rust: Add CList and GPU buddy allocator bindings
 2026-02-09 19:42 UTC  (22+ messages)
` [PATCH -next v7 1/2] rust: clist: Add support to interface with C linked lists

[PATCH -next] gpu: Move DRM buddy allocator one level up
 2026-02-09 19:30 UTC  (4+ messages)

[PATCH 0/2] Support `likely`, `unlikely` and `cold_path`
 2026-02-09 19:12 UTC  (8+ messages)
` [PATCH 1/2] rust: prelude: use the "kernel vertical" imports style
` [PATCH 2/2] rust: std_vendor: add `{likely,unlikely,cold_path}()`

[PATCH v4 0/2] Add new workqueue wrapper and enqueue on cpu functions
 2026-02-09 17:14 UTC  (6+ messages)
` [PATCH v4 1/2] rust: add system_dfl() around the new system_dfl_wq

[RFC PATCH] iommu/io-pgtable: Add support for Arm Mali v10+ GPUs page table format
 2026-02-09 16:04 UTC  (2+ messages)

[PATCH 0/5] Make Rust Binder build as a module
 2026-02-09 15:22 UTC  (17+ messages)
` [PATCH 1/5] export file_close_fd and task_work_add
` [PATCH 3/5] mm: export zap_page_range_single and list_lru_add/del

[RFC PATCH 0/4] Add dma_fence abstractions and DRM Jobqueue
 2026-02-09 14:58 UTC  (12+ messages)
` [RFC PATCH 2/4] rust: sync: Add dma_fence abstractions

[PATCH v3 00/12] rust: xarray: add entry API with preloading
 2026-02-09 14:38 UTC  (13+ messages)
` [PATCH v3 01/12] rust: xarray: minor formatting fixes
` [PATCH v3 02/12] rust: xarray: add debug format for `StoreError`
` [PATCH v3 03/12] rust: xarray: add `contains_index` method
` [PATCH v3 04/12] rust: xarray: add `XArrayState`
` [PATCH v3 05/12] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH v3 06/12] rust: xarray: simplify `Guard::load`
` [PATCH v3 07/12] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH v3 08/12] rust: xarray: add entry API
` [PATCH v3 09/12] rust: mm: add abstractions for allocating from a `sheaf`
` [PATCH v3 10/12] rust: mm: sheaf: allow use of C initialized static caches
` [PATCH v3 11/12] xarray, radix-tree: enable sheaf support for kmem_cache
` [PATCH v3 12/12] rust: xarray: add preload API

[PATCH v3 0/4] rust: alloc: add Vec shrinking methods
 2026-02-09 13:54 UTC  (8+ messages)
` [PATCH v3 1/4] rust: alloc: introduce Shrinkable trait
` [PATCH v3 2/4] rust: kvec: implement shrink_to and shrink_to_fit for Vec
` [PATCH v3 3/4] rust: alloc: add KUnit tests for Vec shrink operations
` [PATCH v3 4/4] rust: binder: shrink all_procs when deregistering processes

[PATCH] pwm: th1520: fix `CLIPPY=1` warning
 2026-02-09 13:02 UTC  (6+ messages)

[PATCH V4 0/3] Rust support for powerpc
 2026-02-09 12:48 UTC  (8+ messages)
` [PATCH V4 1/3] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V4 2/3] rust: Add PowerPC support
` [PATCH V4 3/3] powerpc: Enable Rust for ppc64le

[PATCH v7 0/7] Rust bindings for gem shmem + iosys_map
 2026-02-09 12:47 UTC  (11+ messages)
` [PATCH v7 1/7] rust: drm: gem: Add raw_dma_resv() function
` [PATCH v7 2/7] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v7 3/7] rust: gem: Introduce DriverObject::Args
` [PATCH v7 4/7] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH v7 5/7] rust: drm: gem: Introduce shmem::SGTable
` [PATCH v7 6/7] rust: Introduce iosys_map bindings
` [PATCH v7 7/7] rust: drm/gem: Add vmap functions to shmem bindings

[PATCH 1/2] rust: move `static_assert` into `build_assert`
 2026-02-09 11:44 UTC  (12+ messages)
` [PATCH 2/2] rust: add `const_assert!` macro

[PATCH 0/5] rust: extend I2C functionality
 2026-02-09 11:31 UTC  (12+ messages)
` [PATCH 2/5] rust: bits: add define_flags macro
` [PATCH 4/5] rust: i2c: add I2C wrappers

[PATCH v2] rust: list: Add unsafe for container_of
 2026-02-09 10:45 UTC  (2+ messages)

[PATCH v3 1/3] rust: clk: use the type-state pattern
 2026-02-09  9:50 UTC  (12+ messages)

[PATCH v4] scripts: checkpatch: warn on Rust panicking methods
 2026-02-09  8:52 UTC  (20+ messages)
` [PATCH v5] scripts: checkpatch: move Rust-specific lints to separate file
        ` [PATCH v6] "
            ` [PATCH v7] "
                ` [PATCH v8 0/2] modularize Rust lints and add RUST_UNWRAP check
                  ` [PATCH v8 1/2] scripts: checkpatch: move Rust-specific lints to separate file
                      ` [PATCH v9 0/2] modularize Rust lints and add RUST_UNWRAP check
                        ` [PATCH v9 1/2] scripts: checkpatch: move Rust-specific lints to separate file
                        ` [PATCH v9 2/2] scripts: checkpatch: add RUST_UNWRAP lint
                  ` [PATCH v8 "

[PATCH v4 0/6] Rust GPUVM immediate mode
 2026-02-09  8:17 UTC  (4+ messages)
` [PATCH v4 6/6] rust: gpuvm: add GpuVmCore::sm_map()

[PATCH v3 00/30] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-02-09  8:05 UTC  (19+ messages)
` [PATCH v3 05/30] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH v3 16/30] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v3 20/30] gpu: nova-core: Hopper/Blackwell: add FSP message structures
` [PATCH v3 25/30] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v3 30/30] gpu: nova-core: clarify the GPU firmware boot steps

[PATCH v4 0/3] binder: handle PID namespace conversion for freeze operation
 2026-02-09  5:21 UTC  (4+ messages)
` [PATCH v4 3/3] rust_binder: fix PID namespace collision "

[PATCH v2 0/4] Add Rust abstractions for nvmem-provider
 2026-02-08 17:52 UTC  (11+ messages)
` [PATCH v2 1/4] rust: io: Add big-endian read and write functions

Rust data-type profiling working in perf was: Re: [RFC PATCH v2 0/4] Test annotate with data type profiling
 2026-02-08 15:16 UTC 

[PATCH RFC 0/4] rust: add basic serial device bus abstractions
 2026-02-08 14:30 UTC  (6+ messages)
` [PATCH RFC 2/4] "

[GIT PULL] Rust for v6.20 / v7.0
 2026-02-08 13:54 UTC 

[PATCH] rust: build: remap path to avoid absolute path
 2026-02-08 11:03 UTC  (6+ messages)

[PATCH v17 02/16] preempt: Track NMI nesting to separate per-CPU counter
 2026-02-07 22:11 UTC  (6+ messages)

[PATCH] workqueue: rust: add work item runtime modification support
 2026-02-07  7:55 UTC  (4+ messages)

[PATCH v2 00/11] rust: xarray: add entry API with preloading
 2026-02-07  5:04 UTC  (14+ messages)
` [PATCH v2 01/11] rust: xarray: minor formatting fixes
` [PATCH v2 02/11] rust: xarray: add debug format for `StoreError`
` [PATCH v2 03/11] rust: xarray: add `contains_index` method
` [PATCH v2 04/11] rust: xarray: add `XArrayState`
` [PATCH v2 05/11] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH v2 06/11] rust: xarray: simplify `Guard::load`
` [PATCH v2 07/11] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH v2 08/11] rust: xarray: add entry API
` [PATCH v2 09/11] rust: mm: add abstractions for allocating from a `sheaf`
` [PATCH v2 10/11] rust: mm: sheaf: allow use of C initialized static caches
` [PATCH v2 11/11] rust: xarray: add preload API

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-02-07  2:14 UTC  (3+ messages)
` [PATCH v2 04/27] rust: clk: add __rust_helper to helpers

[PATCH] rust: devres: fix race condition due to nesting
 2026-02-07  0:15 UTC  (5+ messages)

[PATCH v12 0/3] rust: leds: add led classdev abstractions
 2026-02-07  0:12 UTC  (4+ messages)
` [PATCH v12 1/3] rust: leds: add basic "
` [PATCH v12 2/3] rust: leds: add Mode trait
` [PATCH v12 3/3] rust: leds: add multicolor classdev abstractions

[PATCH v6 0/8] Rust bindings for gem shmem + iosys_map
 2026-02-06 22:01 UTC  (5+ messages)
` [PATCH v6 7/8] rust: Introduce iosys_map bindings

[PATCH] rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0
 2026-02-06 21:15 UTC  (3+ messages)

[PATCH v5 0/7] rust: add `register!` macro
 2026-02-06 21:11 UTC  (12+ messages)
` [PATCH v5 2/7] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v5 3/7] rust: num: add `as_bool` method to `Bounded<_, 1>`
` [PATCH v5 4/7] rust: num: add `into_inner` method to `Bounded`
` [PATCH v5 5/7] rust: io: add `register!` macro
` [PATCH v5 6/7] sample: rust: pci: use "

[PATCH] objtool/rust: add one more `noreturn` Rust function
 2026-02-06 20:43 UTC 

[PATCH v2 0/6] rust: io: turn IoCapable into a functional trait
 2026-02-06 20:29 UTC  (5+ messages)
` [PATCH v2 1/6] "

[PATCH] samples: rust: pci: Remove some additional `.as_ref()` for `dev_*` print
 2026-02-06 19:26 UTC  (2+ messages)

[PATCH] rust: dma: add missing __rust_helper annotations
 2026-02-06 19:26 UTC  (2+ messages)

[PATCH] rust: xarray: fix false positive lockdep warnings
 2026-02-06 17:43 UTC  (3+ messages)

[PATCH V3 0/3] Rust support for powerpc
 2026-02-06 16:55 UTC  (2+ messages)

[PATCH 2/5] devres: export devres_node_init() and devres_node_add()
 2026-02-06 16:31 UTC  (11+ messages)


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