aboutsummaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2024-05-13Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 43-10032/+779
2024-05-08rust: alloc: fix dangling pointer in VecExt<T>::reserve()Gravatar Danilo Krummrich 1-2/+9
2024-05-05rust: kernel: remove redundant importsGravatar Miguel Ojeda 15-27/+5
2024-05-05rust: sync: implement `Default` for `LockClassKey`Gravatar Miguel Ojeda 1-0/+6
2024-05-05rust: remove unneeded `kernel::prelude` imports from doctestsGravatar Nell Shamrell-Harrington 2-6/+3
2024-05-05rust: update `dbg!()` to format column numberGravatar Raghav Narang 1-3/+4
2024-05-05rust: helpers: Fix grammar in commentGravatar Thorsten Blum 1-1/+1
2024-05-05rust: init: change the generated name of guard variablesGravatar Benno Lossin 1-14/+14
2024-05-05rust: sync: add `Arc::into_unique_or_drop`Gravatar Alice Ryhl 1-0/+62
2024-05-05rust: sync: add `ArcBorrow::from_raw`Gravatar Alice Ryhl 1-18/+58
2024-05-05rust: types: Make Opaque::get constGravatar Boqun Feng 1-1/+1
2024-04-25rust: remove `params` from `module` macro exampleGravatar Aswin Unnikrishnan 1-12/+0
2024-04-23kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICEGravatar Miguel Ojeda 1-1/+0
2024-04-23rust: kernel: require `Send` for `Module` implementationsGravatar Wedson Almeida Filho 1-1/+1
2024-04-23rust: phy: implement `Send` for `Registration`Gravatar Wedson Almeida Filho 1-0/+4
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureGravatar Wedson Almeida Filho 9-15/+14
2024-04-16rust: init: update `init` module to take allocation flagsGravatar Wedson Almeida Filho 6-41/+50
2024-04-16rust: sync: update `Arc` and `UniqueArc` to take allocation flagsGravatar Wedson Almeida Filho 2-16/+16
2024-04-16rust: alloc: update `VecExt` to take allocation flagsGravatar Wedson Almeida Filho 5-31/+149
2024-04-16rust: alloc: introduce the `BoxExt` traitGravatar Wedson Almeida Filho 6-9/+70
2024-04-16rust: alloc: introduce allocation flagsGravatar Wedson Almeida Filho 4-12/+71
2024-04-16rust: alloc: remove our fork of the `alloc` crateGravatar Wedson Almeida Filho 15-9885/+0
2024-04-16kbuild: use the upstream `alloc` crateGravatar Wedson Almeida Filho 2-13/+4
2024-04-16rust: alloc: introduce the `VecExt` traitGravatar Wedson Almeida Filho 4-0/+52
2024-04-16rust: kernel: move `allocator` module under `alloc`Gravatar Wedson Almeida Filho 3-3/+8
2024-04-16rust: macros: fix soundness issue in `module!` macroGravatar Benno Lossin 1-75/+115
2024-04-07rust: workqueue: add `#[pin_data]` to `Work`Gravatar Benno Lossin 1-15/+18
2024-04-07rust: macros: allow generic parameter default values in `#[pin_data]`Gravatar Benno Lossin 3-3/+20
2024-04-07rust: macros: add `decl_generics` to `parse_generics()`Gravatar Benno Lossin 3-30/+95
2024-04-04rust: init: remove impl Zeroable for InfallibleGravatar Laine Taffin Altman 1-2/+9
2024-04-02rust: str: add {make,to}_{upper,lower}case() to CStringGravatar Danilo Krummrich 1-1/+86
2024-03-29rust: upgrade to Rust 1.77.1Gravatar Miguel Ojeda 8-87/+157
2024-03-29rust: add `Module::as_ptr`Gravatar Alice Ryhl 1-0/+7
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+2
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+5
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-12/+12
2024-03-11Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+5
2024-03-10kbuild: unexport abs_srctree and abs_objtreeGravatar Masahiro Yamada 1-2/+2
2024-02-29rust: upgrade to Rust 1.76.0Gravatar Miguel Ojeda 7-42/+123
2024-02-29kbuild: mark `rustc` (and others) invocations as recursiveGravatar Miguel Ojeda 1-24/+24
2024-02-25rust: add `container_of!` macroGravatar Wedson Almeida Filho 1-0/+32
2024-02-25rust: str: implement `Display` and `Debug` for `BStr`Gravatar Yutaro Ohno 1-7/+178
2024-02-25rust: module: place generated init_module() function in .init.textGravatar Thomas Bertschinger 1-1/+6
2024-02-25rust: types: add `try_from_foreign()` methodGravatar Obei Sideg 1-0/+19
2024-02-18rust: kernel: stop using ptr_metadata featureGravatar Alice Ryhl 2-10/+7
2024-02-18rust: kernel: add reexports for macrosGravatar Alice Ryhl 6-17/+18
2024-02-18rust: locked_by: shorten doclink previewGravatar Valentin Obst 1-2/+5
2024-02-18rust: kernel: remove unneeded doclink targetsGravatar Valentin Obst 1-10/+0
2024-02-18rust: kernel: add doclinksGravatar Valentin Obst 3-24/+40
2024-02-18rust: kernel: add blank lines in front of code blocksGravatar Valentin Obst 1-0/+3