summaryrefslogtreecommitdiffstats
path: root/rust/kernel/alloc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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