Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rust: kernel: move `allocator` module under `alloc` | Wedson Almeida Filho | 2024-04-16 | 1 | -88/+0 |
* | rust: kernel: fix multiple typos in documentation | Valentin Obst | 2024-02-18 | 1 | -1/+1 |
* | rust: bindings: rename const binding using sed | Gary Guo | 2023-12-14 | 1 | -1/+1 |
* | rust: upgrade to Rust 1.71.1 | Miguel Ojeda | 2023-08-14 | 1 | -49/+2 |
* | rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl | Björn Roy Baron | 2023-08-07 | 1 | -0/+27 |
* | rust: allocator: Use krealloc_aligned() in KernelAllocator::alloc | Boqun Feng | 2023-08-07 | 1 | -3/+3 |
* | rust: allocator: Prevent mis-aligned allocation | Boqun Feng | 2023-08-04 | 1 | -15/+59 |
* | rust: add `kernel` crate | Wedson Almeida Filho | 2022-09-28 | 1 | -0/+64 |