summaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-2/+2
|\
| * kbuild: unexport abs_srctree and abs_objtreeMasahiro Yamada2024-03-101-2/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-03-141-1/+5
|\ \
| * | arm64: rust: Enable Rust support for AArch64Jamie Cunliffe2024-02-091-0/+1
| * | rust: Refactor the build target to allow the use of builtin targetsJamie Cunliffe2024-02-091-1/+4
| |/
* | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-121-12/+12
|\ \
| * | rust: phy: use VTABLE_DEFAULT_ERRORFUJITA Tomonori2024-01-271-8/+8
| * | rust: phy: use `srctree`-relative linksFUJITA Tomonori2024-01-271-4/+4
| |/
* | Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2024-03-111-1/+5
|\ \
| * | workqueue: rust: sync with `WORK_CPU_UNBOUND` changeMiguel Ojeda2024-02-011-1/+5
| |/
* | rust: upgrade to Rust 1.76.0Miguel Ojeda2024-02-297-42/+123
* | kbuild: mark `rustc` (and others) invocations as recursiveMiguel Ojeda2024-02-291-24/+24
* | rust: add `container_of!` macroWedson Almeida Filho2024-02-251-0/+32
* | rust: str: implement `Display` and `Debug` for `BStr`Yutaro Ohno2024-02-251-7/+178
* | rust: module: place generated init_module() function in .init.textThomas Bertschinger2024-02-251-1/+6
* | rust: types: add `try_from_foreign()` methodObei Sideg2024-02-251-0/+19
* | rust: kernel: stop using ptr_metadata featureAlice Ryhl2024-02-182-10/+7