Benno Lossin ([email protected])

Number of posts: 371 (0.96 per day)
First post: 2023-04-13 08:07:55
Last post: 2024-05-04 15:45:41

Date List Subject
2024-04-03 19:38:06 linux-kernel Re: [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
2024-04-03 16:00:41 linux-kernel Re: [PATCH 2/9] rust: list: add tracking for ListArc
2024-04-03 15:57:48 linux-kernel Re: [PATCH 3/9] rust: list: add struct with prev/next pointers
2024-04-03 15:53:24 linux-kernel Re: [PATCH 1/9] rust: list: add ListArc
2024-04-03 12:20:00 linux-kernel Re: [PATCH 7/9] rust: list: add cursor
2024-04-03 11:09:55 linux-kernel Re: [RFC PATCH 4/5] rust: block: add rnull, Rust null_blk implementation
2024-04-03 11:08:47 linux-kernel Re: [PATCH 4/9] rust: list: add macro for implementing ListItem
2024-04-02 23:15:03 linux-kernel Re: [PATCH 1/3] rust: sync: implement `Default` for `LockClassKey`
2024-04-02 23:10:08 linux-kernel Re: [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
2024-04-02 22:35:57 linux-kernel Re: [RFC PATCH 4/5] rust: block: add rnull, Rust null_blk implementation
2024-04-02 12:50:35 linux-kernel Re: [PATCH] rust: types: Make Opaque::get const
2024-04-02 12:47:53 linux-kernel Re: [PATCH v2] rust: macros: fix soundness issue in `module!` macro
2024-04-01 22:01:54 linux-kernel Re: [PATCH v2] rust: macros: fix soundness issue in `module!` macro
2024-04-01 19:28:28 linux-kernel Re: [PATCH] rust: macros: fix soundness issue in `module!` macro
2024-04-01 18:53:22 linux-kernel [PATCH v2] rust: macros: fix soundness issue in `module!` macro
2024-03-31 10:28:10 linux-kernel Re: [PATCH] rust: macros: fix soundness issue in `module!` macro
2024-03-30 16:43:49 linux-kernel Re: [PATCH] rust: init: remove impl Zeroable for Infallible
2024-03-30 13:35:21 linux-kernel Re: [PATCH v3 06/10] rust: alloc: introduce the `BoxExt` trait
2024-03-30 13:30:40 linux-kernel Re: [PATCH v3 07/10] rust: alloc: update `VecExt` to take allocation flags
2024-03-30 12:03:52 linux-kernel Re: [PATCH] rust: init: remove impl Zeroable for Infallible
2024-03-30 11:59:06 linux-kernel Re: [PATCH v2 2/5] rust: kernel: require `Send` for `Module` implementations
2024-03-30 11:49:38 linux-kernel Re: [PATCH v2 5/5] samples: rust: add in-place initialisation sample
2024-03-30 11:47:14 linux-kernel Re: [PATCH v2 3/5] rust: module: prefix all module paths with `::`
2024-03-29 15:20:30 linux-kernel Re: [PATCH 2/2] samples: rust: add in-place initialisation sample
2024-03-27 21:07:05 linux-kernel Re: [PATCH 2/4] WIP: drm: Introduce rvkms
2024-03-27 20:51:08 linux-kernel Re: [PATCH 1/4] WIP: rust: Add basic KMS bindings
2024-03-27 17:26:12 linux-kernel Re: [PATCH v2 02/10] rust: alloc: introduce the `VecExt` trait
2024-03-27 17:19:53 linux-kernel Re: [PATCH v2 10/10] rust: kernel: remove usage of `allocator_api` unstable feature
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`