Alice Ryhl ([email protected])

Number of posts: 574 (1.41 per day)
First post: 2023-05-02 12:46:06
Last post: 2024-06-14 09:00:47

Date List Subject
2024-06-14 09:00:47 linux-kernel Re: [PATCH] Makefile: rust-analyzer target: better error handling and comments
2024-06-11 08:53:56 linux-kernel Re: [PATCH v7 4/4] rust: add abstraction for `struct page`
2024-06-10 14:29:05 linux-kernel [PATCH v2 2/2] rust: add tracepoint support
2024-06-10 14:14:20 linux-kernel [PATCH v2 1/2] rust: add static_key_false
2024-06-10 14:03:17 linux-kernel [PATCH v2 0/2] Tracepoints and static branch in Rust
2024-06-10 08:30:36 linux-kernel Re: [RFC PATCH V2 2/8] rust: Extend OPP bindings for the OPP table
2024-06-07 11:31:57 linux-kernel Re: [RFC PATCH V2 1/8] rust: Add initial bindings for OPP framework
2024-06-07 11:09:16 linux-kernel Re: [PATCH 1/3] rust: add static_call support
2024-06-07 10:52:16 linux-kernel Re: [RFC PATCH V2 1/8] rust: Add initial bindings for OPP framework
2024-06-07 09:43:47 linux-kernel Re: [PATCH 1/3] rust: add static_call support
2024-06-07 08:23:55 linux-kernel [PATCH] rust: alloc: add __GFP_HIGHMEM flag
2024-06-06 16:24:00 linux-kernel Re: [PATCH 2/3] rust: add static_key_false
2024-06-06 16:22:35 linux-kernel Re: [PATCH 3/3] rust: add tracepoint support
2024-06-06 15:47:33 linux-kernel Re: [PATCH 0/3] Tracepoints and static branch/call in Rust
2024-06-06 15:29:13 linux-kernel [PATCH 1/3] rust: add static_call support
2024-06-06 15:19:47 linux-kernel [PATCH 3/3] rust: add tracepoint support
2024-06-06 15:19:33 linux-kernel [PATCH 2/3] rust: add static_key_false
2024-06-06 15:18:58 linux-kernel [PATCH 0/3] Tracepoints and static branch/call in Rust
2024-06-04 14:57:58 linux-kernel Re: [PATCH v2] rust: add flags for shadow call stack sanitizer
2024-06-03 17:53:13 linux-kernel Re: [PATCH v4 4/6] rust: rbtree: add mutable iterator
2024-06-03 09:07:40 linux-kernel Re: [PATCH v4 2/3] rust: block: add rnull, Rust null_blk implementation
2024-05-29 13:03:27 linux-kernel Re: [PATCH v6 3/8] rust: file: add Rust abstraction for `struct file`
2024-05-29 08:49:01 linux-kernel [PATCH] rust: alloc: fix typo in docs for GFP_NOWAIT
2024-05-28 20:29:33 linux-kernel Re: [PATCH v6 3/8] rust: file: add Rust abstraction for `struct file`
2024-05-28 14:59:41 linux-kernel [PATCH v7 4/4] rust: add abstraction for `struct page`
2024-05-28 14:59:26 linux-kernel [PATCH v7 3/4] rust: uaccess: add typed accessors for userspace pointers
2024-05-28 14:58:59 linux-kernel [PATCH v7 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
2024-05-28 14:58:47 linux-kernel [PATCH v7 1/4] rust: uaccess: add userspace pointers
2024-05-28 14:58:38 linux-kernel [PATCH v7 0/4] Memory management patches needed by Rust Binder
2024-05-27 16:52:55 linux-kernel Re: [PATCH v6 3/8] rust: file: add Rust abstraction for `struct file`
2024-05-27 16:46:36 linux-kernel Re: [PATCH v6 3/8] rust: file: add Rust abstraction for `struct file`
2024-05-27 11:42:28 linux-kernel Re: [PATCH v2 3/9] rust: list: add struct with prev/next pointers
2024-05-22 12:43:13 linux-kernel Re: [PATCH] rust: kernel: make impl_has_work compatible with more complex generics
2024-05-20 09:44:35 linux-kernel Re: [PATCH 3/3] kbuild: rust: support `W=e` for Rust
2024-05-20 09:41:30 linux-kernel Re: [PATCH 1/3] kbuild: rust: move `-Dwarnings` handling to `Makefile.extrawarn`
2024-05-20 09:40:42 linux-kernel Re: [PATCH] rust: avoid unused import warning in `rusttest`
2024-05-17 09:33:57 linux-kernel [PATCH v6 8/8] rust: file: add abstraction for `poll_table`
2024-05-17 09:33:41 linux-kernel [PATCH v6 7/8] rust: file: add `Kuid` wrapper
2024-05-17 09:33:20 linux-kernel [PATCH v6 6/8] rust: file: add `FileDescriptorReservation`
2024-05-17 09:33:03 linux-kernel [PATCH v6 5/8] rust: security: add abstraction for secctx
2024-05-17 09:32:42 linux-kernel [PATCH v6 4/8] rust: cred: add Rust abstraction for `struct cred`
2024-05-17 09:32:35 linux-kernel [PATCH v6 3/8] rust: file: add Rust abstraction for `struct file`
2024-05-17 09:32:32 linux-kernel [PATCH v6 0/8] File abstractions needed by Rust Binder
2024-05-17 09:32:07 linux-kernel [PATCH v6 2/8] rust: task: add `Task::current_raw`
2024-05-17 09:31:50 linux-kernel [PATCH v6 1/8] rust: types: add `NotThreadSafe`
2024-05-17 08:38:03 linux-kernel Re: [RFC PATCH v3 18/22] rust: add improved version of `ForeignOwnable::borrow_mut`
2024-05-16 14:11:17 linux-kernel Re: [PATCH v3] binder: use bitmap for faster descriptor lookup
2024-05-15 21:42:37 linux-kernel Re: [PATCH v2] binder: use bitmap for faster descriptor lookup
2024-05-15 15:30:11 linux-kernel Re: [PATCH v2] binder: use bitmap for faster descriptor lookup
2024-05-15 09:48:45 linux-kernel Re: [PATCH 2/2] rust: init: add re-initialization functions
2024-05-06 10:03:00 linux-kernel [PATCH v2 0/9] Add Rust linked list for reference counted values