summaryrefslogtreecommitdiff
path: root/rust/kernel/alloc/allocator.rs
AgeCommit message (Expand)Author
2024-11-10rust: use custom FFI integer typesGary Guo
2024-10-15kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich
2024-10-15rust: alloc: implement `KVmalloc` allocatorDanilo Krummrich
2024-10-15rust: alloc: implement `Vmalloc` allocatorDanilo Krummrich
2024-10-15rust: alloc: implement `Allocator` for `Kmalloc`Danilo Krummrich
2024-10-15rust: alloc: implement `ReallocFunc`Danilo Krummrich
2024-10-14rust: alloc: rename `KernelAllocator` to `Kmalloc`Danilo Krummrich
2024-10-14rust: alloc: separate `aligned_size` from `krealloc_aligned`Danilo Krummrich
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda
2024-07-03slab, rust: extend kmalloc() alignment guarantees to remove Rust paddingVlastimil Babka
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda
2024-04-16rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho
2024-04-16rust: alloc: introduce allocation flagsWedson Almeida Filho
2024-04-16rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho