summaryrefslogtreecommitdiffstats
path: root/rust (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2024-07-191-13/+6
|\
| * Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka2024-07-151-13/+6
| |\
| | * slab, rust: extend kmalloc() alignment guarantees to remove Rust paddingVlastimil Babka2024-07-031-13/+6
* | | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-1511-0/+969
|\ \ \ | |/ / |/| |
| * | rust: block: fix generated bindings after refactoring of featuresAndreas Hindborg2024-06-281-0/+2
| * | rust: block: do not use removed queue flag APIAndreas Hindborg2024-06-201-14/+3
| * | rust: block: do not use removed queue limit APIAndreas Hindborg2024-06-151-13/+7
| * | rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg2024-06-1411-0/+984
| |/
* / 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-261-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-091-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-1443-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