Show patches with: Submitter = Alice Ryhl       |    State = Action Required       |   141 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,5/9] rust: workqueue: define built-in queues rust: workqueue: add bindings for the workqueue - 4 - --- 2023-07-11 Alice Ryhl New
[v3,4/9] rust: workqueue: add low-level workqueue bindings rust: workqueue: add bindings for the workqueue - 4 - --- 2023-07-11 Alice Ryhl New
[3/9] workqueue: introduce `__INIT_WORK_WITH_KEY` rust: workqueue: add bindings for the workqueue 1 1 - --- 2023-07-11 Alice Ryhl New
[v3,2/9] rust: sync: add `Arc::{from_raw, into_raw}` rust: workqueue: add bindings for the workqueue - 3 - --- 2023-07-11 Alice Ryhl New
[v3,1/9] rust: add offset_of! macro rust: workqueue: add bindings for the workqueue - 3 - --- 2023-07-11 Alice Ryhl New
[v1] rust: add improved version of `ForeignOwnable::borrow_mut` [v1] rust: add improved version of `ForeignOwnable::borrow_mut` - 3 - --- 2023-07-10 Alice Ryhl New
rust: delete `ForeignOwnable::borrow_mut` rust: delete `ForeignOwnable::borrow_mut` - 3 - --- 2023-07-06 Alice Ryhl New
rust: make `UnsafeCell` the outer type in `Opaque` rust: make `UnsafeCell` the outer type in `Opaque` - 3 - --- 2023-06-14 Alice Ryhl New
[v2,8/8] rust: workqueue: add examples rust: workqueue: add bindings for the workqueue - 5 - --- 2023-06-01 Alice Ryhl New
[v2,7/8] rust: workqueue: add `try_spawn` helper method rust: workqueue: add bindings for the workqueue - 3 - --- 2023-06-01 Alice Ryhl New
[v2,6/8] rust: workqueue: implement `WorkItemPointer` for pointer types rust: workqueue: add bindings for the workqueue - 3 - --- 2023-06-01 Alice Ryhl New
[v2,5/8] rust: workqueue: add helper for defining work_struct fields rust: workqueue: add bindings for the workqueue - 3 - --- 2023-06-01 Alice Ryhl New
[v2,4/8] rust: workqueue: define built-in queues rust: workqueue: add bindings for the workqueue - 4 - --- 2023-06-01 Alice Ryhl New
[v2,3/8] rust: sync: add `Arc::{from_raw, into_raw}` rust: workqueue: add bindings for the workqueue - 3 - --- 2023-06-01 Alice Ryhl New
[v2,2/8] rust: add offset_of! macro rust: workqueue: add bindings for the workqueue - 3 - --- 2023-06-01 Alice Ryhl New
[v2,1/8] rust: workqueue: add low-level workqueue bindings rust: workqueue: add bindings for the workqueue - 3 - --- 2023-06-01 Alice Ryhl New
[v1] rust: error: integrate Rust error type with `errname` [v1] rust: error: integrate Rust error type with `errname` - 1 - --- 2023-05-31 Alice Ryhl New
[v3,4/4] rust: task: add `Send` marker to `Task` Update thread safety markers - 4 - --- 2023-05-31 Alice Ryhl New
[v3,3/4] rust: specify when `ARef` is thread safe Update thread safety markers - 4 - --- 2023-05-31 Alice Ryhl New
[v3,2/4] rust: sync: reword the `Arc` safety comment for `Sync` Update thread safety markers - 4 - --- 2023-05-31 Alice Ryhl New
[v3,1/4] rust: sync: reword the `Arc` safety comment for `Send` Update thread safety markers - 5 - --- 2023-05-31 Alice Ryhl New
[v2,4/4] rust: task: add `Send` marker to `Task` Update thread safety markers - 4 - --- 2023-05-23 Alice Ryhl New
[v2,3/4] rust: specify when `ARef` is thread safe Update thread safety markers - 4 - --- 2023-05-23 Alice Ryhl New
[v2,2/4] rust: sync: reword the `Arc` safety comment for `Sync` Update thread safety markers - 4 - --- 2023-05-23 Alice Ryhl New
[v2,1/4] rust: sync: reword the `Arc` safety comment for `Send` Update thread safety markers - 5 - --- 2023-05-23 Alice Ryhl New
[v1,7/7] rust: workqueue: add `try_spawn` helper method Bindings for the workqueue - 1 - --- 2023-05-17 Alice Ryhl New
[v1,6/7] rust: workqueue: add safe API to workqueue Bindings for the workqueue - - - --- 2023-05-17 Alice Ryhl New
[v1,5/7] rust: workqueue: add helper for defining work_struct fields Bindings for the workqueue - 1 - --- 2023-05-17 Alice Ryhl New
[v1,4/7] rust: workqueue: define built-in queues Bindings for the workqueue - 1 - --- 2023-05-17 Alice Ryhl New
[v1,3/7] rust: sync: add `Arc::{from_raw, into_raw}` Bindings for the workqueue - 1 - --- 2023-05-17 Alice Ryhl New
[v1,2/7] rust: add offset_of! macro Bindings for the workqueue - 1 - --- 2023-05-17 Alice Ryhl New
[v1,1/7] rust: workqueue: add low-level workqueue bindings Bindings for the workqueue - 1 - --- 2023-05-17 Alice Ryhl New
[v1,2/2] rust: sync: implement `AsRef<T>` for `Arc<T>` [v1,1/2] rust: sync: add `Arc::ptr_eq` - 4 - --- 2023-05-17 Alice Ryhl New
[v1,1/2] rust: sync: add `Arc::ptr_eq` [v1,1/2] rust: sync: add `Arc::ptr_eq` - 4 - --- 2023-05-17 Alice Ryhl New
[v1,2/2] rust: task: add `Send` marker to `Task` [v1,1/2] rust: specify when `ARef` is thread safe - - - --- 2023-05-17 Alice Ryhl New
[v1,1/2] rust: specify when `ARef` is thread safe [v1,1/2] rust: specify when `ARef` is thread safe - - - --- 2023-05-17 Alice Ryhl New
[v2] rust: error: add missing error codes [v2] rust: error: add missing error codes - 1 - --- 2023-05-04 Alice Ryhl New
[v2] rust: str: add conversion from `CStr` to `CString` [v2] rust: str: add conversion from `CStr` to `CString` - 3 - --- 2023-05-03 Alice Ryhl New
[v1] rust: error: add ERESTARTSYS error code [v1] rust: error: add ERESTARTSYS error code - - - --- 2023-05-03 Alice Ryhl New
rust: str: add conversion from `CStr` to `CString` rust: str: add conversion from `CStr` to `CString` - 2 - --- 2023-05-02 Alice Ryhl New
rust: error: allow specifying error type on `Result` rust: error: allow specifying error type on `Result` - 4 - --- 2023-05-02 Alice Ryhl New
« 1 2 »