rust · Supported
Maintainers
- M Miguel Ojeda <ojeda@kernel.org>
- R Boqun Feng <boqun@kernel.org>
- R Gary Guo <gary@garyguo.net>
- R Björn Roy Baron <bjorn3_gh@protonmail.com>
- R Benno Lossin <lossin@kernel.org>
- R Andreas Hindborg <a.hindborg@kernel.org>
- R Alice Ryhl <aliceryhl@google.com>
- R Trevor Gross <tmgross@umich.edu>
- R Danilo Krummrich <dakr@kernel.org>
- R Daniel Almeida <daniel.almeida@collabora.com>
- R Tamir Duberstein <tamird@kernel.org>
- R Alexandre Courbot <acourbot@nvidia.com>
- R Onur Özkan <work@onurozkan.dev>
Paths
- F
.clippy.toml - F
.rustfmt.toml - F
Documentation/rust/ - F
include/trace/events/rust_sample.h - F
rust/ - F
samples/rust/ - F
scripts/*rust* - F
tools/testing/selftests/rust/
Last 30 days
Most active threads (last 7 days)
-
DORMANTno replies
[PATCH v2] i2c: rust: avoid locking when performing I2cAdapter::inc_ref
2026-09-04 13:46 · 0 replies in 7d · Nicolás Antinori <hidden>
Active reviewers (last 30 days)
-
Sashiko <sashiko-bot@kernel.org>
1 attestation (1 Reported-by) · last on 2026-09-04
Recent patches
Most-recent 30 patches in this subsystem on linux-kernel-mentees (capped at 30), ordered by date desc.
-
DORMANTno replies
[PATCH v2] i2c: rust: avoid locking when performing I2cAdapter::inc_ref
2026-09-04 · Nicolás Antinori <hidden> -
COLD60d
[PATCH v2] rust: iommu: replace core::mem::zeroed with Zeroable::zeroed
2026-06-29 · Nicolás Antinori <hidden> -
STALE70d
[PATCH] rust: iommu: replace core::mem::zeroed with pin_init::zeroed
2026-06-26 · Nicolás Antinori <hidden> -
STALE61d
[PATCH] usb: rust: Use pin_init::zeroed for usb_device_id initialization
2026-06-25 · Nicolás Antinori <hidden> -
STALE82d
[PATCH] usb: rust: mark Device and Interface methods as inline
2026-06-16 · Nicolás Antinori <hidden> -
COLD27d
[PATCH] rust: i2c: avoid locking when calling I2cAdapter::inc_ref
2026-06-15 · Nicolás Antinori <hidden> -
STALE277d
[PATCH] rust: sync: ordering: Fix dead link to LKMM explanation
2025-12-03 · Soham Metha <hidden> -
STALE406d
[PATCH] rust/pin-init: remove workaround for type inference cycle
2025-07-27 · Suchit Karunakaran <hidden> -
STALE308d
[PATCH v8 3/3] rust: revocable: Documents RevocableGuard invariants/safety and refine Deref safety
2025-07-26 · Marcelo Moreira <hidden> -
STALE308d
REVIEWED: 2 (2M) [PATCH v8 2/3] rust: revocable: Refactor revocation mechanism to remove generic revoke_internal
2025-07-26 · Marcelo Moreira <hidden> -
STALE308d
REVIEWED: 17 (17M) [PATCH v8 1/3] rust: revocable: Clarify write invariant and update safety comments
2025-07-26 · Marcelo Moreira <hidden> -
STALE410d
[PATCH v7 3/3] rust: revocable: Document RevocableGuard invariants/safety and refine Deref safety
2025-07-21 · Marcelo Moreira <hidden> -
STALE410d
REVIEWED: 2 (2M) [PATCH v7 2/3] rust: revocable: Refactor revocation mechanism to remove generic revoke_internal
2025-07-21 · Marcelo Moreira <hidden> -
STALE410d
REVIEWED: 17 (17M) [PATCH v7 1/3] rust: revocable: Clarify write invariant and update safety comments
2025-07-21 · Marcelo Moreira <hidden> -
STALE418d
[PATCH v6 3/3] rust: revocable: Document RevocableGuard invariants and refine Deref safety
2025-07-08 · Marcelo Moreira <hidden> -
STALE418d
REVIEWED: 2 (2M) [PATCH v6 2/3] rust: revocable: Refactor revocation mechanism to remove generic revoke_internal
2025-07-08 · Marcelo Moreira <hidden> -
STALE418d
REVIEWED: 17 (17M) [PATCH v6 1/3] rust: revocable: Clarify write invariant and update safety comments
2025-07-08 · Marcelo Moreira <hidden> -
STALE429d
REVIEWED: 17 (17M) [PATCH v5 2/2] rust: revocable: Clarify write invariant and update safety comments
2025-06-26 · Marcelo Moreira <hidden> -
STALE429d
[PATCH v5 1/2] rust: revocable: Refactor revocation mechanism to remove generic revoke_internal
2025-06-26 · Marcelo Moreira <hidden> -
STALE438d
[PATCH v4 3/3] rust: revocable: split revoke_internal into revoke and revoke_nosync
2025-06-02 · Marcelo Moreira <hidden> -
STALE438d
[PATCH v4 2/3] rust: revocable: simplify RevocableGuard for internal safety
2025-06-02 · Marcelo Moreira <hidden> -
STALE438d
[PATCH v4 1/3] rust: revocable: update write invariant and fix safety comments
2025-06-02 · Marcelo Moreira <hidden> -
STALE462d
[PATCH 3/3] rust: revocable: split revoke_internal into revoke and revoke_nosync
2025-06-02 · Marcelo Moreira <hidden> -
STALE462d
[PATCH 2/3] rust: revocable: simplify RevocableGuard for internal safety
2025-06-02 · Marcelo Moreira <hidden> -
STALE462d
[PATCH 1/3] rust: revocable: update write invariant and fix safety comments
2025-06-02 · Marcelo Moreira <hidden> -
STALE462d
[PATCH v3] rust: revocable: Correct safety comments and add invariants
2025-05-26 · Marcelo Moreira <hidden> -
STALE475d
LANDED [PATCH] docs: fix typo in rust/kernel/str.rs
2025-05-17 · Jihed Chaibi <hidden> -
STALE469d
[PATCH v2] rust: doc: Clarify safety invariants for Revocable type
2025-05-03 · Marcelo Moreira <hidden> -
STALE493d
REVIEWED: 1 (0M) [PATCH] rust: revocable: clarify invariants in safety documentation
2025-05-01 · Marcelo Moreira <hidden> -
DORMANTno replies
REVIEWED: 12 (10M) Re: [PATCH v2] rust: sync: rcu: Mark Guard methods as inline
2025-03-21 · Joel Fernandes <joelagnelf@nvidia.com>