Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-07-08 | rust: add abstraction for `struct page` | Alice Ryhl | 1 | -0/+7 |
2024-07-08 | rust: alloc: add __GFP_HIGHMEM flag | Alice Ryhl | 1 | -0/+8 |
2024-07-08 | rust: alloc: fix typo in docs for GFP_NOWAIT | Alice Ryhl | 1 | -1/+1 |
2024-05-05 | rust: kernel: remove redundant imports | Miguel Ojeda | 1 | -1/+0 |
2024-04-16 | rust: kernel: remove usage of `allocator_api` unstable feature | Wedson Almeida Filho | 1 | -0/+4 |
2024-04-16 | rust: alloc: introduce the `BoxExt` trait | Wedson Almeida Filho | 1 | -0/+1 |
2024-04-16 | rust: alloc: introduce allocation flags | Wedson Almeida Filho | 1 | -0/+61 |
2024-04-16 | rust: alloc: introduce the `VecExt` trait | Wedson Almeida Filho | 1 | -0/+1 |
2024-04-16 | rust: kernel: move `allocator` module under `alloc` | Wedson Almeida Filho | 1 | -0/+7 |