Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rust: alloc: rename `KernelAllocator` to `Kmalloc` | Danilo Krummrich | 2024-10-14 | 1 | -3/+3 |
* | rust: alloc: separate `aligned_size` from `krealloc_aligned` | Danilo Krummrich | 2024-10-14 | 1 | -7/+12 |
* | rust: enable `clippy::undocumented_unsafe_blocks` lint | Miguel Ojeda | 2024-10-07 | 1 | -0/+2 |
* | slab, rust: extend kmalloc() alignment guarantees to remove Rust padding | Vlastimil Babka | 2024-07-03 | 1 | -13/+6 |
* | rust: kernel: remove redundant imports | Miguel Ojeda | 2024-05-05 | 1 | -2/+0 |
* | rust: alloc: introduce the `BoxExt` trait | Wedson Almeida Filho | 2024-04-16 | 1 | -1/+1 |
* | rust: alloc: introduce allocation flags | Wedson Almeida Filho | 2024-04-16 | 1 | -11/+6 |
* | rust: kernel: move `allocator` module under `alloc` | Wedson Almeida Filho | 2024-04-16 | 1 | -0/+88 |