summaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Expand)AuthorAgeFilesLines
* rust: alloc: add __GFP_HIGHMEM flagAlice Ryhl2024-07-082-0/+9
* rust: alloc: fix typo in docs for GFP_NOWAITAlice Ryhl2024-07-081-1/+1
* kbuild: rust: remove now-unneeded `rusttest` custom sysroot handlingMiguel Ojeda2024-07-081-62/+8
* rust: kernel: make impl_has_work compatible with more genericsRoland Xu2024-07-081-7/+9
* rust: add 'firmware' field support to module! macroFUJITA Tomonori2024-07-082-2/+48
* rust: fix datatype in docs for `module` macro argumentsAswin Unnikrishnan2024-07-081-5/+5
* rust: add example for `alias` argument in `module` macro documentationAswin Unnikrishnan2024-07-081-0/+1
* rust: avoid unused import warning in `rusttest`Miguel Ojeda2024-06-111-2/+5
* Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-05-221-1/+1
|\
| * LoongArch: rust: Switch to use built-in rustc targetWANG Rui2024-05-141-1/+1
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-0/+8
|\ \
| * | rust: add a rust helper for krealloc()Kent Overstreet2024-04-251-0/+8
* | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-2/+2
|\ \ \
| * | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-3/+3
| |/ /
* | | Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-141-0/+63
|\ \ \
| * | | rust: time: doc: Add missing C header linksBoqun Feng2024-05-011-0/+3
| * | | rust: time: Add KtimeAlice Ryhl2024-04-111-0/+60
| |/ /
* | | Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-05-1343-10032/+779
|\ \ \ | |_|/ |/| |
| * | rust: alloc: fix dangling pointer in VecExt<T>::reserve()Danilo Krummrich2024-05-081-2/+9
| * | rust: kernel: remove redundant importsMiguel Ojeda2024-05-0515-27/+5
| * | rust: sync: implement `Default` for `LockClassKey`Miguel Ojeda2024-05-051-0/+6
| * | rust: remove unneeded `kernel::prelude` imports from doctestsNell Shamrell-Harrington2024-05-052-6/+3
| * | rust: update `dbg!()` to format column numberRaghav Narang2024-05-051-3/+4
| * | rust: helpers: Fix grammar in commentThorsten Blum2024-05-051-1/+1
| * | rust: init: change the generated name of guard variablesBenno Lossin2024-05-051-14/+14
| * | rust: sync: add `Arc::into_unique_or_drop`Alice Ryhl2024-05-051-0/+62
| * | rust: sync: add `ArcBorrow::from_raw`Alice Ryhl2024-05-051-18/+58
| * | rust: types: Make Opaque::get constBoqun Feng2024-05-051-1/+1
| * | rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho2024-04-169-15/+14
| * | rust: init: update `init` module to take allocation flagsWedson Almeida Filho2024-04-166-41/+50
| * | rust: sync: update `Arc` and `UniqueArc` to take allocation flagsWedson Almeida Filho2024-04-162-16/+16
| * | rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho2024-04-165-31/+149
| * | rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho2024-04-166-9/+70
| * | rust: alloc: introduce allocation flagsWedson Almeida Filho2024-04-164-12/+71
| * | rust: alloc: remove our fork of the `alloc` crateWedson Almeida Filho2024-04-1615-9885/+0
| * | kbuild: use the upstream `alloc` crateWedson Almeida Filho2024-04-162-13/+4
| * | rust: alloc: introduce the `VecExt` traitWedson Almeida Filho2024-04-164-0/+52
| * | rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho2024-04-163-3/+8
| * | rust: workqueue: add `#[pin_data]` to `Work`Benno Lossin2024-04-071-15/+18
| * | rust: macros: allow generic parameter default values in `#[pin_data]`Benno Lossin2024-04-073-3/+20
| * | rust: macros: add `decl_generics` to `parse_generics()`Benno Lossin2024-04-073-30/+95
| * | rust: str: add {make,to}_{upper,lower}case() to CStringDanilo Krummrich2024-04-021-1/+86
| * | rust: upgrade to Rust 1.77.1Miguel Ojeda2024-03-298-87/+157
| * | rust: add `Module::as_ptr`Alice Ryhl2024-03-291-0/+7
| |/
* | rust: remove `params` from `module` macro exampleAswin Unnikrishnan2024-04-251-12/+0
* | kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICEMiguel Ojeda2024-04-231-1/+0
* | rust: kernel: require `Send` for `Module` implementationsWedson Almeida Filho2024-04-231-1/+1
* | rust: phy: implement `Send` for `Registration`Wedson Almeida Filho2024-04-231-0/+4
* | rust: macros: fix soundness issue in `module!` macroBenno Lossin2024-04-161-75/+115
* | rust: init: remove impl Zeroable for InfallibleLaine Taffin Altman2024-04-041-2/+9
|/