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-12-06 10:10:01 linux-kernel [PATCH 0/2] Additional CondVar methods needed by Rust Binder
2023-12-05 18:16:51 linux-kernel Re: [PATCH 6/7] rust: file: add `DeferredFdCloser`
2023-12-05 14:44:11 linux-kernel Re: [PATCH 6/7] rust: file: add `DeferredFdCloser`
2023-12-04 15:43:15 linux-kernel Re: [PATCH 2/7] rust: cred: add Rust abstraction for `struct cred`
2023-12-04 14:47:55 linux-kernel Re: [PATCH v2 27/28] binder: reverse locking order in shrinker callback
2023-12-04 14:44:17 linux-kernel Re: [PATCH v2 23/28] binder: document the final page calculation
2023-12-04 14:34:36 linux-kernel Re: [PATCH v2 11/28] binder: do unlocked work in binder_alloc_new_buf()
2023-12-04 11:59:51 linux-kernel [PATCH v2 27/28] binder: reverse locking order in shrinker callback
2023-12-04 11:59:35 linux-kernel [PATCH v2 26/28] binder: avoid user addresses in debug logs
2023-12-04 11:59:13 linux-kernel [PATCH v2 25/28] binder: refactor binder_delete_free_buffer()
2023-12-04 11:58:59 linux-kernel [PATCH v2 24/28] binder: collapse print_binder_buffer() into caller
2023-12-04 11:58:43 linux-kernel Re: [PATCH v2 23/28] binder: document the final page calculation
2023-12-04 11:58:33 linux-kernel [PATCH v2 22/28] binder: rename lru shrinker utilities
2023-12-04 11:58:12 linux-kernel Re: [PATCH v2 21/28] binder: make oversized buffer code more readable
2023-12-04 11:58:00 linux-kernel Re: [PATCH v2 19/28] binder: perform page installation outside of locks
2023-12-04 11:57:55 linux-kernel Re: [PATCH v2 20/28] binder: remove redundant debug log
2023-12-04 11:57:36 linux-kernel Re: [PATCH v2 09/28] binder: keep vma addresses type as unsigned long
2023-12-04 11:57:34 linux-kernel Re: [PATCH v2 17/28] binder: malloc new_buffer outside of locks
2023-12-04 11:57:27 linux-kernel Re: [PATCH v2 11/28] binder: do unlocked work in binder_alloc_new_buf()
2023-12-04 11:57:23 linux-kernel Re: [PATCH v2 05/28] binder: fix unused alloc->free_async_space
2023-12-01 12:27:57 linux-kernel RE: [PATCH 1/7] rust: file: add Rust abstraction for `struct file`
2023-12-01 11:51:11 linux-kernel Re: [PATCH 7/7] rust: file: add abstraction for `poll_table`
2023-12-01 11:36:02 linux-kernel Re: [PATCH 6/7] rust: file: add `DeferredFdCloser`
2023-12-01 11:32:15 linux-kernel Re: [PATCH 4/7] rust: file: add `FileDescriptorReservation`
2023-12-01 10:49:14 linux-kernel Re: [PATCH 3/7] rust: security: add abstraction for secctx
2023-12-01 09:06:56 linux-kernel Re: [PATCH 2/7] rust: cred: add Rust abstraction for `struct cred`
2023-11-30 12:10:37 linux-kernel Re: [PATCH 1/7] rust: file: add Rust abstraction for `struct file`
2023-11-30 11:55:28 linux-kernel Re: [PATCH 4/7] rust: file: add `FileDescriptorReservation`
2023-11-30 09:36:35 linux-kernel Re: [PATCH 5/7] rust: file: add `Kuid` wrapper
2023-11-30 09:23:39 linux-kernel Re: [PATCH 4/7] rust: file: add `FileDescriptorReservation`
2023-11-30 09:18:16 linux-kernel Re: [PATCH 4/7] rust: file: add `FileDescriptorReservation`
2023-11-29 21:28:11 linux-kernel Re: [PATCH 1/7] rust: file: add Rust abstraction for `struct file`
2023-11-29 17:14:51 linux-kernel Re: [PATCH 4/7] rust: file: add `FileDescriptorReservation`
2023-11-29 16:56:21 linux-kernel Re: [PATCH 4/7] rust: file: add `FileDescriptorReservation`
2023-11-29 16:43:07 linux-kernel Re: [PATCH 1/7] rust: file: add Rust abstraction for `struct file`
2023-11-29 13:13:16 linux-kernel [PATCH 7/7] rust: file: add abstraction for `poll_table`
2023-11-29 13:13:00 linux-kernel [PATCH 6/7] rust: file: add `DeferredFdCloser`
2023-11-29 13:12:42 linux-kernel [PATCH 5/7] rust: file: add `Kuid` wrapper
2023-11-29 13:12:24 linux-kernel [PATCH 4/7] rust: file: add `FileDescriptorReservation`
2023-11-29 13:11:55 linux-kernel [PATCH 3/7] rust: security: add abstraction for secctx
2023-11-29 12:52:02 linux-kernel [PATCH 2/7] rust: cred: add Rust abstraction for `struct cred`
2023-11-29 12:51:51 linux-kernel [PATCH 0/7] File abstractions needed by Rust Binder
2023-11-29 12:51:44 linux-kernel [PATCH 1/7] rust: file: add Rust abstraction for `struct file`
2023-11-27 14:08:08 linux-kernel Re: [PATCH v2] rust: macros: update 'paste!' macro to accept string literals
2023-11-27 14:04:30 linux-kernel Re: [PATCH] rust: Suppress searching builtin sysroot
2023-11-02 13:34:22 linux-kernel Re: [PATCH RFC 00/20] Setting up Binder for the future
2023-11-02 10:28:21 linux-kernel Re: [PATCH RFC 01/20] rust_binder: define a Rust binder driver
2023-11-01 18:06:16 linux-kernel [PATCH RFC 15/20] rust_binder: add process freezing
2023-11-01 18:05:29 linux-kernel [PATCH RFC 17/20] rust_binder: add oneway spam detection
2023-11-01 18:05:20 linux-kernel [PATCH RFC 14/20] rust_binder: add BINDER_TYPE_FDA support
2023-11-01 18:04:51 linux-kernel [PATCH RFC 11/20] rust_binder: send nodes in transactions