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