rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-27 11:05:07 to 2024-03-22 01:35:03 UTC [more...]

[PATCH v8 0/2] rust: xarray: Add an abstraction for XArray
 2024-03-22  1:34 UTC  (9+ messages)
` [PATCH v8 1/2] rust: types: add FOREIGN_ALIGN to ForeignOwnable
` [PATCH v8 2/2] rust: xarray: Add an abstraction for XArray

[PATCH v6 24/37] rust: Add a rust helper for krealloc()
 2024-03-21 16:36 UTC 

[PATCH v3 0/4] Memory management patches needed by Rust Binder
 2024-03-21 14:19 UTC  (29+ messages)
` [PATCH v3 1/4] rust: uaccess: add userspace pointers
` [PATCH v3 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
` [PATCH v3 3/4] rust: uaccess: add typed accessors for userspace pointers
` [PATCH v3 4/4] rust: add abstraction for `struct page`

[PATCH v5 0/9] File abstractions needed by Rust Binder
 2024-03-21 13:28 UTC  (9+ messages)
` [PATCH v5 3/9] rust: file: add Rust abstraction for `struct file`
` [PATCH v5 6/9] rust: file: add `FileDescriptorReservation`
` [PATCH v5 8/9] rust: file: add `DeferredFdCloser`

[PATCH] rust: init: remove impl Zeroable for Infallible
 2024-03-21  9:07 UTC  (10+ messages)

Nova and staging Rust abstractions
 2024-03-20 18:17 UTC  (2+ messages)

[PATCH] rust: time: add Ktime
 2024-03-20 15:30 UTC  (3+ messages)

[PATCH v5] rust: str: add {make,to}_{upper,lower}case() to CString
 2024-03-17 21:53 UTC  (7+ messages)

[RFC PATCH 0/5] Rust block device driver API and null block driver
 2024-03-17 21:34 UTC  (32+ messages)
` [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
` [RFC PATCH 2/5] rust: block: introduce `kernel::block::bio` module
` [RFC PATCH 3/5] rust: block: allow `hrtimer::Timer` in `RequestData`
` [RFC PATCH 4/5] rust: block: add rnull, Rust null_blk implementation
` [RFC PATCH 5/5] MAINTAINERS: add entry for Rust block device driver API

[RFC PATCH v3 0/2] rust: crates in other kernel directories
 2024-03-15 13:44 UTC  (2+ messages)

[PATCH v2 0/6] Red-black tree abstraction needed by Rust Binder
 2024-03-15 11:43 UTC  (11+ messages)
` [PATCH v2 2/6] rust: rbtree: add red-black tree implementation backed by the C version
` [PATCH v2 3/6] rust: rbtree: add `RBTreeIterator`
` [PATCH v2 4/6] rust: rbtree: add `RBTreeIteratorMut`
` [PATCH v2 5/6] rust: rbtree: add `RBTreeCursor`
` [PATCH v2 6/6] rust: rbtree: add `RBTree::entry`

[PATCH] rust: add `Module::as_ptr`
 2024-03-13 19:09 UTC  (3+ messages)

[PATCH v3 0/2] Arc methods for linked list
 2024-03-13 17:12 UTC  (8+ messages)
` [PATCH v3 1/2] rust: sync: add `ArcBorrow::from_raw`
` [PATCH v3 2/2] rust: sync: add `Arc::into_unique_or_drop`

[GIT PULL] Rust for v6.9
 2024-03-11 19:42 UTC  (2+ messages)

[PATCH v2 0/2] Arc methods for linked list
 2024-03-11 15:47 UTC  (12+ messages)
` [PATCH v2 1/2] rust: sync: add `ArcBorrow::from_raw`
` [PATCH v2 2/2] rust: sync: add `Arc::into_unique_or_drop`

[PATCH v3 1/3] rust: macros: add `decl_generics` to `parse_generics()`
 2024-03-11  9:06 UTC  (4+ messages)
` [PATCH v3 2/3] rust: macros: allow generic parameter default values in `#[pin_data]`
` [PATCH v3 3/3] rust: workqueue: add `#[pin_data]` to `Work`

[RFC PATCH 00/11] Rust null block driver
 2024-03-09 12:30 UTC  (6+ messages)
` [RFC PATCH 04/11] rust: block: introduce `kernel::block::bio` module

rust traits in kernel (was: bcachefs meeting)
 2024-03-08 17:43 UTC  (2+ messages)
          ` rust traits in kernel

[PATCH v5 24/37] rust: Add a rust helper for krealloc()
 2024-03-08 15:23 UTC  (2+ messages)

[PATCH] rust: don't select CONSTRUCTORS
 2024-03-08 11:38 UTC  (2+ messages)

[RFC PATCH 0/1] Rewrite the VP9 codec library in Rust
 2024-03-07 21:45 UTC  (10+ messages)
` [RFC PATCH 1/1] v4l2-core: rewrite the VP9 "
` [RFC PATCH v2 0/2] Rewrite parts of rkvdec driver and the VP9 codec "
  ` [RFC PATCH v2 1/2] v4l2-core: rewrite the VP9 "
  ` [RFC PATCH v2 2/2] media: rkvdec: rewrite parts of the driver "

[PATCH v2] rust: add flags for shadow call stack sanitizer
 2024-03-06 19:15 UTC  (4+ messages)

[PATCH] rust: add flags for shadow call stack sanitizer
 2024-03-05 12:09 UTC  (9+ messages)

[PATCH] loongarch: rust: Switch to use built-in rustc target
 2024-03-05 10:23 UTC  (6+ messages)

[PATCH v5] kselftest: Add basic test for probing the rust sample modules
 2024-03-04 20:17 UTC  (7+ messages)

[PATCH v5] rust: locks: Add `get_mut` method to `Lock`
 2024-03-02 10:29 UTC  (3+ messages)

[PATCH 1/2] kbuild: mark `rustc` (and others) invocations as recursive
 2024-02-29 21:33 UTC  (2+ messages)

[PATCH v4] kselftest: Add basic test for probing the rust sample modules
 2024-02-29 15:57 UTC  (3+ messages)

[PATCH v4] rust: locks: Add `get_mut` method to `Lock`
 2024-02-28 18:51 UTC  (3+ messages)

[PATCH v7 0/2] rust: xarray: Add an abstraction for XArray
 2024-02-28 10:44 UTC  (8+ messages)
` [PATCH v7 1/2] rust: types: add FOREIGN_ALIGN to ForeignOwnable
` [PATCH v7 2/2] rust: xarray: Add an abstraction for XArray

[PATCH v2 0/3] RISC-V: enable rust
 2024-02-27 18:24 UTC  (18+ messages)
` [PATCH v2 1/3] rust: make mutually exclusive with CFI_CLANG
` [PATCH v2 2/3] scripts: generate_rust_target: enable building on RISC-V

[PATCH v2 0/4] Memory management patches needed by Rust Binder
 2024-02-27 15:56 UTC  (7+ messages)
` [PATCH v2 1/4] rust: uaccess: add userspace pointers
` [PATCH v2 4/4] rust: add abstraction for `struct page`


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