Rust-for-linux archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-25 18:59:43 to 2024-03-31 19:51:36 UTC [more...]

[PATCH v2] Documentation: rust: Fix improper rendering in arch support page
 2024-03-31 19:51 UTC  (3+ messages)

[PATCH] rust: don't select CONSTRUCTORS
 2024-03-31 19:50 UTC  (2+ messages)

[PATCH 0/8] [RFC] Rust device / driver abstractions
 2024-03-31 19:17 UTC  (44+ messages)
` [PATCH 2/8] rust: device: Add a minimal RawDevice trait
` [PATCH 3/8] rust: device: Add a stub abstraction for devices
` [PATCH 4/8] rust: add driver abstraction
` [PATCH 6/8] rust: add revocable mutex
` [PATCH 7/8] rust: add revocable objects
` [PATCH 8/8] rust: add device::Data

[PATCH v5 3/9] rust: file: add Rust abstraction for `struct file`
 2024-03-31 12:55 UTC  (3+ messages)

[PATCH] rust: macros: fix soundness issue in `module!` macro
 2024-03-31 10:27 UTC  (3+ messages)

[PATCH v5 0/9] File abstractions needed by Rust Binder
 2024-03-31 10:26 UTC  (5+ messages)
` [PATCH v5 8/9] rust: file: add `DeferredFdCloser`

[PATCH] rust: init: remove impl Zeroable for Infallible
 2024-03-30 16:43 UTC  (10+ messages)

[PATCH v3 00/10] Allocation APIs
 2024-03-30 13:35 UTC  (18+ messages)
` [PATCH v3 01/10] rust: kernel: move `allocator` module under `alloc`
` [PATCH v3 02/10] rust: alloc: introduce the `VecExt` trait
` [PATCH v3 03/10] kbuild: use the upstream `alloc` crate
` [PATCH v3 04/10] rust: alloc: remove our fork of the "
` [PATCH v3 05/10] rust: alloc: introduce allocation flags
` [PATCH v3 06/10] rust: alloc: introduce the `BoxExt` trait
` [PATCH v3 07/10] rust: alloc: update `VecExt` to take allocation flags
` [PATCH v3 08/10] rust: sync: update `Arc` and `UniqueArc` "
` [PATCH v3 09/10] rust: init: update `init` module "
` [PATCH v3 10/10] rust: kernel: remove usage of `allocator_api` unstable feature

[PATCH v2 0/5] In-place module initialisation
 2024-03-30 11:58 UTC  (14+ messages)
` [PATCH v2 1/5] rust: phy: implement `Send` for `Registration`
` [PATCH v2 2/5] rust: kernel: require `Send` for `Module` implementations
` [PATCH v2 3/5] rust: module: prefix all module paths with `::`
` [PATCH v2 4/5] rust: introduce `InPlaceModule`
` [PATCH v2 5/5] samples: rust: add in-place initialisation sample

[PATCH v1] rust: kernel: types: Add `ARef::into_raw`
 2024-03-29 20:11 UTC  (3+ messages)

[PATCH v5] rust: str: add {make,to}_{upper,lower}case() to CString
 2024-03-29 19:49 UTC  (2+ messages)

[PATCH] kbuild: rust: use `-Zdebuginfo-compression`
 2024-03-29 19:48 UTC  (2+ messages)

[PATCH] kbuild: rust: use `-Zdwarf-version` to support DWARFv5
 2024-03-29 19:48 UTC  (2+ messages)

[PATCH] rust: upgrade to Rust 1.77.0
 2024-03-29 19:48 UTC  (2+ messages)

[PATCH] rust: add `Module::as_ptr`
 2024-03-29 19:45 UTC  (2+ messages)

[PATCH] docs: rust: Add instructions for the Rust kselftest
 2024-03-29 17:13 UTC  (3+ messages)

[PATCH 0/2] In-place module initialisation
 2024-03-29 15:07 UTC  (12+ messages)
` [PATCH 1/2] rust: introduce `InPlaceModule`
` [PATCH 2/2] samples: rust: add in-place initialisation sample

[WIP 0/3] Memory model and atomic API in Rust
 2024-03-27 23:35 UTC  (42+ messages)
` [WIP 1/3] rust: Introduce atomic module

[RFC WIP 0/4] Rust bindings for KMS + RVKMS
 2024-03-27 21:06 UTC  (5+ messages)
` [PATCH 1/4] WIP: rust: Add basic KMS bindings
` [PATCH 2/4] WIP: drm: Introduce rvkms

[PATCH v2 00/10] Allocation APIs
 2024-03-27 18:43 UTC  (18+ messages)
` [PATCH v2 01/10] rust: kernel: move `allocator` module under `alloc`
` [PATCH v2 02/10] rust: alloc: introduce the `VecExt` trait
` [PATCH v2 03/10] kbuild: use the upstream `alloc` crate
` [PATCH v2 04/10] rust: alloc: remove our fork of the "
` [PATCH v2 05/10] rust: alloc: introduce allocation flags
` [PATCH v2 06/10] rust: alloc: introduce the `BoxExt` trait
` [PATCH v2 07/10] rust: alloc: update `VecExt` to take allocation flags
` [PATCH v2 08/10] rust: sync: update `Arc` and `UniqueArc` "
` [PATCH v2 09/10] rust: init: update `init` module "
` [PATCH v2 10/10] rust: kernel: remove usage of `allocator_api` unstable feature

[PATCH 0/5] rust: time: Add clock read support
 2024-03-27 17:49 UTC  (22+ messages)
` [PATCH 1/5] rust: time: doc: Add missing C header link to jiffies
` [PATCH 2/5] rust: time: Introduce Duration type
` [PATCH 3/5] rust: time: Introduce clock reading framework
` [PATCH 4/5] rust: time: Support reading CLOCK_MONOTONIC
` [PATCH 5/5] rust: time: Add Instant::elapsed() for monotonic clocks

[PATCH v7 0/8] [RFC] Rust device / driver abstractions
 2024-03-27 16:30 UTC  (6+ messages)

[PATCH 00/10] Allocation APIs
 2024-03-27  2:17 UTC  (30+ messages)
` [PATCH 01/10] rust: kernel: move `allocator` module under `alloc`
` [PATCH 02/10] rust: alloc: introduce the `VecExt` trait
` [PATCH 03/10] kbuild: use the upstream `alloc` crate
` [PATCH 04/10] rust: alloc: remove our fork of the "
` [PATCH 05/10] rust: alloc: introduce allocation flags
` [PATCH 06/10] rust: alloc: introduce the `BoxExt` trait
` [PATCH 07/10] rust: alloc: update `VecExt` to take allocation flags
` [PATCH 08/10] rust: sync: update `Arc` and `UniqueArc` "
` [PATCH 09/10] rust: init: update `init` module "
` [PATCH 10/10] rust: kernel: remove usage of `allocator_api` unstable feature

[PATCH v8 0/2] rust: xarray: Add an abstraction for XArray
 2024-03-26 17:03 UTC  (11+ messages)
` [PATCH v8 2/2] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).