LinuxLists
Users
About
Benno Lossin (
[email protected]
)
Number of posts: 394 (0.92 per day)
First post: 2023-04-13 08:07:55
Last post: 2024-06-16 09:47:17
Previous Page
/
Next Page
Date
List
Subject
2024-03-27 17:10:30
linux-kernel
Re: [PATCH v2 06/10] rust: alloc: introduce the `BoxExt` trait
2024-03-27 16:54:00
linux-kernel
Re: [PATCH 1/2] rust: introduce `InPlaceModule`
2024-03-27 16:11:11
linux-kernel
[PATCH] rust: macros: fix soundness issue in `module!` macro
2024-03-27 15:56:56
linux-kernel
Re: [PATCH 1/2] rust: introduce `InPlaceModule`
2024-03-27 15:28:28
linux-kernel
Re: [PATCH 3/5] rust: time: Introduce clock reading framework
2024-03-27 14:56:01
linux-kernel
Re: [PATCH 2/2] samples: rust: add in-place initialisation sample
2024-03-27 11:31:38
linux-kernel
Re: [PATCH 5/5] rust: time: Add Instant::elapsed() for monotonic clocks
2024-03-27 11:19:37
linux-kernel
Re: [PATCH 2/5] rust: time: Introduce Duration type
2024-03-26 17:14:13
linux-kernel
Re: [PATCH 5/5] rust: time: Add Instant::elapsed() for monotonic clocks
2024-03-26 17:10:47
linux-kernel
Re: [PATCH 1/5] rust: time: doc: Add missing C header link to jiffies
2024-03-26 17:05:49
linux-kernel
Re: [PATCH 4/5] rust: time: Support reading CLOCK_MONOTONIC
2024-03-26 17:01:22
linux-kernel
Re: [PATCH 3/5] rust: time: Introduce clock reading framework
2024-03-26 16:50:34
linux-kernel
Re: [PATCH 2/5] rust: time: Introduce Duration type
2024-03-26 15:27:44
linux-kernel
Re: [PATCH 10/10] rust: kernel: remove usage of `allocator_api` unstable feature
2024-03-26 14:18:59
linux-kernel
Re: [PATCH 09/10] rust: init: update `init` module to take allocation flags
2024-03-26 14:04:19
linux-kernel
Re: [PATCH 08/10] rust: sync: update `Arc` and `UniqueArc` to take allocation flags
2024-03-26 13:58:54
linux-kernel
Re: [PATCH 07/10] rust: alloc: update `VecExt` to take allocation flags
2024-03-26 13:30:54
linux-kernel
Re: [PATCH 06/10] rust: alloc: introduce the `BoxExt` trait
2024-03-25 22:39:27
linux-kernel
Re: [PATCH 06/10] rust: alloc: introduce the `BoxExt` trait
2024-03-25 22:27:38
linux-kernel
Re: [PATCH 05/10] rust: alloc: introduce allocation flags
2024-03-25 22:25:03
linux-kernel
Re: [PATCH 04/10] rust: alloc: remove our fork of the `alloc` crate
2024-03-25 22:06:07
linux-kernel
Re: [PATCH 02/10] rust: alloc: introduce the `VecExt` trait
2024-03-25 21:57:07
linux-kernel
Re: [PATCH 01/10] rust: kernel: move `allocator` module under `alloc`
2024-03-23 11:33:55
linux-kernel
Re: [RFC PATCH 4/5] rust: block: add rnull, Rust null_blk implementation
2024-03-23 10:52:21
linux-kernel
Re: [RFC PATCH 3/5] rust: block: allow `hrtimer::Timer` in `RequestData`
2024-03-22 23:41:37
linux-kernel
Re: [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
2024-03-22 09:57:07
linux-kernel
Re: [PATCH v2] rust: time: add Ktime
2024-03-21 14:20:18
linux-kernel
Re: [PATCH v3 4/4] rust: add abstraction for `struct page`
2024-03-21 13:56:45
linux-kernel
Re: [PATCH v3 4/4] rust: add abstraction for `struct page`
2024-03-21 13:16:48
linux-kernel
Re: [PATCH v3 4/4] rust: add abstraction for `struct page`
2024-03-19 22:29:12
linux-kernel
Re: [PATCH v3 4/4] rust: add abstraction for `struct page`
2024-03-19 10:34:47
linux-kernel
Re: [PATCH] rust: init: remove impl Zeroable for Infallible
2024-03-16 20:40:34
linux-kernel
Re: [PATCH v3 4/4] rust: add abstraction for `struct page`
2024-03-16 14:57:03
linux-kernel
Re: [PATCH v3 3/4] rust: uaccess: add typed accessors for userspace pointers
2024-03-16 14:16:54
linux-kernel
Re: [PATCH v3 1/4] rust: uaccess: add userspace pointers
2024-03-15 11:48:06
linux-kernel
Re: [PATCH v5] rust: str: add {make,to}_{upper,lower}case() to CString
2024-03-15 11:44:13
linux-kernel
Re: [PATCH v2 6/6] rust: rbtree: add `RBTree::entry`
2024-03-14 17:13:55
linux-kernel
Re: [PATCH v2 5/6] rust: rbtree: add `RBTreeCursor`
2024-03-14 16:27:46
linux-kernel
Re: [PATCH v2 4/6] rust: rbtree: add `RBTreeIteratorMut`
2024-03-14 16:24:55
linux-kernel
Re: [PATCH v2 3/6] rust: rbtree: add `RBTreeIterator`
2024-03-14 14:23:04
linux-kernel
Re: [PATCH v2 2/6] rust: rbtree: add red-black tree implementation backed by the C version
2024-03-13 23:10:18
linux-kernel
[PATCH] rust: init: remove impl Zeroable for Infallible
2024-03-11 17:42:21
linux-kernel
Re: [PATCH v3 2/2] rust: sync: add `Arc::into_unique_or_drop`
2024-03-11 15:47:56
linux-kernel
Re: [PATCH v2 2/2] rust: sync: add `Arc::into_unique_or_drop`
2024-03-11 15:31:48
linux-kernel
Re: [PATCH v2 2/2] rust: sync: add `Arc::into_unique_or_drop`
2024-03-11 15:10:34
linux-kernel
Re: [PATCH v2 1/2] rust: sync: add `ArcBorrow::from_raw`
2024-03-09 15:55:34
linux-kernel
[PATCH v3 3/3] rust: workqueue: add `#[pin_data]` to `Work`
2024-03-09 15:54:36
linux-kernel
[PATCH v3 2/3] rust: macros: allow generic parameter default values in `#[pin_data]`
2024-03-09 15:53:59
linux-kernel
[PATCH v3 1/3] rust: macros: add `decl_generics` to `parse_generics()`
2024-03-09 13:04:26
linux-kernel
Re: [PATCH] rust: add `Module::as_ptr`
2024-03-09 13:02:44
linux-kernel
Re: [PATCH v2 2/2] rust: sync: add `Arc::into_unique_or_drop`