aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel/alloc
AgeCommit message (Expand)AuthorFilesLines
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka1-13/+6
2024-07-03slab, rust: extend kmalloc() alignment guarantees to remove Rust paddingVlastimil Babka1-13/+6
2024-06-11rust: avoid unused import warning in `rusttest`Miguel Ojeda1-2/+5
2024-05-08rust: alloc: fix dangling pointer in VecExt<T>::reserve()Danilo Krummrich1-2/+9
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda3-4/+0
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho2-4/+3
2024-04-16rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho1-15/+143
2024-04-16rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho2-1/+59
2024-04-16rust: alloc: introduce allocation flagsWedson Almeida Filho1-11/+6
2024-04-16rust: alloc: introduce the `VecExt` traitWedson Almeida Filho1-0/+48
2024-04-16rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho1-0/+88