summaryrefslogtreecommitdiffstats
path: root/rust/kernel/alloc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-09-251-1/+32
|\
| * rust: avoid `box_uninit_write` featureMiguel Ojeda2024-09-041-2/+4
| * rust: kernel: add `drop_contents` to `BoxExt`Benno Lossin2024-08-221-1/+30
* | rust: alloc: eschew `Box<MaybeUninit<T>>::write`Jubilee Young2024-08-271-2/+4
|/
* 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
* | rust: avoid unused import warning in `rusttest`Miguel Ojeda2024-06-111-2/+5
|/
* rust: alloc: fix dangling pointer in VecExt<T>::reserve()Danilo Krummrich2024-05-081-2/+9
* rust: kernel: remove redundant importsMiguel Ojeda2024-05-053-4/+0
* rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho2024-04-162-4/+3
* rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho2024-04-161-15/+143
* rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho2024-04-162-1/+59
* rust: alloc: introduce allocation flagsWedson Almeida Filho2024-04-161-11/+6
* rust: alloc: introduce the `VecExt` traitWedson Almeida Filho2024-04-161-0/+48
* rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho2024-04-161-0/+88