rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-21 17:00:10 to 2025-02-24 15:44:00 UTC [more...]

C aggregate passing (Rust kernel policy)
 2025-02-24 15:43 UTC  (29+ messages)

[PATCH v7 0/6] rust: extend `module!` macro with integer parameter support
 2025-02-24 15:28 UTC  (13+ messages)
  ` [PATCH v7 2/6] rust: str: implement `Index` for `BStr`
  ` [PATCH v7 3/6] rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`
  ` [PATCH v7 5/6] rust: str: add radix prefixed integer parsing functions
  ` [PATCH v7 6/6] rust: add parameter support to the `module!` macro

[PATCH v12 0/3] rust: add dma coherent allocator abstraction
 2025-02-24 14:40 UTC  (9+ messages)
` [PATCH v12 1/3] rust: error: Add EOVERFLOW
` [PATCH v12 2/3] rust: add dma coherent allocator abstraction
` [PATCH v12 3/3] MAINTAINERS: add entry for Rust dma mapping helpers device driver API

[PATCH v2] rust: workqueue: define built-in bh queues
 2025-02-24 14:23 UTC 

[PATCH v4 0/4] rust: configfs abstractions
 2025-02-24 13:21 UTC  (5+ messages)
` [PATCH v4 1/4] rust: sync: change `<Arc<T> as ForeignOwnable>::PointedTo` to `T`
` [PATCH v4 2/4] rust: configfs: introduce rust support for configfs
` [PATCH v4 3/4] rust: configfs: add a sample demonstrating configfs usage
` [PATCH v4 4/4] MAINTAINERS: add entry for configfs Rust abstractions

[PATCH v9 00/13] hrtimer Rust API
 2025-02-24 13:19 UTC  (15+ messages)
` [PATCH v9 01/13] rust: hrtimer: introduce hrtimer support
` [PATCH v9 02/13] rust: sync: add `Arc::as_ptr`
` [PATCH v9 03/13] rust: hrtimer: implement `HrTimerPointer` for `Arc`
` [PATCH v9 04/13] rust: hrtimer: allow timer restart from timer handler
` [PATCH v9 05/13] rust: hrtimer: add `UnsafeHrTimerPointer`
` [PATCH v9 06/13] rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`
` [PATCH v9 07/13] rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`
` [PATCH v9 08/13] rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`
` [PATCH v9 09/13] rust: alloc: add `Box::into_pin`
` [PATCH v9 10/13] rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`
` [PATCH v9 11/13] rust: hrtimer: add `HrTimerMode`
` [PATCH v9 12/13] rust: hrtimer: add clocksource selection through `ClockSource`
` [PATCH v9 13/13] rust: hrtimer: add maintainer entry

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-02-24 12:11 UTC  (6+ messages)

[PATCH] rust: sync: lock: Add an example for Guard::lock_ref()
 2025-02-24 11:19 UTC  (7+ messages)

[PATCH V2 0/2] rust: Add basic clock bindings
 2025-02-24  9:59 UTC  (9+ messages)
` [PATCH V2 2/2] rust: Add basic bindings for clk APIs

Rust kernel policy
 2025-02-24  9:08 UTC  (99+ messages)
                    ` C aggregate passing (Rust kernel policy)

[PATCH 0/2] Bitmap bindings for rust
 2025-02-24  8:56 UTC  (7+ messages)
` [PATCH 1/2] rust: Add cpumask helpers
` [PATCH 2/2] MAINTAINERS: add rust bindings entry for bitmap API

[PATCH v11 0/8] rust: Add IO polling
 2025-02-24  1:40 UTC  (3+ messages)
` [PATCH v11 1/8] sched/core: Add __might_sleep_precision()

[PATCH v2] kbuild, rust: use -fremap-path-prefix to make paths relative
 2025-02-24  0:42 UTC  (2+ messages)

[PATCH V6 0/2] author field in module! macro should be a array
 2025-02-23 17:42 UTC  (3+ messages)
` [PATCH V6 1/2] rust: module: change author to an array
` [PATCH V6 2/2] checkpatch: check format of Vec<String> in modules

[PATCH V5 0/2] author field in module! macro should be a array
 2025-02-23 15:39 UTC  (5+ messages)
` [PATCH V5 1/2] rust: module: change author to an array
` [PATCH V5 2/2] checkpatch: throw error for malformed arrays
    ` [PATCH V4 "

[PATCH] rust: regulator: add a bare minimum regulator abstraction
 2025-02-23  7:58 UTC  (4+ messages)

[PATCH v8 00/14] hrtimer Rust API
 2025-02-22 21:25 UTC  (39+ messages)
  ` [PATCH v8 02/14] rust: hrtimer: introduce hrtimer support
  ` [PATCH v8 12/14] rust: hrtimer: add `HrTimerMode`

[PATCH v2 1/2] rust: types: `Opaque` doc: Add some intra doc linkage
 2025-02-22 18:26 UTC  (4+ messages)

FTBFS: Rust firmware abstractions in current stable (6.13.4) on arm64 with rustc 1.85.0
 2025-02-22 15:14 UTC  (3+ messages)

[PATCH] rust: io: rename `io::Io` accessors
 2025-02-22 14:45 UTC  (4+ messages)

[PATCH V4 0/2] author field in module! macro should be a array
 2025-02-22 13:30 UTC  (5+ messages)
` [PATCH V4 1/2] rust: module: change author to an array
` [PATCH V4 2/2] checkpatch: throw error for malformed arrays

[PATCH] rust: workqueue: define built-in bh queues
 2025-02-22 11:57 UTC  (9+ messages)

[PATCH v3 0/4] rust: configfs abstractions
 2025-02-22  9:36 UTC  (3+ messages)

[PATCH v18 0/3] rust: xarray: Add a minimal abstraction for XArray
 2025-02-21 21:14 UTC  (5+ messages)
` [PATCH v18 1/3] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v18 2/3] rust: xarray: Add an abstraction for XArray
` [PATCH v18 3/3] MAINTAINERS: add entry for Rust XArray API

[PATCH v2 2/3] rust: configfs: introduce rust support for configfs
 2025-02-21 18:44 UTC 

[PATCH v3 0/4] implement `kernel::sync::Refcount` and convert users
 2025-02-21 18:33 UTC  (11+ messages)
` [PATCH v3 1/4] rust: implement `kernel::sync::Refcount`
` [PATCH v3 2/4] rust: convert `Arc` to use `Refcount`

[PATCH v14 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2025-02-21 17:50 UTC 

[PATCH v17 0/3] rust: xarray: Add a minimal abstraction for XArray
 2025-02-21 17:32 UTC  (4+ messages)
` [PATCH v17 2/3] rust: xarray: Add an "

[PATCH V3 2/2] checkpatch: throw error for malformed arrays
 2025-02-21 17:07 UTC  (3+ messages)

[PATCH v2 2/5] modules: Refactor + kdoc elf_validity_cached_copy
 2025-02-21 17:00 UTC 

[PATCH v2 2/5] modules: Refactor + kdoc elf_validity_cached_copy
 2025-02-21 16:59 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).