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
Date
List
Subject
2023-06-11 16:12:05
linux-kernel
Re: [PATCH v2 6/8] rust: workqueue: implement `WorkItemPointer` for pointer types
2023-06-11 16:07:06
linux-kernel
Re: [PATCH v2 2/8] rust: add offset_of! macro
2023-06-11 15:59:54
linux-kernel
Re: [PATCH v2 3/8] rust: sync: add `Arc::{from_raw, into_raw}`
2023-06-11 15:52:31
linux-kernel
Re: [PATCH v2 4/8] rust: workqueue: define built-in queues
2023-06-11 15:51:49
linux-kernel
Re: [PATCH v2 1/8] rust: workqueue: add low-level workqueue bindings
2023-05-25 14:36:04
linux-kernel
Re: [PATCH v1 2/2] rust: sync: implement `AsRef<T>` for `Arc<T>`
2023-05-25 14:27:37
linux-kernel
Re: [PATCH v1 1/2] rust: sync: add `Arc::ptr_eq`
2023-05-25 14:20:08
linux-kernel
Re: [PATCH v2 4/4] rust: task: add `Send` marker to `Task`
2023-05-25 14:16:05
linux-kernel
Re: [PATCH v2 3/4] rust: specify when `ARef` is thread safe
2023-05-25 13:57:59
linux-kernel
Re: [PATCH v2 2/4] rust: sync: reword the `Arc` safety comment for `Sync`
2023-05-25 13:50:54
linux-kernel
Re: [PATCH v2 1/4] rust: sync: reword the `Arc` safety comment for `Send`
2023-05-24 15:06:07
linux-kernel
Re: [PATCH v1 7/7] rust: workqueue: add `try_spawn` helper method
2023-05-24 15:04:01
linux-kernel
Re: [PATCH v1 5/7] rust: workqueue: add helper for defining work_struct fields
2023-05-24 14:54:21
linux-kernel
Re: [PATCH v1 6/7] rust: workqueue: add safe API to workqueue
2023-05-08 13:04:11
linux-kernel
Re: [RFC PATCH 04/11] rust: block: introduce `kernel::block::bio` module
2023-05-08 12:47:25
linux-kernel
Re: [RFC PATCH 03/11] rust: block: introduce `kernel::block::mq` module
2023-05-03 12:43:13
linux-kernel
Re: [RFC PATCH 02/11] rust: add `pages` module for handling page allocation
2023-05-03 12:33:21
linux-kernel
Re: [RFC PATCH 02/11] rust: add `pages` module for handling page allocation
2023-05-03 11:01:35
linux-kernel
Re: [RFC PATCH 01/11] rust: add radix tree abstraction
2023-05-03 11:01:05
linux-kernel
Re: [PATCH] rust: bindings: fix sorting of rust/bindings/bindings_helper.h's #includes
2023-05-02 18:10:16
linux-kernel
Re: [PATCH] rust: error: allow specifying error type on `Result`
2023-05-02 18:08:31
linux-kernel
Re: [PATCH] rust: str: add conversion from `CStr` to `CString`
2023-04-24 08:29:35
linux-kernel
[PATCH 3/4] rust: macros: replace Self with the concrete type in #[pin_data]
2023-04-24 08:27:55
linux-kernel
[PATCH 4/4] rust: init: update macro expansion example in docs
2023-04-24 08:25:45
linux-kernel
[PATCH 1/4] rust: macros: fix usage of `#[allow]` in `quote!`
2023-04-24 08:14:11
linux-kernel
[PATCH 2/4] rust: macros: refactor generics parsing of `#[pin_data]` into its own function
2023-04-19 12:32:14
linux-kernel
Re: [PATCH] .gitattributes: set diff driver for Rust source code files
2023-04-19 08:31:37
linux-kernel
Re: [PATCH 2/3] rust: arc: fix intra-doc link in `Arc<T>::init`
2023-04-19 08:08:37
linux-kernel
Re: [PATCH 1/3] rust: alloc: clarify what is the upstream version
2023-04-14 09:53:30
linux-kernel
Re: [PATCH v4 08/13] rust: introduce `ARef`
2023-04-13 22:31:27
linux-kernel
Re: [PATCH v4 08/13] rust: introduce `ARef`
2023-04-13 10:10:41
linux-kernel
[PATCH] rust: init: broaden the blanket impl of `Init`
2023-04-13 09:46:30
linux-kernel
Re: [PATCH v4 13/13] rust: sync: introduce `LockedBy`
2023-04-13 09:19:54
linux-kernel
Re: [PATCH v4 08/13] rust: introduce `ARef`
2023-04-13 09:06:23
linux-kernel
Re: [PATCH v4 03/13] rust: lock: introduce `Mutex`
2023-04-13 08:53:50
linux-kernel
Re: [PATCH v4 02/13] rust: sync: introduce `Lock` and `Guard`
2023-04-13 08:07:55
linux-kernel
Re: [PATCH v4 01/13] rust: sync: introduce `LockClassKey`