rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-11 06:59:50 to 2024-01-24 21:28:10 UTC [more...]

[RFC PATCH 00/19] Rust abstractions for VFS
 2024-01-24 21:28 UTC  (20+ messages)
` [RFC PATCH 05/19] rust: fs: introduce `INode<T>`
` [RFC PATCH 06/19] rust: fs: introduce `FileSystem::init_root`
` [RFC PATCH 12/19] rust: fs: introduce `FileSystem::statfs`
` [RFC PATCH 16/19] rust: fs: allow file systems backed by a block device
` [RFC PATCH 19/19] tarfs: introduce tar fs

[LSF/MM TOPIC] Rust
 2024-01-24 21:20 UTC  (13+ messages)
          `  "

[PATCH] rust: str: implement `Display` and `Debug` for `BStr`
 2024-01-24 20:18 UTC  (2+ messages)

[RFC PATCH 00/19] Rust abstractions for VFS
 2024-01-24 19:49 UTC  (5+ messages)

[PATCH v3] rust: types: Add `try_from_foreign()` method
 2024-01-24 15:36 UTC  (5+ messages)

[PATCH v4 0/4] Additional CondVar methods needed by Rust Binder
 2024-01-24 15:07 UTC  (3+ messages)
` [PATCH v4 3/4] rust: sync: add `CondVar::wait_timeout`

Suggestions for TC Rust Projects
 2024-01-24 11:52 UTC  (4+ messages)

[PATCH 0/3] Memory management patches needed by Rust Binder
 2024-01-24 11:20 UTC  (4+ messages)
` [PATCH 1/3] rust: add userspace pointers
` [PATCH 2/3] rust: add typed accessors for "
` [PATCH 3/3] rust: add abstraction for `struct page`

[PATCH v3 0/9] File abstractions needed by Rust Binder
 2024-01-24 10:11 UTC  (22+ messages)
` [PATCH v3 1/9] rust: file: add Rust abstraction for `struct file`
` [PATCH v3 2/9] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v3 3/9] rust: security: add abstraction for secctx
` [PATCH v3 4/9] rust: types: add `NotThreadSafe`
` [PATCH v3 5/9] rust: file: add `FileDescriptorReservation`
` [PATCH v3 6/9] rust: task: add `Task::current_raw`
` [PATCH v3 7/9] rust: file: add `Kuid` wrapper
` [PATCH v3 8/9] rust: file: add `DeferredFdCloser`
` [PATCH v3 9/9] rust: file: add abstraction for `poll_table`

[PATCH v4 0/2] Rust enablement for AArch64
 2024-01-24  9:12 UTC  (9+ messages)
` [PATCH v4 1/2] rust: Refactor the build target to allow the use of builtin targets
` [PATCH v4 2/2] arm64: rust: Enable Rust support for AArch64

[RFC PATCH 00/11] Rust null block driver
 2024-01-23 18:39 UTC  (11+ messages)
` [RFC PATCH 03/11] rust: block: introduce `kernel::block::mq` module
` [RFC PATCH 04/11] rust: block: introduce `kernel::block::bio` module

[PATCH] rust: str: add to_ascii_{upper,lower}case() to CString
 2024-01-23 18:18 UTC  (10+ messages)

Rust for Linux Open Meeting
 2024-01-23 17:54 UTC  (4+ messages)
  ` No Open Meeting at Nov 15
    ` Open Meeting at Jan 24

[PATCH v2 00/12] rust: kernel: documentation improvements
 2024-01-23 16:10 UTC  (13+ messages)
` [PATCH v2 01/12] rust: kernel: fix multiple typos in documentation
` [PATCH v2 02/12] rust: error: improve unsafe code in example
` [PATCH v2 03/12] rust: ioctl: end top-level module docs with full stop
` [PATCH v2 04/12] rust: kernel: add srctree-relative doclinks
` [PATCH v2 05/12] rust: str: use `NUL` instead of 0 in doc comments
` [PATCH v2 06/12] rust: str: move SAFETY comment in front of unsafe block
` [PATCH v2 07/12] rust: kernel: unify spelling of refcount in docs
` [PATCH v2 08/12] rust: kernel: mark code fragments in docs with backticks
` [PATCH v2 09/12] rust: kernel: add blank lines in front of code blocks
` [PATCH v2 10/12] rust: kernel: add doclinks
` [PATCH v2 11/12] rust: kernel: remove unneeded doclink targets
` [PATCH v2 12/12] rust: locked_by: shorten doclink preview

