summaryrefslogtreecommitdiff
path: root/rust/kernel/alloc
AgeCommit message (Expand)Author
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-09-04rust: avoid `box_uninit_write` featureMiguel Ojeda
2024-08-27rust: alloc: eschew `Box<MaybeUninit<T>>::write`Jubilee Young
2024-08-22rust: kernel: add `drop_contents` to `BoxExt`Benno Lossin
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka
2024-07-03slab, rust: extend kmalloc() alignment guarantees to remove Rust paddingVlastimil Babka
2024-06-11rust: avoid unused import warning in `rusttest`rust-fixes-6.10Miguel Ojeda
2024-05-08rust: alloc: fix dangling pointer in VecExt<T>::reserve()rust-6.10Danilo Krummrich
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho
2024-04-16rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho
2024-04-16rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho
2024-04-16rust: alloc: introduce allocation flagsWedson Almeida Filho
2024-04-16rust: alloc: introduce the `VecExt` traitWedson Almeida Filho
2024-04-16rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho