summaryrefslogtreecommitdiff
path: root/rust/helpers.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-0/+34
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2024-07-08rust: add abstraction for `struct page`Alice Ryhl1-0/+20
2024-07-08rust: uaccess: add userspace pointersWedson Almeida Filho1-0/+14
2024-06-18rust: add abstraction for struct deviceDanilo Krummrich1-0/+1
2024-06-14rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg1-0/+16
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+8
2024-05-05rust: helpers: Fix grammar in commentThorsten Blum1-1/+1
2024-04-25rust: add a rust helper for krealloc()Kent Overstreet1-0/+8
2023-09-25rust: workqueue: add helper for defining work_struct fieldsAlice Ryhl1-0/+13
2023-08-29Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-10/+11
2023-08-15rust: bindgen: upgrade to 0.65.1Aakash Sen Sharma1-8/+7
2023-08-07rust: helpers: sort includes alphabetically in rust/helpers.cAriel Miculas1-2/+4
2023-07-19rust: support running Rust documentation tests as KUnit onesMiguel Ojeda1-0/+7
2023-06-13rust: error: `impl Debug` for `Error` with `errname()` integrationGary Guo1-0/+7
2023-04-22rust: sync: introduce `CondVar`Wedson Almeida Filho1-0/+7
2023-04-22rust: introduce `current`Wedson Almeida Filho1-0/+6
2023-04-22rust: add basic `Task`Wedson Almeida Filho1-0/+19
2023-04-22rust: lock: introduce `SpinLock`Wedson Almeida Filho1-0/+24
2023-04-22rust: lock: introduce `Mutex`Wedson Almeida Filho1-0/+7
2023-04-12rust: error: Add a helper to convert a C ERR_PTR to a `Result`Sven Van Asbroeck1-0/+12
2023-04-12rust: error: Add Error::to_ptr()Asahi Lina1-0/+7
2023-01-16rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho1-0/+19
2022-09-28rust: add C helpersMiguel Ojeda1-0/+51