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

Date List Subject
2024-04-07 09:55:00 linux-kernel Re: [RFC PATCH 3/3] cpufreq: Add Rust based cpufreq-dt driver
2024-04-07 09:54:43 linux-kernel Re: [RFC PATCH 1/3] rust: Add bindings for OPP framework
2024-04-07 08:59:13 linux-kernel Re: [PATCH v4 4/4] rust: add abstraction for `struct page`
2024-04-07 08:57:18 linux-kernel Re: [PATCH v4] rust: init: remove impl Zeroable for Infallible
2024-04-05 09:48:10 linux-kernel Re: [PATCH 3/9] rust: list: add struct with prev/next pointers
2024-04-05 09:47:49 linux-kernel Re: [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
2024-04-04 22:51:47 linux-kernel Re: [PATCH v4 4/4] rust: add abstraction for `struct page`
2024-04-04 20:40:47 linux-kernel Re: [PATCH v4 1/4] rust: uaccess: add userspace pointers
2024-04-04 16:07:08 linux-kernel Re: [PATCH 8/9] rust: list: support heterogeneous lists
2024-04-04 15:50:55 linux-kernel Re: [PATCH 9/9] rust: list: add ListArcField
2024-04-04 14:53:41 linux-kernel Re: [PATCH 6/9] rust: list: add iterators
2024-04-04 14:52:14 linux-kernel Re: [PATCH 5/9] rust: list: add List
2024-04-04 14:45:24 linux-kernel Re: [PATCH 2/9] rust: list: add tracking for ListArc
2024-04-04 14:38:26 linux-kernel Re: [PATCH 6/9] rust: list: add iterators
2024-04-04 14:06:56 linux-kernel Re: [PATCH 3/9] rust: list: add struct with prev/next pointers
2024-04-04 14:06:29 linux-kernel Re: [PATCH 5/9] rust: list: add List
2024-04-04 13:47:15 linux-kernel Re: [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
2024-04-04 13:29:54 linux-kernel Re: [PATCH 7/9] rust: list: add cursor
2024-04-04 09:04:33 linux-kernel Re: [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
2024-04-04 09:01:49 linux-kernel Re: [PATCH v4] rust: init: remove impl Zeroable for Infallible
2024-04-04 08:53:41 linux-kernel Re: [PATCH] rust: init: change the generated name of guard variables
2024-04-03 22:10:10 linux-kernel Re: [PATCH] rust: init: change the generated name of guard variables
2024-04-03 19:44:34 linux-kernel [PATCH] rust: init: change the generated name of guard variables
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