Age | Commit message (Expand) | Author | Files | Lines |
2023-09-25 | rust: workqueue: add helper for defining work_struct fields | Alice Ryhl | 1 | -0/+13 |
2023-08-29 | Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -10/+11 |
2023-08-15 | rust: bindgen: upgrade to 0.65.1 | Aakash Sen Sharma | 1 | -8/+7 |
2023-08-07 | rust: helpers: sort includes alphabetically in rust/helpers.c | Ariel Miculas | 1 | -2/+4 |
2023-07-19 | rust: support running Rust documentation tests as KUnit ones | Miguel Ojeda | 1 | -0/+7 |
2023-06-13 | rust: error: `impl Debug` for `Error` with `errname()` integration | Gary Guo | 1 | -0/+7 |
2023-04-22 | rust: sync: introduce `CondVar` | Wedson Almeida Filho | 1 | -0/+7 |
2023-04-22 | rust: introduce `current` | Wedson Almeida Filho | 1 | -0/+6 |
2023-04-22 | rust: add basic `Task` | Wedson Almeida Filho | 1 | -0/+19 |
2023-04-22 | rust: lock: introduce `SpinLock` | Wedson Almeida Filho | 1 | -0/+24 |
2023-04-22 | rust: lock: introduce `Mutex` | Wedson Almeida Filho | 1 | -0/+7 |
2023-04-12 | rust: error: Add a helper to convert a C ERR_PTR to a `Result` | Sven Van Asbroeck | 1 | -0/+12 |
2023-04-12 | rust: error: Add Error::to_ptr() | Asahi Lina | 1 | -0/+7 |
2023-01-16 | rust: sync: add `Arc` for ref-counted allocations | Wedson Almeida Filho | 1 | -0/+19 |
2022-09-28 | rust: add C helpers | Miguel Ojeda | 1 | -0/+51 |