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
2023-11-01 18:04:35 linux-kernel [PATCH RFC 13/20] rust_binder: add BINDER_TYPE_FD support
2023-11-01 18:04:19 linux-kernel [PATCH RFC 12/20] rust_binder: add BINDER_TYPE_PTR support
2023-11-01 18:04:13 linux-kernel [PATCH RFC 02/20] rust_binder: add binderfs support to Rust binder
2023-11-01 18:04:13 linux-kernel [PATCH RFC 20/20] binder: delete the C implementation
2023-11-01 18:04:08 linux-kernel [PATCH RFC 08/20] rust_binder: add non-oneway transactions
2023-11-01 18:04:06 linux-kernel [PATCH RFC 19/20] rust_binder: add vma shrinker
2023-11-01 18:04:00 linux-kernel [PATCH RFC 18/20] rust_binder: add binder_logs/state
2023-11-01 18:03:54 linux-kernel [PATCH RFC 16/20] rust_binder: add TF_UPDATE_TXN support
2023-11-01 18:03:47 linux-kernel [PATCH RFC 07/20] rust_binder: add epoll support
2023-11-01 18:03:36 linux-kernel [PATCH RFC 10/20] rust_binder: add death notifications
2023-11-01 18:03:29 linux-kernel [PATCH RFC 09/20] rust_binder: serialize oneway transactions
2023-11-01 18:03:25 linux-kernel [PATCH RFC 01/20] rust_binder: define a Rust binder driver
2023-11-01 18:03:24 linux-kernel [PATCH RFC 00/20] Setting up Binder for the future
2023-11-01 18:03:23 linux-kernel [PATCH RFC 03/20] rust_binder: add threading support
2023-11-01 18:03:18 linux-kernel [PATCH RFC 06/20] rust_binder: add oneway transactions
2023-11-01 18:03:05 linux-kernel [PATCH RFC 05/20] rust_binder: add nodes and context managers
2023-11-01 18:02:56 linux-kernel [PATCH RFC 04/20] rust_binder: add work lists
2023-11-01 10:21:45 linux-kernel Re: [PATCH] rust: Ignore preserve-most functions
2023-10-30 13:59:08 linux-kernel Re: [RFC] rust: types: Add read_once and write_once
2023-10-25 13:31:14 linux-kernel Re: [PATCH v2] rust: macros: improve `#[vtable]` documentation
2023-10-12 13:43:57 linux-kernel Re: [PATCH] rust: macros: improve `#[vtable]` documentation
2023-10-09 10:02:54 linux-kernel Re: [PATCH] rust: macros: update 'paste!' macro to accept string literals
2023-10-06 09:40:26 linux-kernel [PATCH v4] rust: Respect HOSTCC when linking for host
2023-10-06 09:09:11 linux-kernel Re: [PATCH 3/3] rust: upgrade to Rust 1.73.0
2023-10-06 08:53:06 linux-kernel Re: [PATCH 2/3] rust: print: use explicit link in documentation
2023-10-06 08:52:18 linux-kernel Re: [PATCH 1/3] rust: task: remove redundant explicit link
2023-10-03 22:30:01 linux-kernel Re: [PATCH v4 7/7] rust: workqueue: add examples
2023-10-02 17:48:55 linux-kernel Re: [PATCH] rust: Use grep -Ev rather than relying on GNU grep
2023-10-02 17:19:45 linux-kernel Re: [PATCH v3] rust: Respect HOSTCC when linking for host
2023-10-02 15:45:43 linux-kernel Re: [PATCH] rust: Use grep -Ev rather than relying on GNU grep
2023-10-02 09:32:52 linux-kernel Re: [PATCH v2] rust: Use awk instead of recent xargs
2023-09-27 00:58:47 linux-kernel Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-26 15:00:41 linux-kernel Re: [PATCH v2] rust: Respect HOSTCC when linking for host
2023-09-26 11:30:30 linux-kernel Re: [PATCH v4 4/7] rust: workqueue: add helper for defining work_struct fields
2023-09-26 00:54:15 linux-kernel Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-25 17:48:19 linux-kernel Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-25 14:23:55 linux-kernel Re: [PATCH v2 1/2] rust: arc: rename `ArcInner` to `WithRef`
2023-09-25 13:00:25 linux-kernel Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-23 21:36:40 linux-kernel Re: [PATCH 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-23 15:11:25 linux-kernel Re: [PATCH] rust: remove ignores for `clippy::new_ret_no_self`
2023-09-23 04:06:31 linux-kernel Re: [PATCH v2] binder: fix memory leaks of spam and pending work
2023-09-23 01:33:12 linux-kernel Re: [PATCH 1/2] rust: arc: rename `ArcInner` to `WithRef`
2023-09-22 22:44:59 linux-kernel Re: [PATCH 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-20 23:06:00 linux-kernel Re: [PATCH] rust: error: Markdown style nit
2023-09-19 20:56:46 linux-kernel Re: [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust
2023-09-19 10:16:57 linux-kernel Re: [PATCH 1/2] MAINTAINERS: update Rust webpage
2023-08-28 11:15:28 linux-kernel [PATCH v4 5/7] rust: workqueue: implement `WorkItemPointer` for pointer types
2023-08-02 20:31:53 linux-kernel Re: [PATCH 1/1] rust: macros: fix redefine const_name in `vtable`
2023-08-01 12:35:35 linux-kernel Re: [PATCH v3 02/13] rust: init: make `#[pin_data]` compatible with conditional compilation of fields
2023-07-25 12:26:57 linux-kernel Re: [PATCH v2 09/12] rust: init: implement Zeroable for Opaque<T>
2023-07-20 16:09:10 linux-kernel [RFC PATCH v1 0/5] Various Rust bindings for files