summaryrefslogtreecommitdiffstats
path: root/rust/kernel/alloc/allocator.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: use custom FFI integer typesGary Guo2024-11-101-1/+1
* kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich2024-10-151-63/+2
* rust: alloc: implement `KVmalloc` allocatorDanilo Krummrich2024-10-151-0/+36
* rust: alloc: implement `Vmalloc` allocatorDanilo Krummrich2024-10-151-0/+37
* rust: alloc: implement `Allocator` for `Kmalloc`Danilo Krummrich2024-10-151-3/+28
* rust: alloc: implement `ReallocFunc`Danilo Krummrich2024-10-151-0/+70
* rust: alloc: rename `KernelAllocator` to `Kmalloc`Danilo Krummrich2024-10-141-3/+3
* rust: alloc: separate `aligned_size` from `krealloc_aligned`Danilo Krummrich2024-10-141-7/+12
* rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda2024-10-071-0/+2
* slab, rust: extend kmalloc() alignment guarantees to remove Rust paddingVlastimil Babka2024-07-031-13/+6
* rust: kernel: remove redundant importsMiguel Ojeda2024-05-051-2/+0
* rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho2024-04-161-1/+1
* rust: alloc: introduce allocation flagsWedson Almeida Filho2024-04-161-11/+6
* rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho2024-04-161-0/+88