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

[PATCH v14 0/9] rust: add `Ownable` trait and `Owned` type
 2026-02-04 11:56 UTC  (7+ messages)
` [PATCH v14 1/9] rust: types: Add Ownable/Owned types
` [PATCH v14 3/9] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v14 4/9] rust: aref: update formatting of use statements
` [PATCH v14 6/9] rust: page: update formatting of `use` statements
` [PATCH v14 7/9] rust: page: convert to `Ownable`
` [PATCH v14 8/9] rust: implement `ForeignOwnable` for `Owned`

[PATCH v2 0/3] rust: alloc: add Vec shrinking methods
 2026-02-04 11:50 UTC  (8+ messages)
` [PATCH v2 1/3] rust: alloc: Add shrink_to and shrink_to_fit methods to Vec

[PATCH v17 00/16] Refcounted interrupts, SpinLockIrq for rust
 2026-02-04 11:12 UTC  (7+ messages)
` [PATCH v17 02/16] preempt: Track NMI nesting to separate per-CPU counter

[PATCH v4 0/2] Add new workqueue wrapper and enqueue on cpu functions
 2026-02-04 10:52 UTC  (10+ messages)
` [PATCH v4 1/2] rust: add system_dfl() around the new system_dfl_wq
` [PATCH v4 2/2] rust: add system_percpu() and per-cpu enqueue functions

[PATCH v3 0/3] binder: handle PID namespace conversion for freeze operation
 2026-02-04 10:50 UTC  (10+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] rust: pid: add Pid abstraction and init_ns helper
` [PATCH v3 3/3] rust_binder: handle PID namespace conversion for freeze operation

[PATCH] rust: Add PowerPC support
 2026-02-04 10:41 UTC  (2+ messages)

[PATCH 0/6] rust: io: turn IoCapable into a functional trait
 2026-02-04 10:37 UTC  (8+ messages)
` [PATCH 3/6] rust: io: provide Mmio relaxed ops through a wrapper type

[RFC PATCH 0/4] Add dma_fence abstractions and DRM Jobqueue
 2026-02-04 10:30 UTC  (8+ messages)
` [RFC PATCH 1/4] rust: list: Add unsafe for container_of
` [RFC PATCH 2/4] rust: sync: Add dma_fence abstractions
` [RFC PATCH 3/4] rust/drm: Add DRM Jobqueue
` [RFC PATCH 4/4] samples: rust: Add jobqueue tester

[PATCH v3 0/3] Clk improvements
 2026-02-04  9:18 UTC  (37+ messages)
` [PATCH v3 1/3] rust: clk: use the type-state pattern

[PATCH v2 0/6] soc: qcom: socinfo: Convert to Rust
 2026-02-04  8:40 UTC  (32+ messages)
` [PATCH v2 1/6] rust: Add sparse_array! helper macro
` [PATCH v2 2/6] rust: io: Support copying arrays and slices
` [PATCH v2 3/6] rust: device: Support testing devices for equality
` [PATCH v2 4/6] rust: auxiliary: Support accessing raw aux pointer
` [PATCH v2 5/6] rust: debugfs: Allow access to device in Devres-wrapped scopes
` [PATCH v2 6/6] soc: qcom: socinfo: Convert to Rust

[PATCH] drm/tyr: Use vertical style for imports
 2026-02-04  8:34 UTC  (2+ messages)

[PATCH] rust: kconfig: Don't require RUST_IS_AVAILABLE for rustc-option
 2026-02-04  7:49 UTC  (4+ messages)

[PATCH] powerpc: Enable Rust for ppc64le
 2026-02-04  4:24 UTC 

[PATCH] workqueue: rust: add work item runtime modification support
 2026-02-04  5:24 UTC  (3+ messages)

[PATCH v2 0/4] Add Rust abstractions for nvmem-provider
 2026-02-04  4:05 UTC  (5+ messages)
` [PATCH v2 1/4] rust: io: Add big-endian read and write functions
` [PATCH v2 2/4] rust: nvmem: Add an abstraction for nvmem providers
` [PATCH v2 3/4] nvmem: Replace the Wii and Wii U OTP driver with a Rust one
` [PATCH v2 4/4] powerpc: wii_defconfig: Enable Rust

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-02-04  3:55 UTC  (3+ messages)
` [PATCH RFC v6 03/26] rust: gpu: Add GPU buddy allocator bindings

[PATCH v7 0/7] gpu: nova-core: expose the logging buffers via debugfs
 2026-02-04  2:06 UTC  (9+ messages)
` [PATCH v7 1/7] rust: device: add device name method
` [PATCH v7 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
` [PATCH v7 3/7] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
` [PATCH v7 4/7] gpu: nova-core: Replace module_pci_driver! with explicit module init
` [PATCH v7 5/7] gpu: nova-core: use pin projection in method boot()
` [PATCH v7 6/7] gpu: nova-core: create debugfs root in module init
` [PATCH v7 7/7] gpu: nova-core: create GSP-RM logging buffers debugfs entries

[PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
 2026-02-04  1:39 UTC  (4+ messages)
` [PATCH v5 2/4] rust: macros: add derive macro for `TryFrom`

[PATCH v2 0/5] gpu: nova-core: use checked arithmetic for firmware parsing robustness
 2026-02-03 22:24 UTC  (7+ messages)
` [PATCH v2 1/5] gpu: nova-core: use checked arithmetic in FWSEC firmware parsing

[PATCH] rust: Makefile: apply fixed-x18 workaround only on arm64
 2026-02-03 23:48 UTC  (14+ messages)
` [PATCH v2] rust: Makefile: bound rustdoc workaround to affected versions
      ` [PATCH v4] "
    ` [PATCH v3] "

[PATCH v3] scripts: checkpatch: warn on Rust panicking methods
 2026-02-03 16:54 UTC  (8+ messages)
` [PATCH v4] "

[PATCH v3 1/2] rust: task: use `as_char_ptr` instead of `as_ptr().cast()`
 2026-02-03 15:14 UTC  (3+ messages)
` [PATCH v3 2/2] rust: disallow use of `CStr::as_ptr` and `CStr::from_ptr`

[PATCH v10 0/7] rust: add ww_mutex support
 2026-02-03 15:02 UTC  (4+ messages)
` [PATCH v10 1/7] rust: add C wrappers for ww_mutex inline functions

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-02-03 12:02 UTC  (6+ messages)
` [PATCH v2 1/3] kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`
` [PATCH v2 2/3] rust: helpers: #define __rust_helper
` [PATCH v2 3/3] build: rust: provide an option to inline C helpers into Rust

[PATCH v2 1/4] drivers: android: binder: Update ARef imports from sync::aref
 2026-02-03 11:57 UTC  (3+ messages)

[PATCH v3 0/2] rust: add new workqueue functions
 2026-02-03 10:19 UTC  (10+ messages)
` [PATCH v3 2/2] rust: add system_percpu() around the new system_percpu_wq

[PATCH v5 0/2] rust: pci: add capability lookup helpers
 2026-02-03  5:42 UTC  (6+ messages)

[PATCH] rust: page: add volatile memory copy methods
 2026-02-03  1:07 UTC  (9+ messages)

[PATCH v2 00/30] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-02-02 21:37 UTC  (7+ messages)
` [PATCH v2 01/30] gpu: nova-core: print FB sizes, along with ranges
` [PATCH v2 08/30] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting

[PATCH v11 0/3] rust: leds: add led classdev abstractions
 2026-02-02 16:53 UTC  (7+ messages)
` [PATCH v11 1/3] rust: leds: add basic "
` [PATCH v11 2/3] rust: leds: split generic and normal led classdev abstractions up
` [PATCH v11 3/3] rust: leds: add multicolor classdev abstractions

[PATCH v6 0/8] Rust bindings for gem shmem + iosys_map
 2026-02-02 15:30 UTC  (3+ messages)
` [PATCH v6 5/8] rust: drm: gem: shmem: Add DRM shmem helper abstraction

[PATCH v4 0/6] Rust GPUVM immediate mode
 2026-02-02 15:15 UTC  (3+ messages)
` [PATCH v4 1/6] rust: drm: add base GPUVM immediate mode abstraction

[PATCH] rust: Makefile: apply fixed-x18 workaround only on arm64
 2026-02-02 23:39 UTC  (2+ messages)

[PATCH 0/9] rust: dma: add CoherentArray for compile-time sized allocations
 2026-02-02 14:22 UTC  (2+ messages)

[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2026-02-02 13:04 UTC  (17+ messages)
` [PATCH v13 1/4] rust: types: Add Ownable/Owned types
` [PATCH v13 2/4] rust: `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v13 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`


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