[PATCH BCACHEFS-TOOLS v2] use upstream bindgen; fix packed and aligned types
 2024-01-23 14:36 UTC 

[PATCH] rust: types: Add `try_from_foreign()` method
 2024-01-23 12:09 UTC  (2+ messages)

[PATCH] rust: types: Add `try_from_foreign()` method
 2024-01-23  9:10 UTC  (6+ messages)

[PATCH v2 1/2] docs: rust: Move testing to a separate page
 2024-01-23  8:47 UTC  (3+ messages)
` [PATCH v2 2/2] docs: rust: Add description of Rust documentation test as KUnit ones

[PATCH BCACHEFS-TOOLS] use upstream bindgen; fix packed and aligned types
 2024-01-22 20:19 UTC  (4+ messages)

[PATCH] rust: sync: `CondVar` rename "wait_list" to "wait_queue_head"
 2024-01-22 14:58 UTC  (2+ messages)

[PATCH] rust: upgrade to Rust 1.75.0
 2024-01-22 14:57 UTC  (2+ messages)

[PATCH] docs: rust: Add description of Rust documentation test as KUnit ones
 2024-01-22 10:57 UTC  (3+ messages)

[PATCH TOOLS 0/2] convert main() from C to Rust
 2024-01-22  2:47 UTC  (7+ messages)
              ` packed, aligned structs in bcachefs (was: Re: [PATCH TOOLS 0/2] convert main() from C to Rust)

[RFC PATCH 07/19] rust: fs: introduce `FileSystem::read_dir`
 2024-01-21 21:51 UTC  (3+ messages)

[PATCH v1 0/2] RISC-V: enable rust
 2024-01-18 16:09 UTC  (8+ messages)

Intended folder structure for subsystem bindings
 2024-01-18  9:32 UTC  (2+ messages)

[PATCH 00/13] rust: kernel: documentation improvements
 2024-01-18  9:14 UTC  (37+ messages)
` [PATCH 01/13] rust: kernel: fix multiple typos in documentation
` [PATCH 02/13] rust: error: move unsafe block into function call
` [PATCH 03/13] rust: ioctl: end top level module docs with full stop
` [PATCH 04/13] rust: kernel: add srctree-relative doclinks
` [PATCH 05/13] rust: str: use `NUL` instead of 0 in doc comments
` [PATCH 06/13] rust: str: move SAFETY comment in front of unsafe block
` [PATCH 07/13] rust: kernel: unify spelling of refcount in docs
` [PATCH 08/13] rust: kernel: mark code fragments in docs with backticks
` [PATCH 09/13] rust: kernel: add blank lines in front of code blocks
` [PATCH 10/13] rust: kernel: add doclinks
` [PATCH 11/13] rust: kernel: add doclinks with html tags
` [PATCH 12/13] rust: kernel: remove unneeded doclink targets
` [PATCH 13/13] rust: locked_by: shorten doclink preview

[PATCH v1 0/2] Rust enablement for LoongArch
 2024-01-17  4:34 UTC  (13+ messages)

[PATCH v6] rust: xarray: Add an abstraction for XArray
 2024-01-16 23:53 UTC  (2+ messages)

[PATCH] rust: task: add `as_raw()` to `Task`
 2024-01-16 19:03 UTC  (8+ messages)
` [PATCH] rust: task: use safe `current!` macro

[PATCH] [RFC] rust: error: Convert 0 being an error to Result
 2024-01-12  7:42 UTC  (11+ messages)

[GIT PULL] Rust for v6.8
 2024-01-11 21:18 UTC  (2+ messages)

New to the kernel, any easy tasks?
 2024-01-11 21:02 UTC  (2+ messages)


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).